| name | workflow-bugfix |
| description | Bug fix workflow with 5 phases from triage to deployment. Use for systematic bug resolution. |
| version | 2.0.0-rc |
| author | Kernel Architecture Team |
| triggers | ["bug fix","fix bug","debug issue"] |
| tools | ["mcp__kernel-v2-workflows__start","mcp__kernel-v2-workflows__status","mcp__kernel-v2-workflows__step","mcp__kernel-v2-workflows__complete","mcp__kernel-v2-audit__log"] |
Bug Fix Workflow Skill
Purpose
Orchestrates bug resolution through systematic phases with root cause analysis.
When to Use
- Bug reported and needs investigation
- Systematic fix process required
- Root cause analysis needed
Available MCP Tools
| Tool | Description |
|---|
mcp__kernel-v2-workflows__start | Start bugfix workflow |
mcp__kernel-v2-workflows__status | Check workflow status |
mcp__kernel-v2-workflows__step | Advance to next step |
mcp__kernel-v2-workflows__complete | Complete workflow |
mcp__kernel-v2-audit__log | Log workflow events |
Phases
-
Triage - Categorize and prioritize
- Reproduce issue
- Assess severity
- Assign priority
-
Investigation - Root cause analysis
- Identify affected components
- Trace execution path
- Find root cause
-
Fix - Implementation
- Write fix
- Add tests
- Code review
-
Testing - Verification
- Unit tests pass
- Integration tests pass
- Regression tests
-
Deployment - Release
- Staging verification
- Production deployment
- Monitoring
Related Skills
workflow-code-review: For code reviews
workflow-feature-dev: For feature development
audit-logging: For logging events