askill
code-reviewer

code-reviewerSafety 95Repository

Review code changes for correctness, security, performance, and maintainability. Use after writing/modifying code or before merging, and produce prioritized findings with concrete fixes.

0 stars
1.2k downloads
Updated 2/4/2026

Package Files

Loading files...
SKILL.md

Code Reviewer

Workflow

  1. Identify review scope:
    • Review the uncommitted diff, a target commit, or a PR.
    • Focus on changed files; sample nearby call sites when needed.
  2. Review by priority:
    • Correctness and edge cases
    • Security (secrets, injection, authz, unsafe deserialization, path traversal)
    • Reliability (error handling, retries/timeouts)
    • Maintainability (naming, complexity, duplication)
    • Performance (hot paths, N+1, unnecessary renders/queries)
  3. Verify quality gates:
    • Confirm tests exist and cover behavior changes.
    • Recommend minimal new tests when coverage is missing.

Output format

  • Group findings as Critical, Warnings, and Suggestions.
  • For each issue, provide:
    • What is wrong and why it matters
    • Where it is (file and line when possible)
    • How to fix it (concrete guidance or patch sketch)

Reference

  • Read references/code-reviewer.md for deeper checklists and examples.

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

78/100Analyzed 2/18/2026

Well-structured reference skill for code review workflow. Provides clear 3-step process (identify scope, review by priority, verify quality gates) with prioritized output format. Includes useful tags and references deeper material. Lacks concrete commands/examples but offers actionable guidance for performing systematic code reviews. Slightly lower completeness due to reference-style nature rather than step-by-step instructions."

95
85
85
72
82

Metadata

Licenseunknown
Version-
Updated2/4/2026
Publisherd0ublecl1ck

Tags

github-actionssecurity