Aggregate Code Review After Tdd Tasks

Use when implementing a multi-task TDD plan via `superpowers:subagent-driven-development` AND all individual tasks have already passed their per-task two-stage review. Per-task reviews check one commit against one task — they cannot catch cross-commit drift that only appears when reading the full feature end-to-end. Triggers a final aggregate review looking for: state-machine/algorithm-order drift between spec and code, naming-inconsistency across commits, end-to-end data-flow integrity, commit-message honesty, pre-commit-hook coverage gaps (lazy imports), test-suite cohesion. Trigger phrases like "Tasks 1-N all done", "aggregate review before live-run", "cross-commit drift check", "verify end-to-end behavior against spec". Do NOT load for single-commit reviews, per-task reviews within SDD, branches with <3 atomic feature-commits, or hotfixes without spec-text target.

Ed3Design f4175d4 8.1 KB Updated

File contents

Ed3Design/ed3design-skill-bundles/tree/main/code-quality/skills/aggregate-code-review-after-tdd-tasks commit f4175d4af7

Frequently asked questions

npx skillmds@latest add ed3design/aggregate-code-review-after-tdd-tasks