claude/skills/hotfix/SKILL.md
bastien 0241e1ddc8 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

697 B

name description argument-hint disable-model-invocation allowed-tools
hotfix Quick fix for superficial bugs: typos, CSS issues, config errors, off-by-one, wrong variable name, missing import, broken link. Use when the root cause is obvious and the fix is 1-2 files max. Trigger: "hotfix", "quick fix", "typo", "fix this small thing", "c'est juste un petit bug", "patch rapide". Do NOT use for bugs requiring investigation — use /bugfix instead. <bug description or error message> false
Read
Edit
Write
Bash
Grep
Glob

Load and follow strictly:

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

Execute the HOTFIXER agent on the following target:

$ARGUMENTS