Install
1
Run in your terminal$
npx claudepluginhub thebushidocollective/han --plugin jiraTool Access
This skill uses the workspace's default tool permissions.
Skill Content
validate
Name
jira:validate - Validate acceptance criteria for a Jira ticket without changing status
Synopsis
/validate [arguments]
Description
Validate acceptance criteria for a Jira ticket without changing status
Implementation
Validate that all acceptance criteria are met for a Jira ticket without transitioning status.
Usage: /validate PROJ-123
Use atlassian_get_issue to fetch ticket details and extract acceptance criteria.
Display Format:
๐ Validating PROJ-123: {summary}
Current Status: {status}
Assignee: {assignee}
๐ Acceptance Criteria:
1. โ {criterion 1}
Evidence: {ask user or check recent comments/code changes}
2. โ {criterion 2}
Evidence: {ask user or check recent comments/code changes}
3. โ {criterion 3}
Status: Not complete
4. โ {criterion 4}
Evidence: {ask user or check recent comments/code changes}
Summary: 3/4 criteria met (75%)
Remaining work:
- {criterion 3}: {suggest what needs to be done}
Ready to complete? No - complete remaining criteria first.
Provide actionable feedback on what still needs to be done.
Similar Skills
Stats
Parent Repo Stars106
Parent Repo Forks13
Last CommitFeb 11, 2026