Validates JIRA tickets have required fields and sufficient information for development. Activates when users ask about ticket quality, readiness, or completeness, or when reviewing tickets before sprint planning.
Validates JIRA tickets have required fields and sufficient information for development. Activates when users ask about ticket quality, readiness, or completeness, or when reviewing tickets before sprint planning.
/plugin marketplace add openshift-hyperfleet/hyperfleet-claude-plugins/plugin install hyperfleet-jira@hyperfleet-claude-pluginsThis skill inherits all available tools. When active, it can use any tool Claude has access to.
Activate this skill when the user:
Use jira-cli to fetch ticket details:
jira issue view TICKET-KEY --plain 2>/dev/null
For JSON output with all fields:
jira issue view TICKET-KEY --json 2>/dev/null
When analyzing a ticket, provide:
Summary: [Ticket title]
| Check | Status | Notes |
|---|---|---|
| Title | PASS/FAIL | [Issue if any] |
| Description | PASS/FAIL | [Length: X chars] |
| Acceptance Criteria | PASS/FAIL | [Count: X criteria] |
| Story Points | PASS/FAIL | [Value or "Missing"] |
| Assignee | PASS/FAIL | [Name or "Unassigned"] |
| Component | PASS/FAIL | [Component or "None"] |
| Activity Type | PASS/FAIL | [Type or "Uncategorized"] |
Activity Type is required for sprint/kanban capacity planning. Tickets without an Activity Type appear as "Uncategorized" and cannot be properly allocated.
| Activity Type | Description | Examples |
|---|---|---|
| Associate Wellness & Development | Onboarding, team growth, training, associate experience | Training sessions, mentorship |
| Incidents & Support | Escalations, production issues | Customer escalations, outages |
| Security & Compliance | Vulnerabilities and weaknesses, CVEs | Security patches, compliance fixes |
| Activity Type | Description | Examples |
|---|---|---|
| Quality / Stability / Reliability | Bugs, SLOs, chores, tech debt, PMR action items, toil reduction | Bug fixes, performance improvements |
| Activity Type | Description | Examples |
|---|---|---|
| Future Sustainability | Productivity improvements, team improvements, upstream, proactive architecture, enablement | Tooling, automation, refactoring |
| Product / Portfolio Work | Strategic portfolio (HATSTRAT), strategic product, product outcome, BU features | New features, product enhancements |
This skill complements the /hygiene-check command:
Create employment contracts, offer letters, and HR policy documents following legal best practices. Use when drafting employment agreements, creating HR policies, or standardizing employment documentation.
Implement GDPR-compliant data handling with consent management, data subject rights, and privacy by design. Use when building systems that process EU personal data, implementing privacy controls, or conducting GDPR compliance reviews.