スキル一覧に戻る
mathiassoeholm

jira-cli

by mathiassoeholm

2🍴 1📅 2026年1月22日
GitHubで見るManusで実行

SKILL.md


name: jira-cli description: Use when querying or automating Jira - sprints, issues, epics, stories, boards, or correlating Jira data with external systems

CRITICAL: You MUST use the Task tool with subagent_type: "general" to execute Jira CLI commands. NEVER run jira commands directly in your bash session.

Example Task invocation:

Task(subagent_type="general", prompt="Use jira CLI to list current sprint issues: jira sprint list --current --plain")

This preserves conversation context and isolates CLI output.


Jira CLI

Command-line interface for Jira. Always use --plain flag when available for scriptable, parseable output.

Default Project

Primary project: MDBIM. Override with -p PROJECT for other projects.

Quick Reference

TaskCommand
List my issuesjira issue list -a$(jira me) --plain
View issuejira issue view ISSUE-KEY --plain
Create issuejira issue create -tTask -s"Summary" --no-input
Edit issuejira issue edit ISSUE-KEY -s"New summary"
Move/transitionjira issue move ISSUE-KEY "In Progress"
Assign issuejira issue assign ISSUE-KEY $(jira me)
Current sprintjira sprint list --current --plain
List epicsjira epic list --plain
Open in browserjira open ISSUE-KEY
Who am Ijira me

For detailed flags and examples, see issue-commands.md, sprint-commands.md, epic-commands.md, and other-commands.md in this skill directory.

Global Flags

FlagDescription
-p, --projectProject key (default: configured project)
-c, --configConfig file path
--debugEnable debug output
-h, --helpHelp for any command

Output Flags (for commands with --plain)

FlagDescription
--plainPlain text output (use this!)
--no-headersHide table headers (with --plain)
--no-truncateShow all columns (with --plain)
--columnsSelect columns to display
--rawRaw JSON output
--csvCSV format output

For board, project, release, and shell completion commands, see other-commands.md in this skill directory.

スコア

総合スコア

50/100

リポジトリの品質指標に基づく評価

SKILL.md

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

+20
LICENSE

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

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

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

0/5
Issue管理

オープンIssueが50未満

+5
言語

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

+5
タグ

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

0/5

レビュー

💬

レビュー機能は近日公開予定です