jira-ticket-viewer
Jira Ticket Viewer
Fetch and display Jira ticket details using the jira CLI tool.
Inputs
Raw arguments: $ARGUMENTS
Infer from the arguments:
- TICKET_KEY: the Jira issue key
- OUT_DIR: output directory, or
.implement-assets/jiraif not provided
System Requirements
jiraCLI installed and configured (https://github.com/ankitpokhrel/jira-cli)- Environment variable
JIRA_API_TOKENset with a valid Jira API token. Important: When checking this variable, verify at least 2 times before concluding it is not set. Environment variables can appear unset due to shell context differences. Never expose the value — use existence checks only (e.g.test -n "$JIRA_API_TOKEN"). - Environment variable
JIRA_SERVERset to the Jira base URL (e.g.https://yourcompany.atlassian.net).
Execution
More from delexw/claude-code-misc
oxlint
Run and configure oxlint — the high-performance JavaScript/TypeScript linter built on the Oxc compiler stack. Use this skill whenever working in a project that has oxlint installed (check for `oxlint` in package.json devDependencies or an `.oxlintrc.json` / `oxlint.config.ts` config file). This includes when you need to lint code after making changes, fix linting errors, configure oxlint rules/plugins, set up or modify `.oxlintrc.json`, or migrate from ESLint.
282pir
Create Post Incident Records (PIRs) by discovering issues from PagerDuty, Datadog, Cloudflare, and Rollbar concurrently. Orchestrates pagerduty-oncall, datadog-analyser, cloudflare-traffic-investigator, and rollbar-reader skills, auto-determines severity, and outputs completed PIR forms. Use when asked to "create a PIR", "write a post incident record", "fill out PIR form", "incident report", "analyse incidents", or after on-call shifts need documentation.
63figma-reader
Read Figma designs via Figma MCP server. Auto-detects MCP availability and prompts user only if setup is needed. Use when Figma links or UI design images are found in task context.
62forge
Forge implementation from JIRA tickets using dynamic skill generation. Gathers context into a lazy-loaded skill, then invokes it for execution. Use when given a JIRA ticket URL to process end-to-end.
60pagerduty-oncall
Investigate PagerDuty incidents for on-call escalation policies. Use when asked about incidents, on-call status, incident analysis, or PagerDuty investigation.
57confluence-page-viewer
Read Confluence page content using the confluence CLI. Use when given a Confluence page URL to fetch and display page information.
54