AI AGENT ADDONS
Debugging
4,269installs

Broken buttons that supposedly work can frustrate users. This happens when functions individually work but cancel each other out. The click-path audit traces every state change to find these hidden bugs.

For each button or touchpoint, follow the sequence of function calls. Check if later calls undo earlier changes. Also look for race conditions and stale closures.

This method catches bugs that static code review misses. It ensures the final UI state matches what the button label promises.

Add Click Path Audit skill to your workflow

Global

mkdir -p ~/.claude/skills/click-path-audit

Project

mkdir -p .claude/skills/click-path-audit

Source Repository

Stars
222,953
Forks
34,145
Watchers
222,953
License
MIT
Last Push
1 month ago
Created
6 months ago