todo-resolve

Resolve approved todos in parallel across code review and triage contexts.

Updated Mar 14, 2026
One-click install
npx skills add https://github.com/Andreicr1/netz-analysis-engine --skill todo-resolve-andreicr1
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: todo-resolve
Source: https://github.com/Andreicr1/netz-analysis-engine/tree/main/.gemini/skills/todo-resolve
Command: npx skills add https://github.com/Andreicr1/netz-analysis-engine --skill todo-resolve-andreicr1

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Resolve approved todos by running them in parallel, capture lessons learned, and then clean up.

Core Features & Use Cases

  • End-to-end batching of ready todos for faster triage and resolution.
  • Separate handling for pending and complete todos to prevent premature actions.
  • Documentation of outcomes and cleanup of completed items after resolution.

Quick Start

Instruct the system to resolve ready todos from the target project.

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 in parallel?

Automate batch resolution of approved todos by running them in parallel processing stages. This workflow analyzes, plans, and implements ready items concurrently across code review and triage contexts, skipping pending items to prevent premature actions.

What is the best way to handle code review and triage todos in parallel?

Handling code review and triage todos in parallel requires a multi-stage workflow that analyzes, plans, and implements ready items concurrently. This approach batches ready todos for faster triage and resolution while separating pending and complete todos.

How does parallel todo resolution skip pending items during triage?

Parallel todo resolution skips pending items by applying gating checks before proceeding with the workflow. It separates handling for pending and complete todos to prevent premature actions, ensuring only approved and ready items are batch-resolved.

Can I capture lessons learned and clean up resolved todos automatically?

You can capture lessons learned and clean up resolved todos automatically through a dedicated commit and clean-up workflow stage. This process documents outcomes and removes completed items from the active workspace after successful resolution.

Does batch resolving todos require artifact management under a scratch directory?

Batch resolving todos requires artifact management under a scratch directory to organize parallel processing outputs. This gating mechanism ensures structured tracking throughout the analyze, plan, implement, commit, and clean-up stages.

Why use a multi-stage workflow to resolve approved todos instead of manual triage?

A multi-stage workflow resolves approved todos faster than manual triage by executing ready items in parallel batches. This structured approach prevents premature actions on pending items, captures lessons learned, and cleans up artifacts automatically.