Back to list
netresearch

jira-communication

by netresearch

Agent Skill for intelligent Jira integration with MCP config and wiki markup | Claude Code compatible

11🍴 5📅 Jan 23, 2026

SKILL.md


Jira Communication

CLI scripts for Jira operations using uv run. All scripts support --help, --json, --quiet, --debug.

Auto-Trigger

Trigger when user mentions:

  • Jira URLs: https://jira.*/browse/*, https://*.atlassian.net/browse/*
  • Issue keys: PROJ-123, NRS-4167

When triggered by URL → extract issue key → run jira-issue.py get PROJ-123

Auth Failure Handling

When auth fails, offer: uv run scripts/core/jira-setup.py (interactive credential setup)

Scripts

ScriptPurpose
scripts/core/jira-setup.pyInteractive credential config
scripts/core/jira-validate.pyVerify connection
scripts/core/jira-issue.pyGet/update issue details
scripts/core/jira-search.pySearch with JQL
scripts/core/jira-worklog.pyTime tracking
scripts/core/jira-attachment.pyDownload attachments
scripts/workflow/jira-create.pyCreate issues
scripts/workflow/jira-transition.pyChange status
scripts/workflow/jira-comment.pyAdd comments
scripts/workflow/jira-sprint.pyList sprints
scripts/workflow/jira-board.pyList boards
scripts/utility/jira-user.pyUser info
scripts/utility/jira-fields.pySearch fields
scripts/utility/jira-link.pyIssue links

Critical: Flag Ordering

Global flags MUST come before subcommand:

# Correct:  uv run scripts/core/jira-issue.py --json get PROJ-123
# Wrong:    uv run scripts/core/jira-issue.py get PROJ-123 --json

Quick Examples

uv run scripts/core/jira-validate.py --verbose
uv run scripts/core/jira-search.py query "assignee = currentUser()"
uv run scripts/core/jira-issue.py get PROJ-123
uv run scripts/core/jira-worklog.py add PROJ-123 2h --comment "Work done"
uv run scripts/workflow/jira-transition.py do PROJ-123 "In Progress" --dry-run

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

References

  • references/jql-quick-reference.md - JQL syntax
  • references/troubleshooting.md - Setup and auth issues

Authentication

Cloud: JIRA_URL + JIRA_USERNAME + JIRA_API_TOKEN Server/DC: JIRA_URL + JIRA_PERSONAL_TOKEN

Config via ~/.env.jira or env vars. Run jira-validate.py --verbose to verify.

Score

Total Score

75/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

+10
人気

GitHub Stars 100以上

0/15
最近の活動

1ヶ月以内に更新

+10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

+5

Reviews

💬

Reviews coming soon