Traces user interactions through their complete state change sequences to catch bugs that static analysis misses. The classic case: a "New Email" button calls setComposeMode(true) then selectThread(null), but selectThread has a hidden side effect that resets composeMode to false, so the button does nothing. Works by mapping every state store action's side effects first, then auditing each clickable element to see if later function calls undo earlier ones. Use this after systematic debugging finds nothing but users still report broken buttons, or after refactoring shared state stores. Expensive to run comprehensively but deadly accurate for the "button does nothing" class of bugs that come from sequential function calls silently canceling each other out.
npx -y skills add affaan-m/ecc --skill click-path-audit --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
juliusbrussee/caveman
mattpocock/skills
obra/superpowers
forrestchang/andrej-karpathy-skills
vercel-labs/skills