Refactor high-complexity React components in Dify frontend. Use when `pnpm analyze-component...
npx skills add otaviof/gosmith --skill "jira"
Install specific skill from multi-skill repository
# Description
Retrieve a Jira story and convert to markdown for planning sessions. Takes a ticket number like RHTAP-6131.
# SKILL.md
name: jira
description: Retrieve a Jira story and convert to markdown for planning sessions. Takes a ticket number like RHTAP-6131.
argument-hint:
allowed-tools: Bash, Write
model: haiku
Instructions
-
Validate:
which jiramust exist, ticket key matches[A-Z]+-[0-9]+ -
Fetch:
jira issue view <TICKET-KEY> --plain(add--comments Nif requested) -
Convert:
- Title format:
#followed by the ticket key, colon, and title wrapped in backticks. Example: # RHTAP-123: `Fix login bug` {{text}}→`text`,[text|url]→[text](url)- Strip ANSI codes and Unicode decorations
- Include Status section: type, status, assignee, reporter, priority, dates
-
Preserve description with markup converted
-
Save:
<TICKET-KEY>.mdat user-specified path or cwd (overwrites) -
Report: "Created
<TICKET-KEY>.mdwith Jira story content"
# Supported AI Coding Agents
This skill is compatible with the SKILL.md standard and works with all major AI coding agents:
Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.