Code Review

Automated code review and analysis

Showing 961-984 of 7863 skills
vudovn

behavioral-modes

by vudovn

AI operational modes (brainstorm, implement, debug, review, teach, ship, orchestrate). Use to adapt behavior based on task type.

Code Review 7.8K 6mo ago
vudovn

lint-and-validate

by vudovn

Automatic quality control, linting, and static analysis procedures. Use after every code modification to ensure syntax correctness and project standards. Triggers onKeywords: lint, format, check, validate, types, static analysis.

Code Review 7.8K 6mo ago
CharlesWiltgen

axiom-app-store-diag

by CharlesWiltgen

Use when app is rejected by App Review, submission blocked, or appeal needed - systematic diagnosis from rejection message to fix with guideline-specific remediation patterns and appeal writing

Code Review 1.1K 4mo ago
nrwl

nx-run-tasks

by nrwl

Helps with running tasks in an Nx workspace. USE WHEN the user wants to execute build, test, lint, serve, or run any other tasks defined in the workspace.

Code Review 29.1K 5mo ago
Donchitos

design-review

by Donchitos

"Reviews a game design document for completeness, internal consistency, implementability, and adherence to project design standards. Run this before handing a design document to programmers."

Code Review 23.3K 4mo ago
steipete

swiftui-liquid-glass

by steipete

Implement, review, or improve SwiftUI features using the iOS 26+ Liquid Glass API. Use when asked to adopt Liquid Glass in new SwiftUI UI, refactor an existing feature to Liquid Glass, or review Liquid Glass usage for correctness, performance, and design alignment.

Code Review 6.5K 6mo ago
OneKeyHQ

1k-platform-requirements

by OneKeyHQ

Minimum SDK/OS version requirements for all OneKey platforms (iOS, Android, Chrome, Electron).

CLI Tools 2.4K 5mo ago
OneKeyHQ

pr-review

by OneKeyHQ

Security-first PR review checklist for this repo. Use when reviewing diffs/PRs, especially changes involving auth, networking, sensitive data, or dependency/lockfile updates. Focus on secret/PII leakage risk, supply-chain risk (npm + node_modules inspection), cross-platform architecture (extension/mobile/desktop/web), and React performance (hooks + re-render hotspots). Avoid UI style nitpicks. PR Review.

Code Review 2.4K 6mo ago
OneKeyHQ

1k-code-review-pr

by OneKeyHQ

Structured PR code review checklist for OneKey monorepo. Use when reviewing PRs to identify build issues, script problems, CI workflow gaps, and documentation inconsistencies. Focuses on actionable feedback with priority levels and specific fix suggestions. 代码审查. Code Review PR.

Code Review 2.4K 5mo ago
OneKeyHQ

1k-architecture

by OneKeyHQ

OneKey monorepo architecture, project structure, package relationships, and import hierarchy rules.

Code Review 2.4K 5mo ago
OneKeyHQ

1k-dev-commands

by OneKeyHQ

Development commands — yarn scripts for dev servers, building, linting, testing, and troubleshooting.

Code Review 2.4K 5mo ago
OneKeyHQ

1k-create-pr

by OneKeyHQ

Creates a Pull Request from current changes for OneKey app-monorepo. Use when user wants to create PR, submit changes, or merge feature branch. Handles branch creation, commit, push, and PR creation workflow.

Code Gen 2.4K 5mo ago
OneKeyHQ

1k-patching-native-modules

by OneKeyHQ

Patches native modules (expo-image, react-native, etc.) to fix native crashes or bugs.

Code Review 2.4K 5mo ago
OneKeyHQ

1k-sentry-analysis

by OneKeyHQ

Analyze and fix production errors from Sentry crash reports (AppHang, ANR, crashes, stacktraces).

Automation 2.4K 5mo ago
OneKeyHQ

1k-retrospective

by OneKeyHQ

Analyze accumulated bug fix cases and propose updates to the self-testing checklist. Use periodically (weekly/monthly) to evolve quality checks based on real issues.

Code Gen 2.4K 5mo ago
Azure-Samples

github-pr-inline-reply

by Azure-Samples

Reply to inline PR review comments on GitHub pull requests using the GitHub API. Use this skill when you need to respond to individual review comments on a PR, acknowledge feedback, or mark comments as resolved by posting direct replies to comment threads.

API Dev 7.7K 6mo ago
biomejs

biome-developer

by biomejs

General development best practices and common gotchas when working on Biome. Use for avoiding common mistakes, understanding Biome-specific patterns, and learning technical tips. Examples:<example>Working with Biome's AST and syntax nodes</example><example>Understanding string extraction methods</example><example>Handling embedded languages and directives</example>

Code Review 25.3K 5mo ago
biomejs

lint-rule-development

by biomejs

Step-by-step guide for creating and implementing lint rules in Biome's analyzer. Use when implementing rules like noVar, useConst, or any custom lint/assist rule. Examples:<example>User wants to create a rule that detects unused variables</example><example>User needs to add code actions to fix diagnostic issues</example><example>User is implementing semantic analysis for binding references</example>

Code Gen 25.3K 5mo ago
biomejs

type-inference

by biomejs

Guide for working with Biome's module graph and type inference system. Use when implementing type-aware lint rules or working on TypeScript support. Examples:<example>User needs to understand type resolution for a lint rule</example><example>User is working on the module graph infrastructure</example><example>User wants to implement type inference for a new feature</example>

Code Review 25.3K 5mo ago
redpanda-data

react-best-practices

by redpanda-data

Client-side React performance optimization patterns.

Code Review 4.3K 5mo ago
dotnet

pr-finalize

by dotnet

Finalizes any PR for merge by verifying title/description match implementation AND performing code review for best practices. Use when asked to "finalize PR", "check PR description", "review commit message", before merging any PR, or when PR implementation changed during review. Do NOT use for extracting lessons (use learn-from-pr), writing tests (use write-tests-agent), or investigating build failures (use pr-build-status).

Code Review 23.3K 5mo ago
dotnet

find-reviewable-pr

by dotnet

Finds open PRs in the dotnet/maui and dotnet/docs-maui repositories that are good candidates for review, prioritizing by milestone, priority labels, partner/community status.

Code Review 23.3K 5mo ago
dotnet

try-fix

by dotnet

Attempts ONE alternative fix for a bug, tests it empirically, and reports results. ALWAYS explores a DIFFERENT approach from existing PR fixes. Use when CI or an agent needs to try independent fix alternatives. Invoke with problem description, test command, target files, and optional hints.

Code Review 23.3K 5mo ago
dotnet

learn-from-pr

by dotnet

Analyzes a completed PR to extract lessons learned from agent behavior. Use after any PR with agent involvement - whether the agent failed, succeeded slowly, or succeeded quickly. Identifies patterns to reinforce or fix, and generates actionable recommendations for instruction files, skills, and documentation.

Agents 23.3K 5mo ago