بنقرة واحدة
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