699 B
699 B
auto_execution_mode, description
| auto_execution_mode | description |
|---|---|
| 0 | Quick bugfix workflow with minimal impact. Focused on surgical fixes without unrelated refactoring. |
Workflow: bugfix
-
Context Analysis:
- The user has reported a bug. Treat the bug description or logs as the primary input.
-
Load Skill:
- Use the
view_filetool to read the skill file at:.agents/skills/bugfix/SKILL.md
- Use the
-
Execute:
- Follow the instructions in the
SKILL.mdexactly. - Phases: Analysis → Planning → Execution → Finalization
- Follow the instructions in the
-
Safety Check:
- Always ensure Tier 1 rules (Security, UUID v7, DB Schema) are NOT violated.
- Refer to
AGENTS.mdfor the full list of forbidden patterns.