todo-resolve

Resolve approved todos in batch using parallel workers and log changes.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

When triaging many todos, teams waste time rechecking status and manually applying batch actions. This Skill automates batch-resolution of approved items to speed up delivery and ensure consistency.

Core Features & Use Cases

  • Batch resolution of todos labeled ready to close or advance work in a single pass.
  • Selective targeting by ID or pattern to focus on specific items or projects.
  • Clear reporting of skipped items (pending) and a complete log of changes for auditability.

Quick Start

Run the todo-resolve workflow with an optional todo ID or pattern to target specific items.

Frequently Asked Questions about todo-resolve

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

FAQPage Schema
How do I automate batch resolution of approved todos after a code review?

Automating batch resolution of approved todos involves filtering items labeled ready, applying parallel workers to process them, generating a change log, and cleaning up resolved todos to streamline triage.

What happens to pending or completed todos during batch triage?

Pending or completed todos are filtered out and explicitly skipped during batch triage, with the workflow generating a report of all skipped work to ensure only ready items are advanced.

Can I target specific todos for batch resolution using an ID or pattern?

Yes, specific todos can be targeted for batch resolution by passing an optional todo ID or pattern to the workflow, allowing selective focus on specific items or projects while skipping others.

How does parallel processing work when resolving multiple ready todos?

Parallel processing handles multiple ready todos by deploying parallel workers to execute the batch resolution workflow simultaneously, streamlining the triage process and reducing manual rechecking time.

Is there an audit log generated when streamlining todo triage in bulk?

Yes, a complete change log is maintained when streamlining todo triage in bulk, recording all batch-resolved items to provide full auditability for post-resolution review and tracking.