From jira
Validates Jira ticket acceptance criteria via user prompts and transitions to Done if all complete. Invoke with /complete PROJ-123 during ticket closure.
npx claudepluginhub thebushidocollective/han --plugin jiraThis skill uses the workspace's default tool permissions.
jira:complete - Mark a Jira ticket as complete after validating acceptance criteria
Validates Jira ticket acceptance criteria without status changes. Checks progress via comments/code evidence, summarizes completion, and suggests remaining work. Use /validate TICKET-ID.
Validates Linear issue acceptance criteria via user prompts and marks complete with comment if all met; lists incompletes otherwise. Invoke via /complete ISSUE-ID.
Prevents silent decimal mismatch bugs in EVM ERC-20 tokens via runtime decimals lookup, chain-aware caching, bridged-token handling, and normalization. For DeFi bots, dashboards using Python/Web3, TypeScript/ethers, Solidity.
Share bugs, ideas, or general feedback.
jira:complete - Mark a Jira ticket as complete after validating acceptance criteria
/complete [arguments]
Mark a Jira ticket as complete after validating acceptance criteria
Complete a Jira ticket by validating acceptance criteria and transitioning to Done.
Usage: /complete PROJ-123
Steps:
atlassian_get_issue to fetch ticket details including description and commentsatlassian_add_comment to add completion summaryatlassian_transition_issue to transition to "Done"Display Format:
โ
Completing PROJ-123: {summary}
๐ 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.