COMMAND
Surface and validate Claude's hidden assumptions about the project for user confirmation
Complete a ticket after execution - transitions Jira to "In Review" and updates the implementation plan
> /plugin marketplace add Jeffallan/claude-skills > /plugin install fullstack-dev-skills@fullstack-dev-skills
How it fires
How this command gets triggered: by you, by Claude, or both.
/complete-ticketContext preview
What this command does when you run it.
Complete a ticket after execution - transitions Jira to "In Review" and updates the implementation plan
name: complete-ticket description: 'Complete a ticket after execution - transitions Jira to "In Review" and updates the implementation plan' argument-hint: "[ticket-key] (optional if context available)"
**Purpose:** Finalize a ticket after `/execute-ticket` by transitioning Jira and updating the implementation plan.
---
**If argument provided:** Use `$ARGUMENTS` as the ticket key.
**If no argument:** Look back in the conversation for:
**If ticket cannot be identified:**
I couldn't identify which ticket to complete. Please provide the ticket key: /complete-ticket <ticket-key>
---
**From the Jira ticket:**
**From conversation context:**
| Field | Source | |-------|--------| | Ticket Key | From argument or recent `/execute-ticket` | | Changes Made | From the completion summary presented | | Files Modified | From the completion summary | | Tests Added | From the completion summary | | Deviations | Any approved deviations discussed | | Follow-up Tickets | Any tickets created during implementation |
**If completion summary not found in context:**
I couldn't find a completion summary in this conversation.
Please either:
1. Run `/execute-ticket {ticket-key}` first
2. Provide a brief summary of what was done**If Implementation Plan URL not in ticket:**
The ticket doesn't have an Implementation Plan URL. Please provide the Implementation Plan URL to update:
---
Present a brief confirmation:
## Ready to Complete {Ticket_Key}
**Changes to make:**
- Transition Jira to "In Review"
- Update implementation plan with completion details
**Summary extracted from context:**
- Files modified: [count]
- Tests added: [count]
- Deviations: [Yes/None]
- Follow-up tickets: [Yes/None]
Proceed? (Yes / No)**Wait for user confirmation before proceeding.**
---
**4a. Transition Jira ticket to "In Review"**
Use: jira_get_transitions to find "In Review" transition ID Use: jira_transition_issue to transition the ticket
**4b. Update the Implementation Plan in Confluence**
Fetch the current implementation plan page and update:
1. **Completion Status table** - Add row: | Ticket | Status | Completed Date | Notes | | [ticket] | ✅ Complete | [today's date] | [brief summary] |
2. **Execution Order table** - Update ticket's Status column to "✅ Complete"
3. **Parallel Execution Strategy wave table** - Update ticket's Status to "✅ Complete"
4. **Add Completion Details section:**
## {Ticket_Key} Completion Details
**Completed:** [date]
### Changes Made
* [extracted from summary]
### Tests Added
* [extracted from summary]
### Deviations
[Any deviations, or "None"]
### Follow-up Tickets
[Any follow-up tickets, or "None"]---
## {Ticket_Key} Completed
- [x] Jira transitioned to "In Review"
- [x] Implementation plan updated (version N)
**Next steps:**
- Create git commit using the suggested commit message
- Create PR when ready---
**If Jira transition fails:**
**If Confluence update fails:**
**If implementation plan URL not found:**
---
This command can be used standalone (without prior `/execute-ticket`) if the user provides details:
/complete-ticket CC-123
If no context is available, prompt user for: 1. Implementation plan URL 2. Brief summary of changes made 3. Files modified 4. Tests added (if any) 5. Any deviations or follow-up tickets
67 Specialized Skills for Full-Stack Developers. Transform Claude Code into your expert pair programmer.
Repo: Jeffallan/claude-skills
Surface and validate Claude's hidden assumptions about the project for user confirmation
Reference for: Common Ground Load when: Classifying assumptions, determining type or tier
Reference for: Common Ground Load when: Storage operations, project identification, file format
Reference for: Common Ground Load when: Using --graph flag, generating mermaid diagrams
Approve synthesis findings and create implementation tickets from discovery
Create a discovery document for research/customer discovery epics