Skip to content

/complete-task

Commit changes, push to remote, create pull request (optional), and transition issue to "Code Review" status.

Prerequisites Branch {type}/{TASK_KEY}, tests passing, MCP (Atlassian, GitHub)

What It Does

Runs Constitutional Review against AGENTS.md, commits with conventional format, pushes, optionally creates a PR with spec/plan summary, and transitions the story to "Code Review".


Usage

/complete-task TASK-123

Example

You: /complete-task FB-6

AI:
✓ MCP validation passed
✓ Branch feat/FB-6 verified
✓ Tests passing
✓ Constitutional Review: PASSED
✓ Committed, pushed
✓ PR #42 created (spec + plan in body)
✓ Story transitioned to "Code Review"

ASDLC


At a glance

  • Prerequisites: MCP, branch {type}/{TASK_KEY}, tests pass, spec/plan checked.
  • Steps: Lint and test → Constitutional Review → commit → push → (optional) PR with spec/plan + review report → transition to "Code Review".

Full command (source)

commands/complete-task.md

Before: /start-task — Implement the work
After: /review-code — Review the PR


Back to Commands