Agent skill

self-review

Scale review effort to task complexity

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/self-review

SKILL.md

Adaptive Review

Scale your effort to the task. Don't over-review trivial changes, don't under-review critical ones.

Effort Levels

Task Type Review Depth
Typo, one-liner Does it work? Ship it.
Feature, component Build + types + looks right
Architecture, refactor All above + system impact + docs

Quick Check

After any change:

  1. npm run typecheck && npm run build - must pass
  2. Does it solve the problem? (not just technically correct)
  3. Would I approve this PR?

If yes to all, move on.

When to Dig Deeper

More review: Money, security, user data, unfamiliar code Less review: Isolated changes, low risk, well-understood code

→ For detailed verification workflow, use verify command.

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results