execution-grounded-review

Solid

Execution-grounded review: run tests first, trace each acceptance criterion to execution evidence. Use when verifying an implementation meets spec.

Code & Development 48 stars 6 forks Updated today MIT

Install

View on GitHub

Quality Score: 80/100

Stars 20%
56
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Execution-Grounded Review A normal review reads the diff and asks *"does this look right?"* — and an implementation can *look* complete while a criterion silently fails. This skill refuses to grade an implementation on appearance: it **runs the suite first**, then traces each acceptance criterion to **execution evidence** — a test that actually exercised it, or observed behaviour — and marks anything it cannot back with execution as `UNVERIFIED` rather than passing it on faith. It is the **execution-grounded verifier** in the agent-patterns review family: where `adversarial-review` attacks a *design* for faults and `cold-read-gate` measures whether *text* survives a reader, this skill verifies that *running code* meets its *stated acceptance criteria*. It is the reusable independent verifier a judgement-based loop gate delegates to (`.claude/rules/loop-integrity.md`, Pillar 1). ## When to Use This Skill | Use this skill when... | Use something else instead when... | |---|---| | Verifying an implementation meets explicit acceptance criteria, proven by running it | First-pass review of a diff → `code-quality-plugin:code-review` | | Gating a loop/phase `done` on an independent check of *behaviour* | Red-teaming a *design* or ADR for faults → `agent-patterns-plugin:adversarial-review` | | Confirming a fix actually fixes the reported failure (not just compiles) | Checking *premises/facts* before work starts → `agent-patterns-plugin:verify-before-plan` | | Closing the loop on...

Details

Author
laurigates
Repository
laurigates/claude-plugins
Created
7 months ago
Last Updated
today
Language
Shell
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category