skills/blast-radius/SKILL.md
Find what a small-looking change could break somewhere else, and prove the one fact it is safe because of by running real code. Use for blast radius of X, what could this break, or reviewing a small diff you do not trust.
npx skillsauth add shipshitdev/library blast-radiusInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Find what a change breaks somewhere else, before it ships. Companion
to how and why. Listing callers is not the job. The job is the
breakage grep will not show you.
Inputs:
Outputs:
Creates/Modifies:
.tmp/External Side Effects:
Confirmation Required:
Delegates To:
why step 2 for PR and commit anchorsarena for a wide change that needs several independent readsFor each safety fact, get as far down this list as is cheap, and say where it stopped.
Any safety fact you cannot get to step 4, say so out loud.
file:line. A search that
finds nothing is still an answer.arena.development
Coordinates a weekly engineering review of board accuracy, recent code changes, operational health, and scoped cleanup. Use for a recurring repository health review or a review of the last several days.
testing
Audits project board configuration and prepares explicitly requested setup, copy, or normalization changes while preserving the existing workflow and provider boundaries. Use when inspecting a board's fields, columns, scope, or configuration.
testing
Reconciles a project board with current work and delivery evidence, reports incomplete coverage and metadata gaps, and applies only approved provider-supported field changes. Use when auditing board drift, reviewing blocked work, or assessing upcoming delivery.
development
Walk through how a subsystem works. Use for "how does X work", code walkthroughs before changing something, and placement or ownership questions. Explains architecture, runtime flow, and onboarding mental models. Can critique architecture. Use why for motivation.