Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
binjuhor avatar

Code Review

  • 22 installs
  • 95 repo stars
  • Updated July 7, 2026
  • binjuhor/shadcn-lar

code-review is a skill that guides receiving feedback, requesting reviews, and enforcing verification gates before completion claims.

About

This skill guides code review practices emphasizing technical rigor, evidence-based claims, and verification over performative responses. A developer uses it when receiving review feedback, requesting reviews via a code-reviewer subagent, or before making any completion or success claim. It enforces verification gates that require running commands and reading output before stating that tests pass or work is complete.

  • Three practices: receiving feedback, requesting reviews, verification gates
  • Enforces evidence-based claims over performative agreement
  • Requires fresh verification before any completion or success claim

Code Review by the numbers

  • 22 all-time installs (skills.sh)
  • Ranked #715 of 1,354 Code Review & Quality skills by installs in the Skillselion catalog
  • Data as of Aug 2, 2026 (Skillselion catalog sync)
At a glance

code-review capabilities & compatibility

Capabilities
code review · feedback handling · verification gate
Works with
github
Use cases
code review · testing
Pricing
Free
From the docs

What code-review says it does

Guide proper code review practices emphasizing technical rigor, evidence-based claims, and verification over performative responses.
SKILL.md
NO COMPLETION CLAIMS WITHOUT FRESH VERIFICATION EVIDENCE
SKILL.md
npx skills add https://github.com/binjuhor/shadcn-lar --skill code-review

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs22
repo stars95
Last updatedJuly 7, 2026
Repositorybinjuhor/shadcn-lar

What it does

Handle code review feedback, request reviews, and enforce verification gates before claiming work is complete.

Who is it for?

Receiving review feedback rigorously and preventing false completion claims.

Skip if: Writing new feature code or automated static analysis.

When should I use this skill?

You receive review feedback, finish a task, or are about to claim work is complete.

What you get

Feedback evaluated technically and completion claimed only with fresh verification evidence.

  • Verified review responses and evidence-backed completion claims

By the numbers

  • 3 core practices
  • 6-step response pattern (READ, UNDERSTAND, VERIFY, EVALUATE, RESPOND, IMPLEMENT)

Files

SKILL.mdMarkdownGitHub ↗

Code Review

Guide proper code review practices emphasizing technical rigor, evidence-based claims, and verification over performative responses.

Overview

Code review requires three distinct practices:

1. Receiving feedback - Technical evaluation over performative agreement 2. Requesting reviews - Systematic review via code-reviewer subagent 3. Verification gates - Evidence before any completion claims

Each practice has specific triggers and protocols detailed in reference files.

Core Principle

Always honoring YAGNI, KISS, and DRY principles. Be honest, be brutal, straight to the point, and be concise.

Technical correctness over social comfort. Verify before implementing. Ask before assuming. Evidence before claims.

When to Use This Skill

Receiving Feedback

Trigger when:

  • Receiving code review comments from any source
  • Feedback seems unclear or technically questionable
  • Multiple review items need prioritization
  • External reviewer lacks full context
  • Suggestion conflicts with existing decisions

Reference: references/code-review-reception.md

Requesting Review

Trigger when:

  • Completing tasks in subagent-driven development (after EACH task)
  • Finishing major features or refactors
  • Before merging to main branch
  • Stuck and need fresh perspective
  • After fixing complex bugs

Reference: references/requesting-code-review.md

Verification Gates

Trigger when:

  • About to claim tests pass, build succeeds, or work is complete
  • Before committing, pushing, or creating PRs
  • Moving to next task
  • Any statement suggesting success/completion
  • Expressing satisfaction with work

Reference: references/verification-before-completion.md

Quick Decision Tree

SITUATION?
│
├─ Received feedback
│  ├─ Unclear items? → STOP, ask for clarification first
│  ├─ From human partner? → Understand, then implement
│  └─ From external reviewer? → Verify technically before implementing
│
├─ Completed work
│  ├─ Major feature/task? → Request code-reviewer subagent review
│  └─ Before merge? → Request code-reviewer subagent review
│
└─ About to claim status
   ├─ Have fresh verification? → State claim WITH evidence
   └─ No fresh verification? → RUN verification command first

Receiving Feedback Protocol

Response Pattern

READ → UNDERSTAND → VERIFY → EVALUATE → RESPOND → IMPLEMENT

Key Rules

  • ❌ No performative agreement: "You're absolutely right!", "Great point!", "Thanks for [anything]"
  • ❌ No implementation before verification
  • ✅ Restate requirement, ask questions, push back with technical reasoning, or just start working
  • ✅ If unclear: STOP and ask for clarification on ALL unclear items first
  • ✅ YAGNI check: grep for usage before implementing suggested "proper" features

Source Handling

  • Human partner: Trusted - implement after understanding, no performative agreement
  • External reviewers: Verify technically correct, check for breakage, push back if wrong

Full protocol: references/code-review-reception.md

Requesting Review Protocol

When to Request

  • After each task in subagent-driven development
  • After major feature completion
  • Before merge to main

Process

1. Get git SHAs: BASE_SHA=$(git rev-parse HEAD~1) and HEAD_SHA=$(git rev-parse HEAD) 2. Dispatch code-reviewer subagent via Task tool with: WHAT_WAS_IMPLEMENTED, PLAN_OR_REQUIREMENTS, BASE_SHA, HEAD_SHA, DESCRIPTION 3. Act on feedback: Fix Critical immediately, Important before proceeding, note Minor for later

Full protocol: references/requesting-code-review.md

Verification Gates Protocol

The Iron Law

NO COMPLETION CLAIMS WITHOUT FRESH VERIFICATION EVIDENCE

Gate Function

IDENTIFY command → RUN full command → READ output → VERIFY confirms claim → THEN claim

Skip any step = lying, not verifying

Requirements

  • Tests pass: Test output shows 0 failures
  • Build succeeds: Build command exit 0
  • Bug fixed: Test original symptom passes
  • Requirements met: Line-by-line checklist verified

Red Flags - STOP

Using "should"/"probably"/"seems to", expressing satisfaction before verification, committing without verification, trusting agent reports, ANY wording implying success without running verification

Full protocol: references/verification-before-completion.md

Integration with Workflows

  • Subagent-Driven: Review after EACH task, verify before moving to next
  • Pull Requests: Verify tests pass, request code-reviewer review before merge
  • General: Apply verification gates before any status claims, push back on invalid feedback

Bottom Line

1. Technical rigor over social performance - No performative agreement 2. Systematic review processes - Use code-reviewer subagent 3. Evidence before claims - Verification gates always

Verify. Question. Then implement. Evidence. Then claim.

Related skills

Forks & variants (1)

Code Review has 1 known copy in the catalog totaling 4 installs. They canonicalize to this original listing.

FAQ

What are the three practices?

Receiving feedback, requesting reviews via a code-reviewer subagent, and verification gates.

What is the Iron Law?

No completion claims without fresh verification evidence.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.