From linear
Validates Linear issue acceptance criteria via user prompts and marks complete with comment if all met; lists incompletes otherwise. Invoke via /complete ISSUE-ID.
How this skill is triggered — by the user, by Claude, or both
Slash command
/linear:completeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
linear:complete - Mark a Linear issue as complete after validating acceptance criteria
linear:complete - Mark a Linear issue as complete after validating acceptance criteria
/complete [arguments]
Mark a Linear issue as complete after validating acceptance criteria
Complete a Linear issue by validating acceptance criteria and transitioning to Done.
Usage: /complete ENG-123
Steps:
linear_get_issue to fetch issue details including description and commentslinear_add_comment to add completion summarylinear_update_issue_state to transition to "Done"Display Format:
✅ Completing ENG-123: {title}
📋 Acceptance Criteria Validation:
1. ✓ {criterion 1} - COMPLETE
2. ✓ {criterion 2} - COMPLETE
3. ✗ {criterion 3} - INCOMPLETE
4. ✓ {criterion 4} - COMPLETE
❌ Cannot complete: 1 criterion not met
- {criterion 3}
Suggestion: Complete remaining criteria before marking as Done.
Only transition to Done if ALL criteria are validated.
npx claudepluginhub thebushidocollective/han --plugin linearValidates Linear issue acceptance criteria without status changes. Checks progress with evidence from comments/changes, shows summary (e.g., 3/4 met), and suggests next steps.
Validates Jira ticket acceptance criteria via user prompts and transitions to Done if all complete. Invoke with /complete PROJ-123 during ticket closure.
Reviews completed Linear sub-issues by cross-validating Done Criteria, code changes, and worker comments to approve, request changes, or ask for clarification.