Back to list
rlcurrall

ticket-delete-comment

by rlcurrall

tools i give to agents

2🍴 0📅 Jan 20, 2026

SKILL.md


name: ticket-delete-comment description: Delete a comment from a Jira ticket. Use when the user wants to remove a comment they previously added or clean up outdated comments. allowed-tools: Bash(aide:*)

Delete Ticket Comment

Delete a comment from a Jira ticket by its comment ID.

When to Use

  • User wants to remove a comment they previously added
  • User wants to clean up test or draft comments
  • User wants to remove outdated or incorrect information

How to Execute

Run:

aide jira delete-comment TICKET-KEY COMMENT-ID [--format text|json|markdown]

Arguments

ArgumentRequiredDescription
TICKET-KEYYesJira ticket key (e.g., PROJ-123)
COMMENT-IDYesID of the comment to delete

Flags

FlagDescription
--formatOutput format: text, json, markdown

Finding Comment IDs

To find the comment ID you want to delete, first list comments:

aide jira comments PROJ-123 --format json

Each comment in the output will have an id field.

Output Includes

  1. Confirmation of deletion
  2. Ticket key
  3. Deleted comment ID

Common Patterns

# Delete a specific comment
aide jira delete-comment PROJ-123 10001

# Delete with JSON output (useful for scripting)
aide jira delete-comment PROJ-123 10001 --format json

Use Cases

PurposeExample
Remove test commentClean up after testing
Remove duplicateAccidentally posted same comment twice
Remove outdated infoInformation is no longer accurate
Clean up draftRemove incomplete or draft comment

Important Notes

  • Deletion is permanent and cannot be undone
  • You can only delete comments you have permission to delete
  • The comment ID is required (use aide jira comments to find it)

Next Steps

After deleting a comment:

  • Use ticket-comments skill to verify deletion
  • Use ticket-comment skill to add a new comment if needed

Score

Total Score

50/100

Based on repository quality metrics

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

Reviews

💬

Reviews coming soon