bug

Triage bug reports into structured sprint plans with eligibility checks.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/project-purupuru/world-purupuru --skill bug-project-purupuru
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bug
Source: https://github.com/project-purupuru/world-purupuru/tree/main/.claude/skills/bug-triaging
Command: npx skills add https://github.com/project-purupuru/world-purupuru --skill bug-project-purupuru

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Bug reports often arrive as free-form text, issues, or crash logs, and teams need a repeatable process to determine eligibility, fill gaps, analyze the codebase, and produce a concrete sprint plan.

Core Features & Use Cases

  • Eligibility validation to separate bugs from feature requests.
  • Hybrid interview to fill gaps with targeted questions.
  • Codebase analysis to map files, tests, and dependencies for fixes.
  • Auto-generated handoff contracts (triage.md) and micro-sprint plans (sprint.md).

Quick Start

Describe the bug scenario or paste the issue content to begin structured triage and auto-generate a triage report and sprint plan.

Frequently Asked Questions about bug

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I triage bug reports into a structured sprint workflow?

Bug triage separates actual bugs from feature requests through eligibility validation, uses hybrid interviews to fill missing context gaps, and analyzes the codebase to map files and dependencies before generating a sprint plan.

Can I use stack traces and GitHub issues for structured bug triage?

Yes, the bug triage process accepts free-form bug descriptions, GitHub issues, and stack traces as input. It automatically applies PII redaction and test discovery while generating triage reports and sprint plans.

What is the best way to separate bug reports from feature requests during triage?

The best way to separate bug reports from feature requests during triage is applying eligibility validation checks to the incoming issue text. This structured process ensures only actual bugs proceed to codebase analysis and micro-sprint creation.

How do I create a micro-sprint plan from a crash log?

To create a micro-sprint plan from a crash log, input the crash log to trigger codebase analysis that maps files, tests, and dependencies. The process then outputs an auto-generated handoff contract and a sprint-ready plan.

Does bug triage handle PII redaction for sensitive stack traces?

Yes, bug triage handles PII redaction for sensitive stack traces. The workflow ensures guardrails and PII redaction are applied during the test discovery and codebase analysis phases, using atomic writes for secure state management.