triage

Categorize and verify software issues and pull requests into agent-ready briefs.

Updated Apr 8, 2026
One-click install
npx skills add https://github.com/tonomb/personal-pnl --skill triage-tonomb
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: triage
Source: https://github.com/tonomb/personal-pnl/tree/main/.agents/skills/triage
Command: npx skills add https://github.com/tonomb/personal-pnl --skill triage-tonomb

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill solves the bottleneck of manual issue management by automating the categorization, verification, and specification of incoming issues and pull requests into actionable agent briefs.

Core Features & Use Cases

  • State Machine Management: Moves issues through a defined lifecycle from triage to resolution, ensuring consistent labeling and status tracking.
  • Agent Brief Generation: Automatically creates structured, durable specifications that allow AFK agents to implement changes without manual oversight.
  • Deduplication: Integrates with an out-of-scope knowledge base to identify and reject duplicate feature requests based on conceptual similarity rather than just keywords.

Quick Start

Invoke the triage skill to analyze issue number 42 and recommend the appropriate state and category based on the current codebase context.

Frequently Asked Questions about triage

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

FAQPage Schema
How do I automate GitHub issue triage for incoming pull requests?▼

Automating GitHub issue triage involves applying a state machine to categorize and verify incoming issues and pull requests, transforming raw requests into structured agent-ready briefs. This ensures consistent labeling and status tracking throughout the issue lifecycle.

How does automated issue tracking handle duplicate feature requests?▼

Automated issue tracking handles duplicate feature requests by integrating with an out-of-scope knowledge base to identify and reject duplicates based on conceptual similarity rather than just keywords. This maintains institutional memory of rejected features.

Can I generate agent briefs from raw issue tracker data?▼

You can generate agent briefs from raw issue tracker data by applying a categorization state machine that transforms requests into structured, durable specifications. These briefs allow AFK agents to implement changes without manual oversight.

Does issue triage require integration with repository metadata?▼

Issue triage requires integration with repository metadata and domain-specific documentation to ensure accurate categorization and implementation guidance. This contextual data is necessary to move issues through the defined lifecycle from triage to resolution.

What is the best way to manage issue lifecycle states for workflow automation?▼

The best way to manage issue lifecycle states for workflow automation is using a state machine that moves issues through defined stages from triage to resolution. This approach ensures consistent labeling, verification, and status tracking across the project.