# Bug Triage

> Categorize and prioritize bug reports using codebase and documentation context

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

---


# Bug Triage Skill

Helps categorize, prioritize, and investigate bug reports.

## Steps

1. Read the bug report or error description
2. Search codebase for the error message or affected code path
3. Use `scrapin_search` to find relevant documentation
4. Use `scrapin_code_drift_report` to check if the affected API has changed
5. Categorize severity: critical / high / medium / low
6. Apply heuristics from `@.claude/skills/bug-triage/heuristics.md`
7. Suggest investigation steps and potential fixes

