npx claudepluginhub mulhamna/jira-commands --plugin jiraThis skill uses the workspace's default tool permissions.
List Jira issues using `jirac`.
Manage Jira issues, boards, sprints, projects, and epics using jira-cli. Search with JQL, create, update, assign, transition, and comment from the terminal.
Use this skill whenever the user wants to search, list, or filter Jira tickets — by assignee, status, label, project, type, component, reporter, parent, or free text — even if they say 'find', 'show me', 'what's open', 'list my tickets', or similar phrasing rather than 'search Jira'. Composes safe JQL from structured flags, executes a paginated search against a Jira Cloud tenant, and renders a summary table of the results. Supports --render-adf to convert ADF descriptions to Markdown inline. Prefer this skill over raw JQL whenever the user's intent maps to a structured flag.
Share bugs, ideas, or general feedback.
List Jira issues using jirac.
Steps:
jirac is available by running jirac --version. If it is missing, tell the user to install it with cargo install jira-commands.jirac issue list with the right flags.Notes:
jirac issue list without flags defaults to assignee = currentUser().jirac issue list -p PROJ limits to one project.jirac issue list --jql '<expression>' gives full control.Examples:
jirac issue listjirac issue list -p PROJjirac issue list --jql 'project = PROJ AND issuetype = Bug AND status != Done'