CtrlK
BlogDocsLog inGet started
Tessl Logo

acli

Use acli (Atlassian CLI) to interact with Jira Cloud — create, search, view, link, and edit work items via shell commands instead of MCP tools. Prefer acli over Atlassian MCP to minimize token usage.

60

Quality

70%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Low

Low-risk findings worth noting

Fix and improve this skill with Tessl

tessl review fix ./plugins/sdlc/skills/acli/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

71%Scale 1-5

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

This is a highly actionable, domain-expert skill that captures critical acli quirks and workarounds that Claude could not know independently. Its main weakness is length — at 300+ lines with repeated patterns (site-guard blocks, temp file explanations) and some sections that could be extracted to reference files, it consumes more tokens than necessary. The workflow structure is solid but could benefit from tighter error recovery loops for batch operations.

Suggestions

Extract the repeated site-guard snippet into a short macro reference (e.g., 'Run the site guard before every write command — see Auth section') instead of inlining the full block 7+ times.

Move the 'Known limitations' and 'View a work item' full extraction script into a reference file (e.g., `acli-reference.md`) to reduce the main skill's token footprint.

Remove the 'Why acli over MCP' section — the opening paragraph already establishes acli as the only transport; token cost rationale is unnecessary context for Claude.

DimensionReasoningScore

Conciseness

The skill contains substantial domain-specific knowledge Claude wouldn't know (acli quirks, flag gotchas, ADF requirements, link direction semantics), but it's quite long (~300+ lines) with some redundancy — the site-guard block is repeated in nearly every code example, the 'Known limitations' section is verbose, and the 'Why acli over MCP' section explains rationale Claude doesn't need. The temp file pattern explanation is also repeated across sections.

3 / 5

Actionability

Excellent actionability — every operation has copy-paste-ready bash commands with concrete flags, JSON schemas for bulk creation, jq pipelines for parsing output, and specific error messages to surface. The flag reference table, known limitations with workarounds, and counter-intuitive behavior callouts (--in/--out direction, --parent takes KEY not ID) are highly actionable.

5 / 5

Workflow Clarity

The 'Workflow pattern for story creation' section provides a clear 7-step sequence. Auth guard with DNS check → auth → site guard is a well-structured validation chain. The verification steps for parent/label writes via JQL are good checkpoints. However, the workflow pattern is presented as a comment-style list rather than with explicit validation gates between steps, and there's no explicit error recovery loop for bulk creation failures.

4 / 5

Progressive Disclosure

The skill references external files (`.claude/refs/jira-adf.md`, `scripts/jira-site-guard.sh`, `scripts/tmp-dir.sh`, `scripts/jira-set-field.sh`) which is good progressive disclosure, but the SKILL.md itself is monolithic — the known limitations, link semantics deep-dive, and view command's full extraction script could be split into reference files. The ADF reference is well-delegated, but the main file carries too much inline detail for its length.

3 / 5

Total

15

/

20

Passed

Description

70%Scale 1-5

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

This is a solid description that clearly identifies the tool, platform, and specific actions supported. Its main weakness is the lack of an explicit 'Use when...' clause with natural trigger phrases users might say (e.g., 'Jira ticket', 'create an issue'). The differentiation from Atlassian MCP is a nice touch for disambiguation.

Suggestions

Add an explicit 'Use when...' clause, e.g., 'Use when the user asks about Jira tickets, issues, stories, bugs, or epics, or needs to interact with Jira Cloud.'

Include common user synonyms like 'tickets', 'issues', 'stories', 'bugs', and 'epics' alongside 'work items' to improve trigger term coverage.

DimensionReasoningScore

Specificity

Lists several specific actions: 'create, search, view, link, and edit work items via shell commands.' This is a good set of concrete actions, though it could mention additional capabilities like transitions, comments, or sprint management.

4 / 5

Completeness

Has a clear 'what' (interact with Jira Cloud via acli to create/search/view/link/edit work items) and includes a preference note about when to use it over MCP, but lacks an explicit 'Use when...' clause with concrete trigger phrases. The preference guidance is helpful but doesn't substitute for explicit trigger conditions.

3 / 5

Trigger Term Quality

Includes strong natural keywords: 'Jira', 'acli', 'Atlassian CLI', 'Jira Cloud', 'create', 'search', 'view', 'link', 'edit', 'work items', 'shell commands'. Missing some natural synonyms like 'tickets', 'issues', 'stories', 'bugs', or 'JIRA' that users commonly say.

4 / 5

Distinctiveness Conflict Risk

Highly distinctive — specifies the exact tool (acli/Atlassian CLI), the platform (Jira Cloud), the method (shell commands), and even differentiates itself from a competing approach (Atlassian MCP). Very low conflict risk.

5 / 5

Total

16

/

20

Passed

Validation

100%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation11 / 11 Passed

Validation for skill structure

No warnings or errors.

Repository
whimzyLive/nightshift-ai
Reviewed

Table of Contents

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.