review-code

Installation
SKILL.md

Review Code

Review with a code-review mindset. Findings come first; summaries are secondary.

Workflow

  1. Read the requested files, diff, or feature context first.
  2. Trace the main behavior and the highest-risk edge cases.
  3. Identify concrete issues that could cause bugs, regressions, security problems, UX issues, or hard-to-maintain code.
  4. Check whether tests cover the risky behavior and call out missing coverage.
  5. Report only findings you can justify from the code, the diff, or clearly stated assumptions.

What To Look For

Installs
6
Repository
sebkay/skills
GitHub Stars
1
First Seen
Mar 6, 2026
review-code — sebkay/skills