agent-orchestrator/skills/bug-triage
prateek edf00de61b
fix(skills): adapt bug-triage skill to ReverbCode stack (#281)
* fix(skills): adapt bug-triage skill to ReverbCode stack

The bug-triage skill was copied verbatim from the upstream TypeScript
agent-orchestrator and never adapted to ReverbCode (Go + Electron).

- Target repo: ComposioHQ/agent-orchestrator -> aoagents/ReverbCode
- Stack translation: pm2/tmux/Node -> Go daemon on 127.0.0.1:3001 + Zellij
  runtime adapter; packages/*.ts paths -> verified backend/ Go paths;
  ao --version -> ao version; lsof :3000 -> :3001; SQLite at ~/.ao/data,
  handshake at ~/.ao/running.json
- Add prominent CLI-footgun warning: bare 'ao' may resolve to a different AO
  install (old npm build on :3000); build /tmp/ao or use the bundled daemon
  and confirm 'ao status' shows port 3001
- Remove broken push_fix_to_github.py reference; replace 5f with a Go flow
  (branch + go build/test + gh pr create for trivial fixes; ao spawn worker
  for non-trivial)
- Label guidance: check 'gh label list' first, only apply existing labels,
  state priority/confidence in the body otherwise
- Add pitfall: verify the bug reproduces against ReverbCode (:3001) first

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

* chore: format with prettier [skip ci]

---------

Co-authored-by: itrytoohard <ayetrytoohard@gmail.com>
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-06-17 22:27:25 +05:30
..
SKILL.md fix(skills): adapt bug-triage skill to ReverbCode stack (#281) 2026-06-17 22:27:25 +05:30