← スキル一覧に戻る

jira
by kentoje
⭐ 2🍴 1📅 2026年1月24日
SKILL.md
name: jira description: View and interact with Jira tickets using the jira CLI
Jira CLI Skill
Interact with Jira tickets using the jira command-line tool.
Usage
Use this skill when the user:
- Asks to view a Jira ticket
- Wants to list issues assigned to them
- Needs to check ticket status or details
- Provides a Jira URL or ticket key (e.g.,
ADP-1234)
Common Commands
View a Ticket
jira issue view <TICKET_KEY>
Example: jira issue view ADP-6405
If given a Jira URL like https://aircall-product.atlassian.net/browse/ADP-6405, extract the ticket key (ADP-6405) and use the view command.
List My Issues
jira issue list -a$(jira me)
List Issues in a Sprint
jira sprint list --current
jira sprint list --current -a$(jira me)
Search Issues
jira issue list -q "project = ADP AND status = 'In Progress'"
Add a Comment
jira issue comment add <TICKET_KEY> -b "<COMMENT_BODY>"
Move Issue Status
jira issue move <TICKET_KEY> "<STATUS>"
Notes
- Attachments referenced in tickets are not viewable via CLI - suggest opening the Jira URL directly
- The CLI may truncate long descriptions - recommend viewing in browser for full context
- Ticket keys are case-insensitive but conventionally uppercase (e.g.,
ADP-1234)
スコア
総合スコア
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
レビュー
💬
レビュー機能は近日公開予定です