Click Path Audit

Trace every user-facing button/touchpoint through its full state change sequence to find bugs where functions individually work but cancel each other out, produce wrong final state, or leave the UI in an inconsistent state. Use when: systematic debugging found no bugs but users report broken buttons, or after any major refactor touching shared state stores.

contextgo d976b30 7.8 KB Updated

File contents

contextgo/contextgo/tree/main/src/process/resources/assistant/engineering/everything-in-claude-code/skills/click-path-audit commit d976b30d3e

Frequently asked questions

npx skillmds@latest add contextgo/click-path-audit