Loading...
Loading...
[Fix & Debug] ⚡⚡ Fix a GitHub issue with systematic debugging
npx skill4agent add duc01226/easyplatform fix-issuedebug| Step | Action | Key Notes |
|---|---|---|
| 1 | Fetch issue details | |
| 2 | Understand the issue | Map expected vs actual behavior, reproduction steps |
| 3 | Evidence gathering | Multi-pattern search: imports, string literals, dynamic invocations |
| 4 | Root cause analysis | Rank causes by probability with file:line evidence |
| 5 | Propose fix | Minimal changes, risk assessment, test plan, rollback plan |
| 6 | Wait for approval | Present analysis -- DO NOT code without explicit user approval |
| 7 | Implement fix | Code changes, tests, PR creation |
.ai/workspace/analysis/issue-[number].md.ai/workspace/analysis/issue-[number].mdgh issue view $ARGUMENTS.ai/workspace/analysis/issue-[number].md.*EventHandler.*{Entity}.*Consumer.*{Entity}## Issue Analysis Complete - Approval Required
### Issue
#[number] - [title]
### Root Cause Summary
[Primary root cause with evidence at file:line]
### Proposed Fix
[Fix description with specific files and changes]
### Risk Assessment
- **Risk Level**: [Low/Medium/High]
- **Regression Risk**: [assessment]
### Confidence Level: [X%]
### Files to Modify:
1. `path/to/file.cs:line` - [change description]
**Awaiting approval to proceed with implementation.**gh pr createdebugdebugging --autonomous.ai/docs/AI-DEBUGGING-PROTOCOL.md