Atlassian CLI
Leert Claude de correcte moderne acli-syntaxis voor Jira/Confluence, zodat het stopt met het verzinnen van flags en het overslaan van authenticatie.
Getest · Werkt
Wat het doet
Referentieskill voor de officiële Atlassian CLI (acli): controleer altijd eerst de acli auth-status, gebruik de moderne acli <product> <entity> <action> commandostructuur in plaats van de oude --action flag, en geef de voorkeur aan batch flags (--jql, --filter, --key, create-bulk) boven één-voor-één bash-loops. Activeert bij verzoeken om Jira-issues te zoeken met JQL, sprintrapporten te genereren, bulk Jira/Confluence-operaties uit te voeren, of werkitems te creëren/updaten vanaf de commandoregel.
Testrapport
De exacte commandosyntaxis van de skill (acli jira workitem search --jql ... --fields ... --csv, en workitem transition --jql ... --status ... --yes) is onafhankelijk geverifieerd tegen Atlassian's eigen officiële acli-documentatie — het komt precies overeen, terwijl een vanaf nul opgebouwde naïeve baseline --action/--outputFormat/--columns flags verzon die niet bestaan in de echte tool.
Getest op: 2026-07-15 · Claude Code 2.x (agent harness)
Installatie
git clone https://github.com/leweii/atlassian-cli mkdir -p ~/.claude/skills cp atlassian-cli/SKILL.md ~/.claude/skills/atlassian-cli/SKILL.md
Commando's en voorbeeldprompts
/atlassian-cliLeert Claude de correcte moderne acli-syntaxis voor Jira/Confluence, zodat het stopt met het verzinnen van flags en het overslaan van authenticatie.
Skills reageren op gewone verzoeken — geen commando's om te onthouden. Na installatie activeren prompts zoals deze de skill (in het Engels):
Write the acli command to bulk-transition MOBILE's In Review issues to DoneGenerate a CSV sprint report for TEAM using the Jira command line toolWhat's the correct acli syntax for searching issues with JQL?