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.

JunMystery ffc4698 7.8 KB Updated

File contents

JunMystery/Agent-Guidance-Rust/tree/main/skills/click-path-audit commit ffc469829b

Frequently asked questions

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