comment

List or add Markdown comments to Jira issues via jira-commands.

46|12|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/mulhamna/jira-commands --skill comment-mulhamna
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: comment
Source: https://github.com/mulhamna/jira-commands/tree/main/plugin/skills/comment
Command: npx skills add https://github.com/mulhamna/jira-commands --skill comment-mulhamna

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

When you need to review discussion history or quickly add an update to a Jira issue, manually navigating comments is slow and error-prone.

Core Features & Use Cases

  • List existing comments on an issue: Retrieve the full comment thread for a given issue key to support review and triage.
  • Add a new Markdown comment: Post either a short body or a longer message loaded from a file to keep updates consistent.
  • Use Case: During QA triage, post a verification note to PROJ-456 and immediately share the outcome with the team.

Quick Start

Use the comment skill to list comments for PROJ-123 by requesting comment the issue’s existing discussion history.

Frequently Asked Questions about comment

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I add a comment to a Jira issue from the command line?

You can list Jira issue comments by providing the specific issue key and invoking the comment list command, retrieving the full discussion thread for review, triage, or status verification.

Can I post Markdown updates to Jira issues for QA triage?

To add a Jira issue comment from the command line, provide the issue key and a Markdown body or file content, then invoke the comment add command to post the update directly to the issue.

Does this approach require a specific Jira issue key to post status updates?

You can list Jira issue comments by providing the specific issue key and invoking the comment list command, retrieving the full discussion thread for review, triage, or status verification.

What is the best way to review Jira issue discussion history without manual navigation?

Yes, posting engineering status updates requires extracting a specific Jira issue key, which is then used with the comment add command to attach your Markdown message to the correct issue.

Can I load comment content from a file to keep Jira updates consistent?

The best way to review Jira issue discussion history without manual navigation is extracting the issue key and using the comment list command to instantly retrieve the full comment thread.