todo-resolve

Resolve approved repository todos in parallel batches with dependency ordering.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/xbpk3t/ce-codex --skill todo-resolve-xbpk3t
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: todo-resolve
Source: https://github.com/xbpk3t/ce-codex/tree/main/skills/todo-resolve
Command: npx skills add https://github.com/xbpk3t/ce-codex --skill todo-resolve-xbpk3t

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates resolving approved todo items stored in repository todo files, removing manual follow-up after reviews or triage and clearly reporting any pending items that were skipped.

Core Features & Use Cases

  • Selective Resolution: Processes only ready-status todos while skipping pending entries and ignoring already complete items.
  • Parallel Batch Implementation: Spawns per-item resolver agents, prefers parallel execution, and uses batches of up to 4 for large sets while respecting dependency order.
  • Audit, Commit & Cleanup: Commits changes, marks todos resolved, optionally deletes resolved todo files, and integrates with a compound skill to record lessons learned.
  • Use Case: After a code review session, resolve a group of approved todos in parallel, push commits, and produce a brief summary and solution document.

Quick Start

Resolve all ready todos matching pattern 'fix-*' and produce a summary of files changed and tests run.

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 in repository todo files after a code review?▼

Batch-resolving approved todos after code review involves filtering ready-status items by ID or pattern, spawning parallel resolver agents with dependency ordering, committing changes, and optionally documenting lessons learned.

What happens to pending todo items during batch todo cleanup?▼

During batch todo cleanup, pending items are skipped and reported. Only ready-status todos are processed, while already complete items are ignored and pending entries are clearly flagged in the output.

Can I use parallelism to resolve todo files matching a specific pattern?▼

Yes, you can resolve todo items matching a specific pattern using parallel execution. The system spawns per-item resolver agents, preferring parallel execution with batches of up to 4 for large sets while respecting dependency order.

Does todo batch resolution automatically commit git changes and clean up artifacts?▼

Yes, todo batch resolution automatically commits git changes, marks todos resolved, optionally deletes resolved todo files, and cleans up any per-run artifacts to ensure the repository remains tidy after processing.

How do I document lessons learned after resolving a group of approved todos?▼

To document lessons learned after resolving approved todos, the skill integrates with a compound skill to record solutions. It can produce a brief summary and solution document detailing files changed and tests run during the batch process.