Code Review Agent Skills
Code Review
243 skillsanti-patterns
Identifies common software anti-patterns in code and suggests refactoring solutions to improve code quality.
1
code-exploration
Analyzes codebases to understand existing features, tracing entry points, execution paths, architecture layers, patterns, and dependencies before new development.
1
git-automation
Runs a multi-perspective review of a pull request, including code quality, tests, and potential silent failures, then reports findings ranked by severity.
1
code-navigation
Analyzes codebases to map entry points, execution flows, architecture layers, patterns, and dependencies before new development begins.
1
quality-review
Analyzes type design for encapsulation, invariant expression, usefulness, and enforcement, providing scores and improvement suggestions.
1
review
Runs independent AI CLI reviewers over phase plans and merges their feedback into a REVIEWS.md file.
1 · bundle
receiving-code-review
Guides technical evaluation of code review feedback, emphasizing verification before implementation and reasoned pushback over performative agreement.
1 · bundle
requesting-code-review
Dispatches a code-reviewer subagent to evaluate work against requirements and plan, then acts on the feedback before merging.
1 · bundle
gateguard
Blocks Edit/Write/Bash actions until the agent presents concrete facts about imports, data schemas, and the user's instruction, improving output quality.
1
pr-report
Produces a maintainer-grade review of a pull request or large contribution, explaining the change tutorial-style and delivering a polished HTML or Markdown report with a concrete merge recommendation.
20 · bundle
code-reviewer
Resolves legacy references to the code-reviewer capability by routing to the current runtime agent or skill.
20
pr-review-expert
Resolves legacy references to the pr-review-expert capability by routing to the current runtime agent or skill.
20
code-review-expert
Resolves legacy references to the code-review-expert capability by routing to the current runtime agent or skill.
20
git
Provides guidelines for writing conventional commit messages and pull request descriptions, including merge strategy and GitHub username verification.
54 · bundle
zeno
Runs an evidence-first, read-only workflow over large codebases via an external JSONL REPL server, retrieving only minimal file slices and greps to produce cited architecture and audit reports.
54 · bundle
ponytail
Applies four disciplined mindsets—audit, debt, help, review—to cut complexity, track deferrals, surface reference, and catch over-engineering in codebases.
10
gitlab
Interact with GitLab via helper functions for merge requests, issues, pipelines, and code review comments.
7 · bundle
wp-security-audit
Audits WordPress plugin or theme PHP code for common security mistakes including missing nonce checks, capability checks, input sanitization, output escaping, SQL preparation, AJAX exposure, file traversal, and unsafe redirects.
0 · bundle
simplify-code
Runs three parallel reviewers to find code reuse, quality, and efficiency issues in a diff, then applies safe fixes and reports risky ones.
2
github-code-review
Reviews local git changes and GitHub pull requests, leaving inline comments and formal reviews.
2 · bundle
requesting-code-review
Verifies a code change before it lands by scanning the staged diff, running tests, and delegating to an independent reviewer.
2
pr-draft
Generates a pull request title and body from local git history, writing them to a draft file for review before publishing.
0
python-excellence
Enforces principal-engineer-level Python code quality: formatting, type safety, idiomatic patterns, class and function design, and anti-pattern prevention.
0
algorithms-and-data-structures
Enforces complexity analysis, correct data structure selection, vectorization, and algorithm implementation discipline at principal-engineer level.
0
kaizen
Guides incremental code improvements, error-proofing through types and validation, and standardization for higher quality and fewer defects.
3
lemmaly
Enforces an algorithm-first discipline: state Big-O, data structure, and algorithm family before writing loops, queries, or recursion, catching O(n^2), N+1, and brute-force defaults.
3
wiki-qa
Answer repository questions grounded entirely in source code evidence, with inline citations and key file tables.
3
kaizen
Guides incremental code improvements, error-proofing through types and validation, and standardization for higher code quality.
5
wiki-qa
Answers questions about a code repository by analyzing source files and citing evidence with linked citations.
3 · bundle
python-typing
Design, review, debug, and test Python static types including Protocol, generics, variance, overloads, TypedDict, ParamSpec, TypeGuard, and narrowing.
0 · bundle
look-before-edit
Forces investigation of file dependencies before editing code to prevent cascade failures.
28
find-bugs
Reviews local branch changes for bugs, security vulnerabilities, and code quality issues using a structured checklist and attack surface mapping.
845
django-perf-review
Audit Django code for validated performance issues including N+1 queries, unbounded querysets, missing indexes, and write loops.
845 · bundle
typing-exclusion-worker
Remove assigned mypy exclusion modules in small batches, fix typing issues, run validation, and produce a structured completion summary.
845
what-context-needed
Ask an AI coding agent to identify which files it needs to examine before answering a question.
36.2k
autoreview
Runs a structured code review as a pre-commit or pre-ship gate, supporting multiple review engines and scope governance.
9.1k · bundle