Skillquality 0.47

jira-communication

Use when interacting with Jira issues - searching, creating, updating, moving, transitioning, commenting, logging work, downloading attachments, managing sprints, boards, issue links, web links, fields, or users. Auto-triggers on Jira URLs and issue keys (PROJ-123). Also use when

Price
free
Protocol
skill
Verified
no

What it does

Jira Communication

CLI scripts via uv run. All support --help, --json, --quiet, --debug.

Auto-Trigger

On Jira URL or issue key (PROJ-123), pick by intent — each is one call:

IntentTool
triage / work on ticketjira-issue.py work KEY
start QA reviewjira-issue.py qa KEY
QA-fail follow-upjira-issue.py qa-fail KEY
field-only lookupjira-issue.py get KEY --fields ...
change statusjira-issue.py act KEYjira-transition.py do
audit / sibling discoveryjira-qa-gather.py KEY

Auth issues → jira-setup.py. Anti-pattern: get + comment list for the same key — use the matching verb. See references/intent-verbs.md.

Scripts

Under ${CLAUDE_SKILL_DIR}/scripts/{core,workflow,utility}/.

Core: jira-issue.py, jira-search.py, jira-worklog.py, jira-attachment.py, jira-setup.py, jira-validate.py Workflow: jira-create.py, jira-transition.py, jira-comment.py, jira-move.py, jira-sprint.py, jira-board.py, jira-version.py Utility: jira-user.py, jira-fields.py, jira-link.py, jira-weblink.py, jira-worklog-query.py, jira-watchers.py, jira-qa-gather.py

Execution Style

Run directly. Scripts report /. Destructive ops: --dry-run. Global flags before subcommand: jira-issue.py --json get PROJ-123.

Basic Usage

uv run ${CLAUDE_SKILL_DIR}/scripts/core/jira-issue.py get PROJ-123
uv run ${CLAUDE_SKILL_DIR}/scripts/core/jira-search.py query "assignee = currentUser() AND status != Closed" -n 5 -f key,summary,status
uv run ${CLAUDE_SKILL_DIR}/scripts/core/jira-issue.py update PROJ-123 --assignee me --priority Critical
uv run ${CLAUDE_SKILL_DIR}/scripts/workflow/jira-comment.py add PROJ-123 "Comment text"
uv run ${CLAUDE_SKILL_DIR}/scripts/workflow/jira-transition.py do PROJ-123 "In Progress"
uv run ${CLAUDE_SKILL_DIR}/scripts/core/jira-worklog.py add PROJ-123 2h --comment "Work done"
uv run ${CLAUDE_SKILL_DIR}/scripts/workflow/jira-create.py issue PROJ "Summary" --type Task
uv run ${CLAUDE_SKILL_DIR}/scripts/core/jira-attachment.py add PROJ-123 screenshot.png

Related Skills

jira-syntax: For descriptions/comments. Jira uses wiki markup, not Markdown.

References

  • references/jql-quick-reference.md, references/jql-cookbook.md — JQL beyond simple filters
  • references/multi-profile.md — multiple Jira instances, --profile
  • references/troubleshooting.md — auth, SSL, 401, 403, connection
  • references/issue-editing.md--description, --fields-json, reporter, deletes, moves
  • references/creation.md--parent, components, custom fields
  • references/comments.md — edit, delete, list comments
  • references/worklog.md--started, date ranges, jira-worklog-query.py
  • references/attachments.md — upload, download, inspect attachments
  • references/links.md — issue and web links
  • references/agile.md — sprints, boards, board --name
  • references/fields-and-users.md — custom field IDs, users, issue types
  • references/watchers.md — watch, subscribe, list watchers
  • references/versions.md — fix/affects versions, releases, version CRUD
  • references/qa-gather.md — comprehensive audit bundle (siblings, prose URLs)
  • references/intent-verbs.mdwork / qa / qa-fail / act: heuristic + status-set config

Authentication

Cloud: JIRA_URL + JIRA_USERNAME + JIRA_API_TOKEN. Server/DC: JIRA_URL + JIRA_PERSONAL_TOKEN. Config via ~/.env.jira or ~/.jira/profiles.json.

Capabilities

skillsource-netresearchskill-jira-communicationtopic-agent-skillstopic-ai-agenttopic-atlassiantopic-claude-code-skilltopic-jiratopic-mcptopic-open-standardtopic-project-managementtopic-skill

Install

Quality

0.47/ 1.00

deterministic score 0.47 from registry signals: · indexed on github topic:agent-skills · 51 github stars · SKILL.md body (3,521 chars)

Provenance

Indexed fromskills_sh
Also seen ingithub
Enriched2026-05-18 18:58:01Z · deterministic:skill-github:v1 · v1
First seen2026-04-18
Last seen2026-05-18

Agent access

jira-communication — Clawmart · Clawmart