claude/skills/bugfix/SKILL.md
bastien 616c6e9198 refactor(skills): extract skill logic into standalone agent files
Skills now delegate to agent .md files instead of embedding logic
inline. Added new agents (bugfixer, code-cleaner, commit-changer,
doc-syncer, feater, hotfixer, seo-analyzer) and new skills
(code-clean, doc, seo). Replaced /readme with /doc (broader scope).

Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-15 20:18:34 +02:00

831 B

name description argument-hint disable-model-invocation allowed-tools
bugfix Structured bug fix with root cause investigation. For bugs where the cause isn't immediately obvious, spans multiple files, or requires careful analysis before fixing. Includes hypothesis-driven investigation and a fix plan. Trigger: "bugfix", "debug this", "fix this bug", "pourquoi ca marche pas", "investigate and fix", "find and fix", "root cause + fix". For obvious 1-2 file fixes → use /hotfix instead. For bugs that need investigation only (no fix) → use /analyze. <bug description, error message, or stack trace> false
Read
Edit
Write
Bash
Grep
Glob
Agent

Load and follow strictly:

  • $HOME/.claude/agents/bugfixer.md

Execute the BUGFIXER agent on the following target:

$ARGUMENTS