بنقرة واحدة
quick-fix
Fast bug fix without debug report. One-shot fix for clear, simple bugs. Records fixes in docs/fix/.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Fast bug fix without debug report. One-shot fix for clear, simple bugs. Records fixes in docs/fix/.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Long-running iterative development loops. Run arbitrarily-long tasks without diluting model attention. Triggers: ralph, ralph loop, iterative loop, long-running task, development loop.
Full compactor reference — tool parameters, anti-patterns, sandbox languages, context budget, workflows.
Diagnostics — validate config, session DB, runtimes, and troubleshoot compactor issues.
Context management — compact session, recall history, run code, search content.
Stats display — context savings, session metrics, compactions, sandbox and recall/search counters.
Helps you use the /unipi:btw side-conversation workflow effectively. Use when you want to think in parallel, ask side questions without interrupting ongoing work, or inject a side thread back into the main agent.
| name | quick-fix |
| description | Fast bug fix without debug report. One-shot fix for clear, simple bugs. Records fixes in docs/fix/. |
Fix simple bugs directly without requiring a debug report. One-shot execution for clear issues.
This skill MAY: read/write code, run tests, commit, write fix report to .unipi/docs/fix/.
This skill MAY NOT: create worktrees, merge branches, deploy.
/unipi:quick-fix <string(greedy)>
string(greedy) — bug description or error message.unipi/docs/fix/YYYY-MM-DD-<topic>-fix.md
/unipi:debug firstExit: Bug understood, scoped as quick fix.
Locate the bug:
Apply fix:
Verify:
Exit: Bug fixed.
Write to .unipi/docs/fix/YYYY-MM-DD-<topic>-fix.md:
---
title: "{Bug Title} — Quick Fix"
type: quick-fix
date: YYYY-MM-DD
---
# {Bug Title} — Quick Fix
## Bug
{Description of the bug}
## Root Cause
{Brief explanation of what was wrong}
## Fix
{What was changed and why}
### Files Modified
- `{file}` — {what changed}
## Verification
{How it was tested}
## Notes
{Anything worth noting}
"Fixed. Changes committed. Report at
.unipi/docs/fix/YYYY-MM-DD-<topic>-fix.md"
No further suggestions needed — this was a quick fix.
Use quick-fix for:
Use debug+fix for:
When in doubt, start with quick-fix. If it gets complex, suggest switching to debug.
/unipi:debug first.unipi/docs/fix/ directory as regular fixes