dabydat

Review Impact — Testing skill for Claude Code

Testing community

Code review with blast-radius analysis.

How to install Review Impact

Installs to ~/.claude/skills/dabydat-alpha-omega-review-impact/SKILL.md

Terminal
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

  1. Read the 3 graph diagrams (they are the map of the code); if missing, run /build-graph.
  2. Launch IN PARALLEL: architect (trace blast-radius and risk) and qa-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 Repository