triage-issue

Convert bug reports into groomed tasks with acceptance criteria.

181|29|Updated Apr 21, 2026
One-click install
npx skills add https://github.com/iusztinpaul/squid --skill triage-issue-iusztinpaul
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: triage-issue
Source: https://github.com/iusztinpaul/squid/tree/main/skills/triage-issue
Command: npx skills add https://github.com/iusztinpaul/squid --skill triage-issue-iusztinpaul

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Triage turns a free-form bug report or tracker reference into a groomed, fixable task that can enter the /day or /night pipelines, reducing ambiguity and speeding up triage decisions.

Core Features & Use Cases

  • Bug intake to task grooming: Converts customer reports, stack traces, or issue references into a deterministic task spec with a reproduced scenario and acceptance criteria.
  • Reproducer generation: Builds a concrete, reproducible scenario that SWE and Tester can execute.
  • Grooming hand-off: Outputs a PM-ready groomed task and supports subsequent routing into the day or night workflow.

Quick Start

Provide a bug report or tracker reference to triage-issue and let the agent generate a groomed task ready for PM grooming.

Frequently Asked Questions about triage-issue

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

FAQPage Schema
How do I convert a free-form bug report into a groomed task with acceptance criteria?▼

To convert a free-form bug report into a groomed task, provide the raw report or tracker reference to the agent. It identifies affected modules, locates existing tests, and generates a deterministic reproducer with clear acceptance criteria.

What is the best way to generate a deterministic reproducer for a bug tracker reference?▼

Generating a deterministic reproducer involves parsing the tracker reference to localize affected modules and locate existing tests. The agent builds a concrete, reproducible scenario that both engineering and testing can execute.

Can I use bug triage to localize affected modules from customer reports and stack traces?▼

Yes, you can use bug triage to process customer reports and stack traces. The system analyzes the free-form input to identify involved modules and outputs a PM-ready groomed task ready for pipeline integration.

How does bug intake grooming handle routing into day or night engineering pipelines?▼

Bug intake grooming handles routing by outputting a PM-ready groomed task with deterministic reproducers and acceptance criteria. This structured output reduces ambiguity, allowing direct hand-off into day or night engineering pipelines.

Do I need existing tests to generate a reproducible plan for a software bug?▼

You do not need to manually provide existing tests to generate a reproducible plan. The triage process automatically locates existing tests within the affected modules to build a deterministic reproducer for the software bug.