Jira Admin

Automate Jira issue management and sprint oversight using JQL.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/avxkim/personal-marketplace --skill jira-admin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Jira Admin
Source: https://github.com/avxkim/personal-marketplace/tree/main/plugin/skills/jira-admin
Command: npx skills add https://github.com/avxkim/personal-marketplace --skill jira-admin

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Manually navigating Jira, creating issues, updating statuses, and managing sprints can be a significant time sink. This skill automates common Jira administrative and project management tasks, allowing you to focus on strategic work rather than repetitive data entry.

Core Features & Use Cases

  • Efficient Issue Management: Create, update, search, and retrieve detailed information for Jira issues using JQL.
  • Sprint Oversight: List and get details for sprints, including associated issues, to keep track of project progress.
  • Multi-Instance Support: Seamlessly manage multiple Jira instances configured in your ~/.secrets with Bearer token authentication.
  • Use Case: A product owner needs to create a batch of new user stories, assign them to the current sprint, and then get a summary of all "In Progress" tasks for a daily stand-up. This skill automates these actions, ensuring quick updates and accurate reporting.

Quick Start

Locate tool

JIRA_TOOL=$(for path in $(jq -r 'to_entries[] | .value.installLocation + "/plugin/skills/jira-admin/jira-tool.sh"' ~/.claude/plugins/known_marketplaces.json); do [ -f "$path" ] && echo "$path" && break; done)

Discover instances

"$JIRA_TOOL" discover

Search issues

"$JIRA_TOOL" jira-search 4RA "project = DEV ORDER BY created DESC"