review-todolisted
Install: claude install-skill nielsmadan/skills
<!-- Generated from https://github.com/nielsmadan/agentic-coding — edits here are overwritten. -->
# Review Todo
Turn the most recent completed review into a stateful plan-to-implementation workflow. Keep `.review-todo.md` at the repository root as the source of truth across turns and context compaction. It is temporary working state: never commit it, and remove it only after the workflow completes successfully.
The first response for a new review must contain the complete proposed disposition and implementation plan for every finding. Do not walk the user through findings one at a time. Make no production-code edits and no commits until the user has reviewed that whole plan and explicitly approved it.
## Instructions
### Step 1: Start or resume
1. Find the repository root. If the current directory is not in a Git repository, ask for the target repository before creating state; the workflow ends by committing changes.
2. Check for `.review-todo.md`:
- If it contains an active workflow, resume it by default. Read it before using conversational context.
- If the user clearly supplied a new review while an active workflow exists, do not overwrite it. Ask whether to resume the existing workflow or replace it with the new review.
- If it is marked complete after an interrupted cleanup, report the recorded result and remove it.
- If it uses an older one-finding-at-a-time format, preserve all recorded decisions and implementation results, inspect every remaining fi