Complete Skill
Version: 1.1.0 Portability: Tool-specific (requires dot CLI, gh CLI)
Quick Start
Close task in under 1 minute.
What This Does
Marks task complete, verifies PR merged, evaluates parent task completion.
Fastest Path
bash
/sdlc:complete <task-id> # Verifies PR merged # Marks task complete # Checks if parent can complete # Cleans up worktree (if applicable)
Common Examples
Example 1: Single Task
After: PR merged
Invoke: /sdlc:complete myproject-feature-abc123
Result: Task marked complete
Example 2: Child Task (Parent Evaluation)
After: Child task PR merged
Invoke: /sdlc:complete myproject-child-abc
Result: Checks if all siblings complete → parent completes
When to Use
Use when:
- •PR merged
- •Task finished
- •User asks to "complete" or "close task"
Don't use when:
- •PR not merged yet
- •Work still in progress
Related:
- •
/sdlc:pr- Create PR first - •
/sdlc:work- Start next task
Auto-Invocation
Claude automatically invokes this skill when you say:
- •"Mark the task as done"
- •"The PR is merged"
- •"Complete this task"
- •"Close this issue"
- •"Finish this work"
You don't need to type /sdlc:complete explicitly - Claude will detect these requests and invoke the skill for you.
Metadata
Version: 1.1.0 (2026-02-05): Progressive disclosure Dependencies: github-issues