resolve_parallel

Resolve TODO comments in a codebase by planning and implementing changes in parallel.

1|Updated Mar 11, 2026
One-click install
npx skills add https://github.com/JimmyChen-NXP/zephyr-team-activity-dashboard --skill resolve-parallel-jimmychen-nxp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: resolve_parallel
Source: https://github.com/JimmyChen-NXP/zephyr-team-activity-dashboard/tree/main/.github/skills/resolve_parallel
Command: npx skills add https://github.com/JimmyChen-NXP/zephyr-team-activity-dashboard --skill resolve-parallel-jimmychen-nxp

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the resolution of TODO comments within codebases by leveraging parallel processing, significantly speeding up the review and refactoring process.

Core Features & Use Cases

  • Parallel TODO Resolution: Identifies and resolves multiple TODO comments concurrently.
  • Dependency Awareness: Plans execution order based on identified dependencies between TODO items.
  • Automated Implementation: Spawns sub-agents to handle individual TODO resolutions and commits the changes.
  • Use Case: When a codebase has numerous TODO comments scattered across different files, this Skill can efficiently process them in parallel, ensuring that dependencies are respected and changes are committed automatically.

Quick Start

Use the resolve_parallel skill to resolve all TODO comments in the current project.

Frequently Asked Questions about resolve_parallel

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

FAQPage Schema
How do I resolve all TODO comments in a codebase automatically?

You can resolve TODO comments by triggering the resolve_parallel Skill, which identifies dependencies between tasks, spawns parallel sub-agents for implementation, and automatically commits the resulting code modifications across the project.

How does parallel processing work for code refactoring and issue management?

Parallel processing for code refactoring works by identifying dependencies between TODO items, planning an execution order, and spawning concurrent sub-agents to implement changes simultaneously rather than sequentially.

Can I use this to process multiple TODO items scattered across different files?

Yes, you can process multiple TODO items scattered across different files. The Skill identifies dependencies between tasks to ensure execution order is respected before spawning parallel sub-agents for implementation.

What's the best way to automate code review for numerous TODO comments?

The best way to automate code review for TODO comments is using a dependency-aware parallel processing approach that plans execution order and spawns sub-agents to handle each resolution concurrently.

How are dependencies between TODO items handled during parallel execution?

Dependencies between TODO items are handled by analyzing and planning the execution order before spawning parallel sub-agents, ensuring that interdependent code changes are respected and committed correctly.

Do I need to manually commit code modifications after resolving TODOs?

No, you do not need to manually commit code modifications. The Skill spawns sub-agents to handle individual TODO resolutions and automatically commits the resulting code changes to the repository.