Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Use when completing tasks, implementing major features, or before merging to verify work meets requirements
.claude/skills/getcrew44-requesting-code-review/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-02 | ✗→✓ | ▲ Improved | 7% | 0% |
| case-04 | ✗→✓ | ▲ Improved | 17% | 0% |
| case-05 | ✗→✓ | ▲ Improved | 13% | 0% |
| case-06 | ✗→✓ | ▲ Improved | -33% | 0% |
| case-07 | ✗→✓ | ▲ Improved | -26% | 0% |
Dispatch a code reviewer subagent to catch issues before they cascade. The reviewer gets precisely crafted context for evaluation — never your session's history. This keeps the reviewer focused on the work product, not your thought process, and preserves your own context for continued work.
Core principle: Review early, review often.
Mandatory:
Optional but valuable:
1. Get git SHAs:
bashBASE_SHA=$(git rev-parse HEAD~1) # or origin/main HEAD_SHA=$(git rev-parse HEAD)
2. Dispatch code reviewer subagent:
Use Task tool with general-purpose type, fill template at code-reviewer.md
Placeholders:
{DESCRIPTION} - Brief summary of what you built{PLAN_OR_REQUIREMENTS} - What it should do{BASE_SHA} - Starting commit{HEAD_SHA} - Ending commit3. Act on feedback:
[Just completed Task 2: Add verification function]
You: Let me request code review before proceeding.
BASE_SHA=$(git log --oneline | grep "Task 1" | head -1 | awk '{print $1}')
HEAD_SHA=$(git rev-parse HEAD)
[Dispatch code reviewer subagent]
DESCRIPTION: Added verifyIndex() and repairIndex() with 4 issue types
PLAN_OR_REQUIREMENTS: Task 2 from docs/superpowers/plans/deployment-plan.md
BASE_SHA: a7981ec
HEAD_SHA: 3df7661
[Subagent returns]:
Strengths: Clean architecture, real tests
Issues:
Important: Missing progress indicators
Minor: Magic number (100) for reporting interval
Assessment: Ready to proceed
You: [Fix progress indicators]
[Continue to Task 3]Subagent-Driven Development:
Executing Plans:
Ad-Hoc Development:
Never:
If reviewer wrong:
See template at: requesting-code-review/code-reviewer.md
| Case | Status | Duration (ms) | Turns | Tokens | Tool calls | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Without | With | Δ | Without | With | Δ | Without | With | Δ | Without | With | Δ | ||
case-20 | pass→pass | 12,807 | 8,049 | -37% | 1 | 1 | 0% | 1,975 | 1,944 | -2% | 0 | 0 | — |
case-21 | pass→pass | 11,412 | 7,204 | -37% | 1 | 1 | 0% | 1,699 | 1,854 | +9% | 0 | 0 | — |
case-01 | fail→fail | 13,842 | 14,414 | +4% | 1 | 1 | 0% | 2,178 | 2,560 | +18% | 0 | 0 | — |
case-02 | fail→pass | 13,602 | 10,342 | -24% | 1 | 1 | 0% | 2,087 | 2,233 | +7% | 0 | 0 | — |
case-03 | fail→fail | 11,054 | 8,830 | -20% | 1 | 1 | 0% | 1,902 | 2,162 | +14% | 0 | 0 | — |
case-04 | fail→pass | 7,661 | 3,950 | -48% | 1 | 1 | 0% | 1,217 | 1,421 | +17% | 0 | 0 | — |
case-05 | fail→pass | 12,715 | 2,860 | -78% | 1 | 1 | 0% | 1,033 | 1,168 | +13% | 0 | 0 | — |
case-06 | fail→pass | 11,886 | 3,327 | -72% | 1 | 1 | 0% | 1,740 | 1,172 | -33% | 0 | 0 | — |
case-19 | fail→fail | 13,711 | 2,689 | -80% | 1 | 1 | 0% | 2,312 | 1,104 | -52% | 0 | 0 | — |
case-07 | fail→pass | 10,467 | 3,294 | -69% | 1 | 1 | 0% | 1,525 | 1,126 | -26% | 0 | 0 | — |
case-08 | pass→pass | 9,619 | 3,520 | -63% | 1 | 1 | 0% | 1,410 | 1,252 | -11% | 0 | 0 | — |
case-09 | fail→pass | 13,371 | 6,598 | -51% | 1 | 1 | 0% | 1,891 | 1,707 | -10% | 0 | 0 | — |
case-10 | pass→pass | 9,144 | 4,417 | -52% | 1 | 1 | 0% | 1,449 | 1,311 | -10% | 0 | 0 | — |
case-11 | pass→pass | 9,951 | 3,941 | -60% | 1 | 1 | 0% | 1,463 | 1,369 | -6% | 0 | 0 | — |
case-12 | pass→pass | 13,183 | 4,445 | -66% | 1 | 1 | 0% | 1,848 | 1,352 | -27% | 0 | 0 | — |
case-13 | fail→pass | 14,530 | 2,257 | -84% | 1 | 1 | 0% | 2,284 | 1,017 | -55% | 0 | 0 | — |
case-14 | pass→pass | 5,042 | 4,019 | -20% | 1 | 1 | 0% | 794 | 1,293 | +63% | 0 | 0 | — |
case-15 | pass→pass | 8,911 | 4,007 | -55% | 1 | 1 | 0% | 1,542 | 1,314 | -15% | 0 | 0 | — |
case-16 | fail→pass | 13,959 | 10,359 | -26% | 1 | 1 | 0% | 2,209 | 2,339 | +6% | 0 | 0 | — |
case-17 | pass→pass | 14,325 | 7,901 | -45% | 1 | 1 | 0% | 1,994 | 1,819 | -9% | 0 | 0 | — |
case-18 | pass→pass | 13,257 | 5,450 | -59% | 1 | 1 | 0% | 1,784 | 1,524 | -15% | 0 | 0 | — |
case-22 | pass→pass | 9,209 | 4,638 | -50% | 1 | 1 | 0% | 1,306 | 1,494 | +14% | 0 | 0 | — |
DecimalAI ran this skill against gemini-3.6-flash twice over the same eval suite — once with the skill loaded and once without — and compared the two runs case by case. 22 cases were attempted, and 21 counted toward the lift figure. The other 1 produced results that are not comparable between the two arms, so they are excluded from the headline rather than averaged into it. The headline lift of +36 percentage points is the difference between those two pass rates over the 21 comparable cases.
Without the skill loaded, the model failed this case. With it loaded, the same prompt on the same model passed. This is one improved case from the latest verified run; every case, including any that regressed, is in the table above.
Other measured skills in the registry, with their headline benchmark lift.