todo-triage

Triage code-review todos by approving, skipping, or modifying each finding.

Updated Apr 22, 2026
One-click install
npx skills add https://github.com/yxc023/agent-config-studio --skill todo-triage-yxc023
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: todo-triage
Source: https://github.com/yxc023/agent-config-studio/tree/main/.opencode/skills/todo-triage
Command: npx skills add https://github.com/yxc023/agent-config-studio --skill todo-triage-yxc023

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Helps teams quickly review and categorize open todos for code review, deciding whether to approve, skip, or modify each item before proceeding to the actual resolution step.

Core Features & Use Cases

  • Present each finding with severity, category, description, location, problem scenario, and proposed solution.
  • Make deterministic decisions to approve (ready), skip, or modify before approval.
  • Include a final triage summary and next steps.

Quick Start

Begin triaging by stepping through each pending todo and deciding to approve, skip, or modify.

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 code review todos efficiently before implementation?

To triage pending code review todos, step through each finding and make a deterministic decision to approve, skip, or modify before proceeding to resolution. This enforces a multi-step workflow with per-item severity handling and progress tracking.

What is the best way to prioritize and approve todos for a project-wide review?

Prioritizing and approving todos for project-wide review involves evaluating each finding's severity, category, and proposed solution, then deciding to approve, skip, or modify. A final triage summary provides next steps for coordinated implementation.

How do I review and categorize open code-review todos stored under .context/compound-engineering/todos?

Reviewing and categorizing open code-review todos stored under .context/compound-engineering/todos involves stepping through each pending item, evaluating its problem scenario and proposed solution, and making a per-item decision to approve, skip, or modify before implementation.

Can I handle different severity levels when triaging legacy todos and pending findings?

Yes, handling different severity levels when triaging legacy todos and pending findings is supported. The workflow evaluates severity alongside category, description, and location for each item, guiding deterministic decisions to approve, skip, or modify before resolution.

Does the todo triage workflow track progress and output a summary after reviewing all findings?

Yes, the todo triage workflow tracks progress throughout the per-item decision process and outputs a final triage summary. This summary includes next steps to coordinate review before proceeding to the actual resolution implementation.

When should I skip rather than approve a todo during the code review triage process?

You should skip a todo during the code review triage process when the finding is not ready for implementation or requires further evaluation. Skipping defers the item, allowing you to approve or modify only the pending todos that are ready for resolution.