·resolve_parallel
>_

resolve_parallel

Resolve all TODO comments using parallel processing

7Installs·0Trend·@ratacat

Installation

$npx skills add https://github.com/ratacat/claude-skills --skill resolve_parallel

How to Install resolve_parallel

Quickly install resolve_parallel AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/ratacat/claude-skills --skill resolve_parallel
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: ratacat/claude-skills.

SKILL.md

View raw

Create a TodoWrite list of all unresolved items grouped by type.Make sure to look at dependencies that might occur and prioritize the ones needed by others. For example, if you need to change a name, you must wait to do the others. Output a mermaid flow diagram showing how we can do this. Can we do everything in parallel? Do we need to do one first that leads to others in parallel? I'll put the to-dos in the merma...

Spawn a pr-comment-resolver agent for each unresolved item in parallel.

So if there are 3 comments, it will spawn 3 pr-comment-resolver agents in parallel. liek this

Resolve all TODO comments using parallel processing Source: ratacat/claude-skills.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/ratacat/claude-skills --skill resolve_parallel
Category
>_Productivity
Verified
First Seen
2026-02-25
Updated
2026-03-10

Browse more skills from ratacat/claude-skills

Quick answers

What is resolve_parallel?

Resolve all TODO comments using parallel processing Source: ratacat/claude-skills.

How do I install resolve_parallel?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/ratacat/claude-skills --skill resolve_parallel Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/ratacat/claude-skills