Skip to main content
Back to the directory
affaan-m/everything-claude-codeSoftware EngineeringFrontend and Design

click-path-audit

Find bugs that static code reading misses: state interaction side effects, race conditions between sequential calls, and handlers that silently undo each other.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
1

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/affaan-m/everything-claude-code --skill click-path-audit
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of Apr 30, 2026, click-path-audit has 1 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: affaan-m/everything-claude-code. Canonical URL: https://skills.sh/affaan-m/everything-claude-code/click-path-audit.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Find bugs that static code reading misses: state interaction side effects, race conditions between sequential calls, and handlers that silently undo each other. Traditional debugging checks: But it does NOT check: Real example: A "New Email" button called setComposeMode(true) then selectThread(null) . Both worked individually. But selectThread had a side effect resetting composeMode: false . The button did nothing. 54 bugs were found by systematic debugging — this one was missed. For EVERY interactive touchpoint in the target area: Before auditing any touchpoint, build a side-effect map of every state store action: This is the critical reference. The "New Email" bug was invisible without knowing that selectThread resets composeMode .

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does click-path-audit do?

Find bugs that static code reading misses: state interaction side effects, race conditions between sequential calls, and handlers that silently undo each other.

Is click-path-audit good?

click-path-audit does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support click-path-audit?

click-path-audit currently lists compatibility with Claude Code, Skills CLI.

Is click-path-audit safe to install?

click-path-audit has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to click-path-audit?

Skills in the same category include grimoire-morpho-blue, conversation-memory, second-brain-ingest, zai-tts.

How do I install click-path-audit?

Run the following command to install click-path-audit: npx skills add https://github.com/affaan-m/everything-claude-code --skill click-path-audit

Related skills

More from affaan-m/everything-claude-code

Related skills

Alternatives in Software Engineering