Review Impact — Testing skill for Claude Code
Code review with blast-radius analysis.
How to install Review Impact
Installs to ~/.claude/skills/dabydat-alpha-omega-review-impact/SKILL.md
mkdir -p ~/.claude/skills/dabydat-alpha-omega-review-impact && curl -fsSL https://raw.githubusercontent.com/dabydat/alpha-omega/HEAD/commands/review-impact.md -o ~/.claude/skills/dabydat-alpha-omega-review-impact/SKILL.md Restart Claude Code, or start a new session, for it to be picked up.
What Review Impact does
name: review-impact description: Code review with blast-radius analysis. Runs architect (graph trace) + qa-engineer (quality) IN PARALLEL. argument-hint: "[file-path]"
/review-impact — alpha-omega
Reviews code with impact analysis using the diagrams and two agents in parallel.
Steps
- Read the 3 graph diagrams (they are the map of the code); if missing, run
/build-graph. - Launch IN PARALLEL:
architect(trace blast-radius and risk) andqa-engineer(quality vs rules in rul
Alternatives in Testing
- Deslop Reborn — One iteration of the IronClaw Reborn de-slop loop — take ONE Reborn crate, fan out parallel review sub-agents 12.6k ★
- Deliver — Delivery phase - Review, validate, and test with multi-AI quality assurance 2.8k ★
- Brooks Test — Run a Brooks-Lint test quality review 1.5k ★
Full documentation available on GitHub
View Source RepositoryRelated Skills
Ix Impact
Change risk analysis — blast radius, affected systems, and what to test. Depth scales with risk level; low-ris
Decision Memo
Produce a senior-leadership decision memo before proposing a non-trivial change. Seven sections — observation,
Rogue Continuous Dev Shift Skill
Autonomous timed development shift: agents pick backlog work, run maintenance, impact analysis, QA, UI/UX, per
Superpowers Extensions
Extension skills for the superpowers suite: regression testing, pre-push review, refactor analysis, decision t
Canary Failure Impact
Trace the downstream impact of a test, function, or code path failing undetected — produces a severity label a
Canary Test Pipeline
Run the full test intelligence pipeline — assess critical areas, discover edge cases, trace failure impact, ge
Related Agents
Blast Radius
Trace all consumers of changed interfaces to identify the full impact of a code change. Use during code review
Tp Review Impact
PROACTIVELY use this when the user asks "will this PR break production", "what's the blast radius of these cha
Osf Analyze
Codebase structural analysis using codebase-retrieval. Traces dependencies, blast radius, call chains, and imp