Files
lcbp3/.devin/workflows/bugfix.md
T
admin 3274dede7a
CI / CD Pipeline / build (push) Failing after 4m28s
CI / CD Pipeline / deploy (push) Has been skipped
690603:2041 ADR-034-134 #01
2026-06-03 20:41:42 +07:00

21 lines
699 B
Markdown

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