Skip to main content
Generalmarkus41

bug-triage

Categorize and prioritize bug reports using codebase and documentation context

Stars
12
Source
markus41/claude
Updated
2026-05-11
Slug
markus41--claude--bug-triage
View on GitHubRaw SKILL.md

// install — copy + paste into any project

mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/markus41/claude/HEAD/plugins/scrapin-aint-easy/.claude/skills/bug-triage/SKILL.md -o .claude/skills/bug-triage.md

Drops the SKILL.md into .claude/skills/bug-triage.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.

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