ワンクリックで
hotfix
Emergency fix — minimal change, fast PR, no design overhead
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Emergency fix — minimal change, fast PR, no design overhead
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Write personal blog posts with the rhythm, structure, and voice of top-tier essayists (Paul Graham, Dan Luu, Henrik Karlsson, Ben Kuhn, etc.)
Add a new feature with design, TDD, and PR workflow
Audit a codebase for security vulnerabilities, code quality issues, and architecture concerns
Use when the user says "autopilot", "auto mode", "替我回答", or "自动回答". Enables autonomous decision-making by answering Claude's own questions based on the user's personality profile.
Fix a bug with systematic debugging, TDD, and PR workflow
Create a git release — tag, push, and create GitHub release
| name | hotfix |
| description | Emergency fix — minimal change, fast PR, no design overhead |
| user_invocable | true |
For urgent production fixes. Minimal change, fast turnaround.
git checkout main && git pull
git worktree add .claude/worktrees/hotfix-<name> -b hotfix/<description>
cd .claude/worktrees/hotfix-<name>
All work happens in the worktree — main stays clean.
gh pr creategh pr merge <number> --mergecd <project-root> && git worktree remove .claude/worktrees/hotfix-<name>git checkout main && git pull && git branch -d hotfix/<description>/fix-bug workflow instead