Analyze Misfires banner
iliaal iliaal

Analyze Misfires

Development community

Description

--- name: analyze-misfires description: Identify skills injected where not needed, propose regex and description tightening argument-hint: "[--min-examples 30] [--top 5]" --- # Analyze skill injection misfires Identify skills whose trigger regex matches too broadly, causing injection into irrelevant tasks. Propose concrete fixes to `skill-patterns.sh` and skill descriptions. ## Arguments ``` MIN_EXAMPLES=30 (default) TOP=5 (how many worst misfires to investigate, default: 5) ```

Installation

Installs to ~/.claude/commands/iliaal-whetstone-analyze-misfires.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/iliaal/whetstone/HEAD/.claude/commands/analyze-misfires.md -o ~/.claude/commands/iliaal-whetstone-analyze-misfires.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository