opencode/skills/jira/SKILL.md
Interact with Jira using the jira CLI. View, create, transition, assign, and comment on issues. Use when the user mentions Jira, issue keys, sprints, or ticket work.
npx skillsauth add msegoviadev/dotfiles jiraInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill when:
[A-Z]+-[0-9]+)jira CLI installed: brew install ankitpokhrel/jira-cli/jirajira init (runs setup wizard)If jira is not available, guide the user to install and run jira init before proceeding.
jira issue view ISSUE-KEY first. Never assume the current status, assignee, or field values.jira issue move ISSUE-KEY --help or check available states before transitioning.which jira || echo "not found"
If missing, stop and guide the user through installation and jira init.
Always view the issue before making any changes:
jira issue view ISSUE-KEY
Prepare the command, show it to the user, and get explicit approval before running any write operation (create, move, assign, comment).
Run the approved command. For complex operations (multi-line descriptions, bulk changes), consult references/commands.md.
Simple operations (view a single issue, list my open tickets) — no reference needed.
Load references/commands.md for:
development
Best practices for Remotion - Video creation in React
development
Review GitLab merge requests by analyzing code changes and posting inline comments. Always shows comments for approval before posting and checks for duplicates. Use when reviewing someone else's MR.
development
Respond to feedback on your own merge request. Fetches discussions, proposes replies and code changes, and asks for approval before posting anything. Use when addressing review comments on your MR.
development
Read, write, and respond to comments on Confluence pages via the REST API v2. Use when the user wants to fetch page content, search pages, update a page, create a new page, or address comments and suggestions left by others.