bug-triage
Installation
SKILL.md
Bug Triage Skill
Triage bugs into well-structured GitHub issues on the correct upstream repo.
1. Pre-flight
- Pull latest code:
git pull origin main. Stale code = bad triage. - Target repo: Always file on the upstream org (
ComposioHQ/agent-orchestrator), not forks. - Record source: chat URL, reporter name, attachments.
2. Gather Context
2a. Extract the report
| Source | How to gather |
|---|---|
| Discord/Slack thread | Read full thread. Extract: reporter name, original description (the thread starter, not whoever tagged you), screenshots, follow-ups |
| GitHub issue | gh issue view <number> --repo <repo> --json body,comments |
| Live observation | Pull live state via observability tools |