Agent skill

task-complete

Complete a beads task — mark done, create PR, merge, and clean up worktree. Use after all tests pass and verification is complete.

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/task-complete

SKILL.md

Task Completion Workflow

Steps

  1. Mark task done: bd close <id>
  2. Create PR: gh pr create --base develop with descriptive title and summary
  3. Code review: /code-review → address any findings
  4. Watch CI: gh pr checks --watch
  5. Merge PR: gh pr merge --squash
  6. Remove worktree:
    bash
    cd "$CLAUDE_PROJECT_DIR"
    git worktree remove ~/worktrees/property-tracker/<name>
    
  7. Next task: /compactbd ready

When Ready to Release

  1. Verify staging (staging.bricktrack.au) works correctly
  2. Create PR: developmain
  3. Merge after CI passes
  4. Production deploys automatically to bricktrack.au

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results