com um clique
flow-cleanup
Clean up stale worktree references and merged branches
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Clean up stale worktree references and merged branches
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
Flow: Auto - Full Issue Lifecycle in One Shot - Complete end-to-end workflow: start worktree → analyze issue → ELI5 plan + necessity gate → implement ...
Run quality checks (lint + test + typecheck + security) without committing
Flow: Finish - Quality Gates, Commit, Push, and Create PR - Run quality checks, commit changes, push the branch, and create a pull request.
Flow Commands - Streamlined worktree-based development workflow. No locks, no Redis - just git.
Flow: Merge PR and Clean Up - Merge the current branch's PR, then clean up the worktree and branch.
Diagnose flow workflow setup and environment
| name | flow-cleanup |
| description | Clean up stale worktree references and merged branches |
Generated from a Claude Code command. Where the procedure references these Claude-only surfaces, adapt as follows:
EnterWorktree/ExitWorktree tool calls, .claude/worktrees/ paths): use plain git instead - git worktree add <path> -b <branch>, work inside it, then git worktree remove <path> when done.scripts/<name> are bundled under scripts/ in this skill directory (byte-identical copies from the claude-power-pack checkout); some expect sibling repo resources, so prefer a full checkout when one is available.Clean up stale worktree references and merged branches
Read reference.md in this skill directory for the complete, authoritative procedure before acting on this skill.