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.

thedixitjain d560edb 8.2 KB Updated 2 repo stars

File contents

thedixitjain/the-mega-skill-library/tree/main/library/security-and-compliance/click-path-audit--affaan-m-2 commit d560edbd8d

Frequently asked questions

npx skillmds add thedixitjain/click-path-audit-3