Armory
Source
Browse
Skills

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 but…

Score
Unranked
Evidence
No signals yet
Last commit
Not known
Listed

Install

armory install click-path-audit --cli claude

writes the skill into.claude/skills/click-path-audit/SKILL.mdListed as compatible

Configuration
# fetches the source and writes it to:
.claude/skills/click-path-audit/SKILL.md

Needs the armory CLI · not on npm yet, build it from cli/ in the repository

What it is

"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."

When to use it

"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."

How to install / invoke

Vendored from affaan-m/ecc (skills). See the source: https://github.com/affaan-m/ecc/blob/main/skills/click-path-audit/SKILL.md

Notes

Ingested from the affaan-m/ecc harness library (MIT).