triage

Triage categorized findings into actionable todo files with YAML frontmatter.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/mattjefferson/open-compound-engineering --skill triage-mattjefferson
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: triage
Source: https://github.com/mattjefferson/open-compound-engineering/tree/main/skills/triage
Command: npx skills add https://github.com/mattjefferson/open-compound-engineering --skill triage-mattjefferson

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Triage and categorize findings so they can be tracked in a todo system, ensuring consistent prioritization and clear actions.

Core Features & Use Cases

  • Structured triage: Read, categorize, and propose ready-to-work todos from diverse findings (code reviews, security audits, performance reports).
  • Workflow orchestration: Guides the on-device decision flow for whether to create new todos or update existing ones.
  • Audit-ready outputs: Produces standardized todo files with frontmatter for downstream workflows.

Quick Start

Feed the findings list (or source type) in findings/ and run the triage to generate ready todo files.

Frequently Asked Questions about triage

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

FAQPage Schema
How do I triage code review findings into actionable todos?

Security audit findings are triaged by reading the categorized issues, guiding decisions on whether to create or update existing todos, and generating standardized todo files for downstream tracking workflows.

What is the best way to automate triage workflows for performance analysis reports?

Yes, you can update existing todos by reading current todo files, prompting for decisions on new findings, and outputting updated todo files with YAML frontmatter to maintain consistent tracking.

Do I need specific dependencies to categorize findings into todo files?

Findings are prepared by placing the categorized list or source type into the findings directory, which the triage process reads to generate ready todo files with standardized YAML frontmatter.

Can I use this triage process for security audit categorization?

Yes, this triage process works for security audit categorization by reading the audit findings, guiding prioritization decisions, and outputting standardized todo files with YAML frontmatter for tracking.