بنقرة واحدة
quick
GIVERNY executes a small atomic task. Skips full workflow for simple changes.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
GIVERNY executes a small atomic task. Skips full workflow for simple changes.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
GIVERNY generates commit message and prepares PR.
GIVERNY creates a handoff document when context is getting full.
GIVERNY executes IMPLEMENT phase. Deploys coder subagents per plan.
Initialize the thoughts/ directory structure.
GIVERNY executes PLAN phase. Creates atomic implementation plan.
Prepares Copilot to become GIVERNY. Run once at session start.
استنادا إلى تصنيف SOC المهني
| name | quick |
| description | GIVERNY executes a small atomic task. Skips full workflow for simple changes. |
For small, well-defined tasks that don't need the full RESEARCH → PLAN → IMPLEMENT cycle.
✅ Good for /quick:
❌ Use full workflow instead:
Validate scope - Is this actually quick?
Deploy single coder subagent:
## ROLE & GOAL
[One sentence task description]
## SANDBOX (CRITICAL)
- `path/to/file.py` (read/write)
⛔ No other files.
## SUCCESS CRITERIA
- [ ] [What must be true]
## OUTPUT FORMAT
Report: what changed, test result
Verify - Run relevant test or linter
Report
QUICK TASK COMPLETE ✓
Changed: `path/to/file.py`
- [What was modified]
Verified: [test/linter result]
Context: X%