todo-triage

Triage pending todos into approve, skip, or refine decisions with P1/P2/P3 priorities.

50|14|Updated Mar 11, 2026
One-click install
npx skills add https://github.com/All-The-Vibes/ATV-StarterKit --skill todo-triage-all-the-vibes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: todo-triage
Source: https://github.com/All-The-Vibes/ATV-StarterKit/tree/main/.github/skills/todo-triage
Command: npx skills add https://github.com/All-The-Vibes/ATV-StarterKit --skill todo-triage-all-the-vibes

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Todo triage helps teams quickly review pending todos, categorize findings, and decide whether to approve, skip, or modify each item without writing code during triage.

Core Features & Use Cases

  • Interactive workflow for presenting each finding with severity, category, description, location, problem scenario, proposed solution, and effort.
  • Decision options: yes (approve and mark ready), next (skip/delete), custom (modify before approving).
  • Enforces a structured triage loop with progress tracking and priority mapping (P1, P2, P3).

Quick Start

Load pending todos and begin processing them one by one using the interactive prompts.

Frequently Asked Questions about todo-triage

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

FAQPage Schema
How do I triage pending todos from a code review?

Triaging pending todos from a code review involves presenting each finding with its severity, location, and proposed solution to decide whether to approve, skip, or refine it. This process uses a structured interactive loop to map priorities to P1, P2, or P3 classifications.

What is the best way to prioritize code review tasks without writing code?

Prioritizing code review tasks without writing code requires a guided triage workflow that enforces guardrails against modifications. It presents per-item details like problem scenarios and effort estimates, allowing you to approve, skip, or mark items for refinement.

Can I categorize pending todos by severity and effort during triage?

Yes, you can categorize pending todos by severity and effort during triage. The interactive workflow displays these metrics alongside category, location, and problem scenario for each item, ensuring structured decision-making and accurate P1, P2, or P3 priority mapping.

How does an interactive todo triage workflow handle skipped or deleted items?

An interactive todo triage workflow handles skipped or deleted items through a structured decision loop. Selecting 'next' skips or removes the finding from the queue, while progress tracking updates the overall status and moves to the subsequent pending todo.

Do I need to propose a solution for every todo before starting the triage process?

No, you do not need to propose a solution for every todo before starting the triage process. The workflow presents existing proposed solutions during the loop, and you can choose to approve them directly, skip them, or provide custom modifications before approving.

What are the limitations of using a guided triage workflow for task tracking?

The primary limitation of using a guided triage workflow for task tracking is the strict enforcement of guardrails against code-writing during the session. It focuses solely on reviewing, categorizing, and deciding on pending items rather than implementing the proposed solutions.