Jira Fix Bug banner
nmoinvaz nmoinvaz

Jira Fix Bug

Development community

Description

--- name: jira-fix-bug description: Fetch a Jira bug report and attempt to fix it argument-hint: "[Jira URL or issue key]" model: opus allowed-tools: Bash, Edit, Grep, Glob, Read --- Fetch a Jira bug report and attempt to fix it. ## Arguments $ARGUMENTS should be a Jira URL (e.g., https://company.atlassian.net/browse/PROJ-123) or a Jira issue key (e.g., PROJ-123). ## Instructions Use `acli` for all Jira operations. Before any Jira operations, load the `/arriba:acli` skill for command syntax

Installation

Installs to ~/.claude/skills/nmoinvaz-speedy-gonzales-jira-fix-bug/SKILL.md

Terminal
mkdir -p ~/.claude/skills/nmoinvaz-speedy-gonzales-jira-fix-bug && curl -fsSL https://raw.githubusercontent.com/nmoinvaz/speedy-gonzales/HEAD/commands/jira-fix-bug.md -o ~/.claude/skills/nmoinvaz-speedy-gonzales-jira-fix-bug/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository