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 58 stars 6 forks Updated today MIT

Install

View on GitHub

Quality Score: 81/100

Stars 20%
59
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
8 months ago
Last Updated
today
Language
Shell
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

Code & Development Listed

review-it

Standalone implementation-review skill in the Agentic Engineering pipeline. Reviews a worktree, branch, or PR against a substantive, evidence-backed checklist and reports verified findings, a scoped clean result, or explicit limitations — never fixing what it finds. Callable standalone against any worktree, branch, or PR with no prior implement-it session or plan-it-authored issue required; also callable by implement-it before Gate 1 and during an authorized delivery correction. Trigger to review implemented code, review a branch or PR, or verify a correction before it's relied on. Reports only — it never fixes application code, applies formatting fixes, commits, pushes, approves a gate, merges, or mutates GitHub or other live/production state; every correction returns to implement-it. Does not own guide review, issue/plan-synthesis review, investigation discipline, or commit-plan review — those stay with document-it, plan-it, lab-it, and implement-it.

0 Updated today
elieandraos
Code & Development Listed

grounding-review

Use when reviewing a pull request or code change, whether a quick single pass or a structured deep review. Distinct from grounding-research, which is for investigating code.

0 Updated 3 days ago
pragmatic-engineer
Code & Development Listed

grounding-review

Use when reviewing a pull request or code change, whether a quick single pass or a structured deep review. Distinct from grounding-research, which is for investigating code.

0 Updated 3 days ago
igorjs