todo-triage

Triage pending todos to prioritize code review findings and categorize work items interactively.

Updated Mar 14, 2026
One-click install
npx skills add https://github.com/Andreicr1/netz-analysis-engine --skill todo-triage-andreicr1
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: todo-triage
Source: https://github.com/Andreicr1/netz-analysis-engine/tree/main/.gemini/skills/todo-triage
Command: npx skills add https://github.com/Andreicr1/netz-analysis-engine --skill todo-triage-andreicr1

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reviews pending todos for approval, prioritizing code review findings, or categorizing work items interactively.

Core Features & Use Cases

  • Interactive triage of each pending todo with status, category, and recommended actions.
  • Supports approving, skipping, or modifying items to fit workflow.
  • Integrates with /todo-resolve for final resolution and execution.

Quick Start

Start by loading all pending todos from .context/compound-engineering/todos/ and legacy todos/ directories, then triage each item interactively.

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 to prioritize code review findings?

To triage pending todos for code review findings, load unresolved items from your todos directories and interactively review each one to approve, skip, or modify its status based on severity mapping. This creates a structured output for progress tracking and final summaries.

What is the best way to categorize work items during software engineering triage?

The best way to categorize work items during software engineering triage is to apply a deterministic workflow that maps severity and status to each pending todo. This interactive process yields a categorized work item list ready for resolution.

How do I decide whether to approve, skip, or modify unresolved todos?

You decide whether to approve, skip, or modify unresolved todos by interactively evaluating code review findings against a clear severity mapping. This deterministic workflow ensures each todo is moved to a ready state with a recommended action.

Does todo triage require a specific directory structure for task management?

Todo triage requires loading pending todos from the .context/compound-engineering/todos/ and legacy todos/ directories. Loading files from these specific locations is necessary to interactively categorize work items and move them to a ready state.

How do you track progress after categorizing pending code review todos?

You track progress after categorizing pending code review todos by generating structured output and final summaries from the triage workflow. This deterministic mapping provides clear status updates and recommended actions for moving items to a ready state.

Can I integrate triaged todos with a final resolution workflow?

Yes, you can integrate triaged todos with a final resolution workflow by passing the approved items to the /todo-resolve command. This handles the final resolution and execution of the categorized work items.