askill
code-reviewer

code-reviewerSafety 92Repository

Review code for correctness, maintainability, and adherence to project standards. Supports both local changes (staged or working tree) and remote Pull Requests (by ID or URL). Use when asked to review code, check a PR, or analyze changes.

0 stars
1.2k downloads
Updated 2/22/2026

Package Files

Loading files...
SKILL.md

Workflow

  1. Preparation

    • Remote: gh pr checkout <PR_NUMBER>, run preflight, read PR description and comments
    • Local: git status, git diff (working tree), git diff --staged (staged)
  2. In-depth analysis across these pillars:

    • Correctness: does the code achieve its purpose without bugs?
    • Maintainability: is the code clean, well-structured, easy to modify?
    • Readability: consistent formatting, appropriate comments?
    • Efficiency: any performance bottlenecks?
    • Security: any vulnerabilities or insecure patterns?
    • Edge cases: proper error handling?
    • Testability: adequate test coverage? Suggest additional test cases.
  3. Provide feedback (see output format below)

  4. Cleanup (remote only): offer to switch back to default branch

<output_format>

  • Summary: high-level overview
  • Findings:
    • Critical: bugs, security issues, breaking changes
    • Improvements: better code quality or performance
    • Nitpicks: formatting or minor style issues (optional)
  • Conclusion: Approved / Request Changes

Tone: constructive, professional, explain why changes are requested. </output_format>

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

84/100Analyzed 2/22/2026

Professional code reviewer skill with clear workflow for both local changes and remote PRs. Well-structured with actionable steps, specific git/gh commands, and defined output format. Covers multiple analysis pillars (correctness, maintainability, security, etc.). Generic enough to be reusable across projects. Minor room for improvement in completeness (examples/edge cases) but overall solid skill document.

92
85
85
78
85

Metadata

Licenseunknown
Version-
Updated2/22/2026
PublisherVen0m0

Tags

github-actionssecuritytesting