Diagnose Negatives banner
iliaal iliaal

Diagnose Negatives

Development community

Description

--- name: diagnose-negatives description: Analyze negative-signal sessions for a skill, identify failure patterns, propose and apply fixes argument-hint: "<skill-name>" --- # Diagnose and fix skill failures Read real negative-signal sessions for a skill, identify recurring failure patterns, and propose targeted skill text edits. This is the practical alternative to automated evolution -- it reads what actually went wrong and fixes the specific gaps. ## Arguments ``` SKILL_NAME=$1 (required)

Installation

Installs to ~/.claude/commands/iliaal-whetstone-diagnose-negatives.md

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

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

Full documentation available on GitHub

View Source Repository