Regression Risk Mapper

Maps what a change can reach — a change being considered as readily as one already made, since the question is usually asked before the edit exists. Finds the symbols involved, traces every call site and importer across the repository, and marks which of those call sites are exercised by a test and which are not. Use when the user asks what something might break, what depends on a symbol they are about to modify, rename or change the return type of, how far the blast radius of a refactor extends, or whether an edit is safe to make. Not for finding usages as an end in itself — with no change in prospect, that is a plain search and answering it with a risk analysis is more than was asked.

Contexory f33c110 3 files · 19.0 KB Updated

File contents

Contexory/skills/tree/main/developer-workflow/regression-risk-mapper commit f33c110a81

Frequently asked questions

npx skillmds@latest add contexory/regression-risk-mapper