一键导入
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