todo-triage

Automate triage of pending todos with severity, category, and recommended action.

6|Updated Jan 29, 2023
One-click install
npx skills add https://github.com/rethinkhealth/glion --skill todo-triage-rethinkhealth
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: todo-triage
Source: https://github.com/rethinkhealth/glion/tree/main/.agents/skills/todo-triage
Command: npx skills add https://github.com/rethinkhealth/glion --skill todo-triage-rethinkhealth

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Teams accumulate pending todos from code reviews and backlog, and triage time can be wasted deciding what to do next.

Core Features & Use Cases

  • Present each finding with severity, category, description, location, problem scenario, proposed solution, and effort estimate.
  • Allow decisions with options: approve, next, or custom, and automatically update frontmatter and file state.
  • Track progress with a header like "Progress: X/Y completed" to provide visibility during the triage.

Quick Start

Start the triage session by loading all pending todos and begin evaluating them one-by-one.

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 code reviews faster?

To triage pending todos faster, this process automates evaluating each finding by presenting severity, category, and recommended action to drive quick approvals or edits. It enforces deterministic steps for each item.

What is the best way to manage backlog refinement for pending todos?

Backlog refinement is managed by reading items from legacy and compound-engineering stores, then guiding decisions with structured prompts. A progress header tracks completion visibility throughout the triage session.

Can I approve or edit code review findings directly during todo triage?

Yes, you can approve, skip to the next item, or apply custom decisions during todo triage. The process automatically updates frontmatter and file state based on the selected action.

How does tracking work during an interactive todo triage session?

Tracking works through a visible header like Progress: X/Y completed, providing continuous visibility during the triage. This ensures you always know how many pending todos remain to be evaluated.

Does todo triage work with items from legacy and compound-engineering stores?

Yes, todo triage works by reading pending items directly from legacy and compound-engineering stores. It applies frontmatter-driven instructions to process these findings one-by-one.

What information is presented for each finding during todo triage?

Each finding is presented with severity, category, description, location, problem scenario, proposed solution, and effort estimate. This structured presentation supports fast and accurate decision-making.