execution-grounded-review
SolidExecution-grounded review: run tests first, trace each acceptance criterion to execution evidence. Use when verifying an implementation meets spec.
Install
Quality Score: 80/100
Skill Content
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
code-review
Use when reviewing a PR, commit, pending diff, or codebase area; receiving review feedback; checking a done/fixed/passing/complete claim; or preparing to commit, merge, ship, or hand off completed work. Produces findings-first verdicts, adversarial review, feedback triage, and verification gates. This is the only code review skill; other workflows reuse its verdict contract via the `code-reviewer` agent instead of inventing their own review logic.
reviewer
Validates work completed by /executor agents. Reviews contract compliance, test quality, edge cases, security, performance, and integration correctness in a fresh context, refutes its own findings before reporting them, and gates the verdict on recorded exit codes. Runs after a phase or the full plan is implemented. Trigger: "review phase", "validate the work", "check what was implemented", "run review", "quality check".
golang-test-review
Use when reviewing Go test code (new or changed *_test.go files, test harnesses, fixtures, or test tooling) for a Go-test-expert pass — behavior-over-surface, determinism, parallel-safety, build-tag correctness, and harness reuse. Complements the general code-reviewer with test-specific rigor.