🐛
QualityGo

Bug Triage

by Untrivial-ai

Bug Triage is a Quality skill for Claude Code, published by Untrivial-ai in agent-orchestrator.

9.5K stars1.4K forkson Untrivial-ai/agent-orchestratorAdded 2026/08/15+1% in starsRepository updated 2026/08/15
agent-fleetagent-swarmclaude-codecodex-cligit-worktreesmulti-agentorchestrationorchestratorparallel-agentsparallel-codingskillstmux
Install in seconds
Install Bug Triage
Copy Bug Triage into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/Untrivial-ai/agent-orchestrator/tree/main/.claude/skills/bug-triage ~/.claude/skills/bug-triage

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/Untrivial-ai/agent-orchestrator.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
.claude/skills/bug-triage/SKILL.md in Untrivial-ai/agent-orchestrator
Installs to
~/.claude/skills/bug-triage
Collection
One of 5 skills cataloged from this repository
Category
Quality1354 skills

What Bug Triage does

Bug Triage triages bugs reported in chat or issues, searches for duplicates, files or updates GitHub issues with full context, and pushes fix PRs.

Bug Triage is cataloged under Quality on DirSkills. Bug Triage comes from a repository tagged agent-fleet, agent-swarm, claude-code, codex-cli and git-worktrees.

Documentation

README

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 current repo (Untrivial-ai/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

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Bug Triage

  • What else does Untrivial-ai publish alongside Bug Triage?

    Bug Triage is one of 5 skills that DirSkills catalogs from Untrivial-ai/agent-orchestrator, the repository it ships in. Its siblings there include AO Desktop Dev, AO Desktop Dev and Bug Triage. Each one is a separate skill with its own page in this directory, installs the same way Bug Triage does, and is maintained by Untrivial-ai in that same repository. The rest of the collection is listed on the Untrivial-ai/agent-orchestrator page.

  • How does Bug Triage compare to other Quality skills?

    Bug Triage ranks #202 by stars among the 1354 Quality skills in this catalog. The most-starred ones next to it are Benchmark, Benchmark Optimization Loop and API Design Patterns. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Bug Triage against them. Open each page to compare what they document and how they install.