triage

Triage findings into prioritized ready to-do files for a CLI todo system.

5|Updated Oct 22, 2025
One-click install
npx skills add https://github.com/marchatton/agent-skills --skill triage-marchatton
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: triage
Source: https://github.com/marchatton/agent-skills/tree/main/.agents/skills/03-plan/triage
Command: npx skills add https://github.com/marchatton/agent-skills --skill triage-marchatton

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of triaging and categorizing findings, ensuring that issues are properly assessed, prioritized, and added to the CLI todo system without manual coding during the triage phase.

Core Features & Use Cases

  • Systematic Triage: Guides users through presenting, assessing, and deciding on each finding.
  • Automated To-do Creation: Generates structured to-do files with appropriate metadata (priority, category, status) for approved findings.
  • Status Management: Handles transitions from 'pending' to 'ready' for actionable items and removes irrelevant items.
  • Use Case: Reviewing security audit results, code review feedback, or performance analysis reports and converting critical findings into trackable tasks.

Quick Start

Use the triage skill to process pending todos in the todos/ directory.

Frequently Asked Questions about triage

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

FAQPage Schema
How do I systematically triage code review findings and convert them into actionable todos?

Issue triage is the process of presenting findings, determining their relevance and priority, and converting approved items into structured 'ready' to-do files. This approach focuses solely on assessment and task creation without writing code during the triage phase.

What is the best way to prioritize security audit results for a CLI todo system?

The best way to prioritize security audit results is to use a systematic triage workflow that assesses each finding's priority and category. Approved findings are transitioned from 'pending' to 'ready' status as structured to-do files, while irrelevant items are discarded.

Can I use this triage workflow to manage performance analysis reports?

Yes, you can use this triage workflow to manage performance analysis reports. It guides you through presenting, assessing, and deciding on each finding, then generates to-do files with appropriate metadata like priority, category, and status for trackable tasks.

Does the triage process write code to fix issues it identifies?

No, the triage process does not write code to fix identified issues. It ensures no code is written during the triage phase itself, focusing exclusively on assessing findings, determining priority, and creating structured to-do files for later action.

How do pending todos get converted to ready status during issue tracking?

Pending todos are converted to ready status by assessing their relevance and priority during the triage workflow. Once approved, the system generates structured to-do files with appropriate metadata, transitioning them to 'ready' for actionable items or discarding irrelevant ones.