Loading...
Loading...
Analyze a GitHub issue, reproduce the bug, and produce a structured issue analysis artifact.
npx skill4agent add tharsanan1/wso2-se-agent-skills reproduce.ai/.ai/issue-analysis-<issue_number>.md# Issue Analysis — [Issue #ID]: [Issue Title]
## Classification
- **Type:** Bug / Not a Bug (with explanation)
- **Severity Assessment:** Critical / High / Medium / Low
- **Affected Component(s):** [from agents.md module map]
- **Affected Feature(s):** [from agents.md feature inventory]
## Reproducibility
- **Reproducible:** Yes / No
- **Environment:** [branch, language/runtime version, OS, relevant config]
- **Steps Executed:**
1. [step]
2. [step]
- **Expected Behavior:** [what should happen]
- **Actual Behavior:** [what actually happened]
- **Logs/Evidence:** [attached or inline]
## Root Cause Analysis
Brief analysis of what is likely causing the bug based on reproduction results.
## Test Coverage Assessment
- **Existing tests covering this path:** [list test files/functions]
- **Coverage gaps identified:** [paths with no tests]
- **Proposed test plan:**
- Unit test: [description]
- Integration test: [description]
- Negative/edge cases: [description]