원클릭으로
do
Work through a TODO.md checklist in the worktree root, continuing until all items are checked off.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Work through a TODO.md checklist in the worktree root, continuing until all items are checked off.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Update Pappardelle to the latest version by re-running the install script.
Interactively configure Pappardelle by editing .pappardelle.yml and .pappardelle.local.yml. Helps add profiles, keybindings, hooks, watchlists, and more. Use when the user asks to configure, customize, or tweak their Pappardelle setup.
Install and initialize Pappardelle in a repository. Installs Pappardelle, checks prerequisites, asks about your VCS host, issue tracker, and project profiles, then generates a .pappardelle.yml config file.
Kitchen-style coordinator for managing Pappardelle worktree spaces. Use when you want a quick overview of active Claude sessions, need to check on a specific space, or want to relay instructions to a running Claude session.
Step-based workflow for implementing an issue in a multi-repo workspace. Handles research, planning, shallow cloning, agent teams, implementation, QA, and pull requests.
| name | do |
| description | Work through a TODO.md checklist in the worktree root, continuing until all items are checked off. |
| disable-model-invocation | true |
Before doing anything else, copy the TODO template into the worktree root (always overwrite — keeps a single canonical seed step that runs on every invocation):
cp .claude/skills/do/TODO-TEMPLATE.md TODO.md
Then read TODO.md — a checklist of tasks to complete for this issue — and work through every item systematically.
TODO.md to see what needs to be done- [x]) immediately after completing itAskUserQuestion when requirements are ambiguous or you need user inputWhen you start working on an issue, update it with proper details:
The issue may not have a project assigned yet. Based on what you're implementing, assign it to the appropriate project.
If the auto-generated title isn't ideal, improve it to clearly describe the task.
Update the description but keep the "Original prompt" section at the bottom:
Your detailed description here...
---
_Original prompt:_
> <keep the original prompt text as a blockquote>
Edit the PR body to add summary details, but preserve the "Original prompt" section:
gh pr edit --body "## Summary
- Bullet points describing changes
## Test plan
- How to test
## Issue
[Link to issue]
---
_Original prompt:_
> <keep the original prompt text as a blockquote>
---
Generated with [Claude Code](https://claude.com/claude-code)"
The argument passed to this skill is the issue key (e.g., PROJ-123). Use it for:
[PROJ-123] Description