todo-resolve

Resolve batch-approved todos in parallel and capture lessons via ce:compound.

1|Updated Apr 4, 2026
One-click install
npx skills add https://github.com/ybbms777/compound-engineering --skill todo-resolve-ybbms777
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: todo-resolve
Source: https://github.com/ybbms777/compound-engineering/tree/main/skills/todo-resolve
Command: npx skills add https://github.com/ybbms777/compound-engineering --skill todo-resolve-ybbms777

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually resolving multiple approved todos after code review or triage sessions is time-consuming, and it is easy to miss capturing valuable lessons learned or forget to clean up completed todo files, leading to unnecessary project clutter.

Core Features & Use Cases

  • Parallel Batch Resolution: Processes all ready-status todos in parallel, skips pending untriaged todos, and respects dependency order between related tasks.
  • Automatic Knowledge Capture: Integrates with the ce:compound skill to document lessons learned from todo resolutions for future team reference.
  • Automatic Cleanup: Deletes resolved todo files and temporary scratch directories after completion to keep the project workspace tidy.
  • Use Case: After a multi-role code review that generates 15 approved todos, use this skill to resolve all ready items in parallel, capture any architectural insights from the fixes, and automatically delete the completed todo files.

Quick Start

Use the todo-resolve skill to batch resolve all approved todos from the latest code review session and capture any lessons learned.

Frequently Asked Questions about todo-resolve

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

FAQPage Schema
How do I batch resolve approved todos after a code review?

Batch resolving approved todos involves processing all ready-status items in parallel, skipping pending untriaged tasks, and respecting dependency order. This automates todo resolution while capturing lessons learned and cleaning up completed files.

Can I automatically clean up completed todo files after task resolution?

Yes, automatic cleanup is supported during todo resolution. The workflow deletes resolved todo files and temporary scratch directories after completion to keep the project workspace tidy and free of clutter.

How does parallel processing handle todo dependencies during resolution?

Parallel processing resolves ready-status todos simultaneously while respecting dependency order between related tasks. Pending untriaged todos are skipped entirely to ensure only approved, actionable items are processed.

What is the best way to capture lessons learned from resolving code review todos?

Capturing lessons learned from todo resolution is handled through integration with the ce:compound skill. This automatically documents architectural insights and feedback from the fixes for future team reference.

Does todo resolution work with pending untriaged todos?

No, todo resolution skips pending untriaged todos entirely. It only processes items marked as ready status following code review or triage sessions, ensuring unapproved feedback does not trigger automated actions.