This skill should be used when resolving all pending CLI todos from the todos/ directory using parallel processing. It reads pending todos, plans resolution order with dependency analysis, and spawns parallel agents.
From soleurnpx claudepluginhub jikig-ai/soleur --plugin soleurThis skill uses the workspace's default tool permissions.
Note: The
/soleur:reviewskill now creates GitHub issues directly for all new findings. This skill handles only legacy localtodos/*.mdfiles that predate the GitHub issue integration.
Resolve all TODO items from the /todos/*.md directory using parallel processing.
Get all unresolved TODOs from the /todos/*.md directory.
Create a TodoWrite list of all unresolved items grouped by type. Look at dependencies that might occur and prioritize the ones needed by others. For example, if a name change is needed, wait to do the dependents. Output a mermaid flow diagram showing how the work can proceed. Can everything run in parallel? Does one item need to complete first before others can start? Structure the to-dos in the mermaid diagram flow-wise so the agent knows how to proceed in order.
Spawn a pr-comment-resolver agent for each unresolved item in parallel.
So if there are 3 items, spawn 3 pr-comment-resolver agents in parallel:
Always run all in parallel subagents/Tasks for each Todo item.