mcpbeat Sign in

Aai Jira Agent Skill

Use aai-cli to search and manage Jira issues, Jira Product Discovery ideas, projects, boards, sprints, comments, and attachments.

7k tokens
context cost
the whole folder, loaded on every use
2
files
instructions only
0
copies elsewhere
how many repositories repackaged it
104
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/aai-labs/agent-barn --skill aai-jira

What comes with it

28 524 bytes besides the instruction
references/command-reference.md

The instruction itself

1 sections, as written by the author

aai-cli Jira

Use this skill when working with Jira Cloud through aai-cli jira.

Before running commands, confirm the active profile or pass --profile. Prefer typed commands for common issue, idea, sprint, board, project, comment, and attachment workflows; use jira request only for uncommon Jira REST endpoints.

For Jira Product Discovery, use jira ideas commands: they scope searches to Product Discovery projects, default the create issue type to Idea, and discover project-specific idea fields (jira ideas fields PROJECT) so custom fields like Impact or Effort can be set through --json.

List commands aggregate Jira pagination up to --limit and preserve the documented response shape. Create and update commands accept typed flags and, where documented, --json payloads.

Successful output is JSON on stdout. Errors are structured JSON on stderr. See the command reference for filters, payload rules, response shapes, and examples.

How to use it

Copy the folder

Take aai-labs/aai-jira from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.