forge
Forge: JIRA Ticket → Dynamic Skill → Implementation
Inputs
Raw arguments: $ARGUMENTS
Infer from the arguments:
- TICKET_URL: the JIRA ticket URL
- ADDITIONAL_CONTEXT: any extra context provided beyond the URL (optional)
Orchestrates end-to-end JIRA ticket processing. Phases 1–5 gather context and write output files into a dynamically created skill at ~/.claude/skills/{ticket_id}/. Phase 6 invokes that skill — context files are lazy-loaded on demand.
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.
280pir
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.
62pagerduty-oncall
Investigate PagerDuty incidents for on-call escalation policies. Use when asked about incidents, on-call status, incident analysis, or PagerDuty investigation.
57jira-ticket-viewer
View Jira ticket details using the jira CLI (jira-cli). Use when given a Jira issue key to fetch and display ticket information.
55confluence-page-viewer
Read Confluence page content using the confluence CLI. Use when given a Confluence page URL to fetch and display page information.
54