BMAD-METHOD/.agents/skills/bmad-code-review
Magal afde2efcf6 feat(story-6.2): implement code reviewer deep audit with independent get_impact and find_dead_code queries
The code-review skills (bmad-code-review, gds-code-review) now independently
query Memtrace during reviews. Step 1 runs get_impact on modified symbols and
find_dead_code on modified files via memtrace-adapter.mjs with
--check-freshness --summarize. Step 2 Acceptance Auditor cross-references
structural data against the diff, raising decision_needed findings for
unhandled downstream dependencies and patch findings for dead code and high
blast radius.

FR12: Code Review Agent queries get_impact on PRs for downstream dependency audit
FR13: Code Review Agent executes find_dead_code to block orphaned code

9 files modified across source templates and installed copies.
2026-05-21 11:33:31 -03:00
..
steps feat(story-6.2): implement code reviewer deep audit with independent get_impact and find_dead_code queries 2026-05-21 11:33:31 -03:00
SKILL.md feat(quality-gate): implement mathematical blocking quality gate (Phase 2) 2026-05-19 14:00:56 -03:00
customize.toml feat(story-6.2): implement code reviewer deep audit with independent get_impact and find_dead_code queries 2026-05-21 11:33:31 -03:00