スキル一覧に戻る
rlcurrall

ticket-comment

by rlcurrall

tools i give to agents

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

SKILL.md


name: ticket-comment description: Add a comment to a Jira ticket. Use when the user wants to post an update, ask a question, document a decision, or communicate status on a ticket. allowed-tools: Bash(aide:*)

Add Ticket Comment

Add a comment to a Jira ticket. Comments support markdown formatting.

When to Use

  • User wants to add an update to a ticket
  • User wants to ask a question on a ticket
  • User wants to document a decision
  • User wants to communicate progress or blockers

How to Execute

Run:

aide jira comment TICKET-KEY "comment text" [--format text|json|markdown]

Or read from file:

aide jira comment TICKET-KEY --file ./comment.md

Flags

FlagShortDescription
--file-fRead comment from markdown file
--formatOutput format: text, json, markdown

Output Includes

  1. Comment ID
  2. Creation timestamp
  3. Author name

Common Patterns

# Add a simple comment
aide jira comment PROJ-123 "Started working on this task"

# Add a detailed comment with markdown
aide jira comment PROJ-123 "## Progress Update

- Completed initial implementation
- Tests passing locally
- Ready for code review

**Next steps:** Create PR and request review"

# Add comment from file (for longer content)
aide jira comment PROJ-123 --file ./status-update.md

Use Cases

PurposeExample
Progress update"Completed initial implementation"
Asking questions"Should this handle edge case X?"
Documenting decisions"Using OAuth 2.0 with PKCE for enhanced security"
Communicating blockers"Blocked on API access - waiting for credentials"
Closing notes"Implementation complete, PR #123 merged"

Best Practices

  • Use markdown for formatted comments (headers, lists, code blocks)
  • For long comments, write to a file first and use --file
  • Reference other tickets with their keys (e.g., "Related to PROJ-456")
  • Include relevant details for future reference

Next Steps

After adding a comment:

  • Use ticket-comments skill to see all comments
  • Use ticket-transition skill to change status if appropriate

スコア

総合スコア

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

レビュー

💬

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