triage

Automates triage and categorization of findings into actionable to-do items.

1|Updated Mar 11, 2026
One-click install
npx skills add https://github.com/JimmyChen-NXP/zephyr-team-activity-dashboard --skill triage-jimmychen-nxp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: triage
Source: https://github.com/JimmyChen-NXP/zephyr-team-activity-dashboard/tree/main/.github/skills/triage
Command: npx skills add https://github.com/JimmyChen-NXP/zephyr-team-activity-dashboard --skill triage-jimmychen-nxp

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of triaging and categorizing findings, converting them into actionable to-do items for your system, and managing their status.

Core Features & Use Cases

  • Structured Triage: Guides you through reviewing findings with predefined questions about severity, category, and proposed solutions.
  • Automated To-Do Creation: Generates well-formatted to-do files with YAML frontmatter and detailed sections based on your decisions.
  • Status Management: Handles transitions from 'pending' to 'ready' for approved items and removes skipped items.
  • Use Case: After a security audit, use this Skill to systematically review each finding, decide its priority, and create a ready-to-work-on to-do item for the development team.

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 automate issue triage for security audit findings?

To automate issue triage for security audit findings, this Skill guides you through reviewing each finding with predefined questions about severity and category, converting approved items into actionable to-do files with YAML frontmatter.

How does task management workflow automation handle pending to-do status transitions?

Workflow automation handles pending to-do status transitions by moving approved items to a 'ready' state and automatically removing skipped items, ensuring your task list only contains actionable work.

Can I use this triage Skill for bug triaging and performance reviews?

Yes, you can use this triage Skill for bug triaging and performance reviews, as it systematically categorizes findings from various audits and generates structured to-do items based on your decisions.

What is the best way to convert code review findings into actionable to-do items?

The best way to convert code review findings into actionable to-do items is to process pending todos in the todos directory, letting the Skill manage status transitions and file creation based on your proposed solutions.

Do I need a specific CLI todo system to manage issue categorization?

You need a CLI todo system with a todos directory to manage issue categorization, as this Skill processes pending files there and modifies them by adding YAML frontmatter and detailed sections for approved items.