# Triage Issue

> Triage a GitHub issue against the current fallow codebase and determine validity, priority, scope, and likely implementation shape. Use when the user asks to triage an issue, assess a bug report, or evaluate an enhancement request.

- Skill: `fallow-rs/triage-issue` (Agent Skill)
- Install (CLI): `npx skillmds@latest add fallow-rs/triage-issue`
- Raw SKILL.md: https://api.skillmd.com/api/skills/fallow-rs/triage-issue/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Docs & Writing
- Author: fallow-rs (https://skillmd.com/u/fallow-rs)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/fallow-rs/triage-issue

---


# Triage Issue

Use the GitHub connector and local repo inspection together.

Workflow:
1. Fetch the issue and comments.
2. Inspect the relevant code paths locally.
3. Determine whether the issue is valid, overstated, underspecified, or already covered.
4. Recommend priority and whether the issue should be kept, split, narrowed, or closed.
5. Give acceptance criteria tied to the current codebase.

When useful, pull in:
- `rust-review`
- `panel-review`
- `team-assembly`

Always cite local file references for implementation claims.

