ワンクリックで
hotfix
Emergency fix workflow with audit trail. For S1/S2 bugs that need immediate resolution.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Emergency fix workflow with audit trail. For S1/S2 bugs that need immediate resolution.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Rapid prototyping workflow for Unity. Quickly validates a mechanic or concept with throwaway code and a structured report.
Load a saved plan from ProjectSettings/GameDeck/plans/ and execute it step-by-step.
Save a plan to ProjectSettings/GameDeck/plans/ — captures the most recent plan from this conversation, or a plan you provide directly.
Plan a feature implementation with tasks, architecture, and file list.
Generate a complete Unity system — MonoBehaviour + ScriptableObject config from structured input.
Analyze and refactor a file or system with before/after comparison.
| name | hotfix |
| description | Emergency fix workflow with audit trail. For S1/S2 bugs that need immediate resolution. |
| argument-hint | [bug-description] |
| user-invocable | true |
| allowed-tools | Read, Glob, Grep, Write, Edit, Bash |
When this skill is invoked:
Verify severity: This workflow is for S1 (Critical) and S2 (Major) bugs only.
Diagnose:
Implement minimal fix:
// HOTFIX: [description] — [date]Verify fix:
Create hotfix record:
## Hotfix: [Title]
### Date: [YYYY-MM-DD]
### Severity: [S1/S2]
### Problem
[What was broken]
### Root Cause
[Why it was broken]
### Fix
[What was changed — files and lines]
### Verification
[How the fix was verified]
### Follow-Up
[Tech debt items created, tests to add, cleanup needed]
fix(HOTFIX): description