code-review
SolidReview code with a sharp, encouraging voice - inline GitHub PR comments + a tight summary. Supports PR (default), pending changes, commit hash, and codebase modes. Encodes an opinionated review style: severity-prefixed, concise, actionable, no fluff.
Install
Quality Score: 81/100
Skill Content
Details
- Author
- vanducng
- Repository
- vanducng/skills
- Created
- 2 months ago
- Last Updated
- today
- Language
- Python
- License
- MIT
Integrates with
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
code-review
Use when the user says "review this", "check my code", or wants feedback on changes. Reviews for correctness, quality, security, and coding standards.
review
Review, audit, sanity-check, look-at any review-able target. Triggers on a GitHub PR URL (fetched via the gh CLI), a local path or "." (review the working tree), a markdown/doc file, or a comment-thread URL. Read-only by default; --fix applies accepted findings locally and pushes to the PR branch after confirmation (never force, never merge, never to a protected branch). Produces severity-tiered findings (blocker / critical / should / may / nit) with path:line and <=15-word verbatim evidence quotes. Six dimensions: correctness, tests, security, performance, readability, consistency. For a deep PR review with cross-file code-context retrieval, use /adk:pr-review.
code-review
Use when reviewing a PR, commit, pending diff, or codebase area; receiving review feedback; checking a done/fixed/passing/complete claim; or preparing to commit, merge, ship, or hand off completed work. Produces findings-first verdicts, adversarial review, feedback triage, and verification gates. This is the only code review skill; other workflows reuse its verdict contract via the `code-reviewer` agent instead of inventing their own review logic.