CtrlK
BlogDocsLog inGet started
Tessl Logo

jira-auth

Authenticate with Jira Cloud REST API using API tokens. Use when setting up Jira connections, validating credentials, or handling rate limiting.

64

Quality

78%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

Fix and improve this skill with Tessl

tessl review fix ./data/skills-md/01000001-01001110/agent-jira-skills/jira-auth/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

68%Weight 40%Scale 1-5

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

Highly actionable with executable code in several languages and runnable test commands, but the body pays a conciseness cost from duplicated auth-header logic across languages and lacks an explicitly sequenced workflow with validation checkpoints. Structure is good for a single-file skill though some content could be split into bundle files.

Suggestions

Consolidate the duplicated env-loading and auth-header construction across Node.js, Python, and TypeScript into a single canonical snippet, referencing language-specific variants only where they meaningfully differ.

Add an explicit sequenced workflow (e.g., 1. configure .env → 2. run `node scripts/run.js test` → 3. validate with `/myself` → 4. proceed only on success) with a clear validation checkpoint and error-recovery guidance.

Move the full language-specific implementations and rate-limit retry code into separate bundle files under scripts/ or references/, keeping SKILL.md as a lean overview with one-level-deep links.

DimensionReasoningScore

Conciseness

The body is mostly efficient actionable code rather than conceptual fluff, but the same auth-header construction is repeated across Node.js, Python, and TypeScript blocks, and the 'TypeScript (Reference Pattern)' re-wraps logic already shown, adding token overhead that could be tightened.

3 / 5

Actionability

Fully executable, copy-paste-ready code is provided in multiple languages plus curl examples and runnable test scripts (`node scripts/run.js test`), covering the common authentication cases comprehensively.

5 / 5

Workflow Clarity

Steps exist (env setup, test scripts, build header, create client, validate connection) but they are scattered across sections rather than sequenced as a single workflow, and validation appears as a function rather than an explicit checkpoint with error-recovery feedback loops.

3 / 5

Progressive Disclosure

No bundle files exist, but the single-file body is well-organized with clear section headers (Purpose, Prerequisites, Environment Variables, Test Scripts, Implementation Pattern, Rate Limiting) and an external References section; minor gaps are the inlined multi-language implementations that could live in separate files.

4 / 5

Total

15

/

20

Passed

Description

87%Weight 40%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.

A strong, third-person description that clearly answers both what the skill does and when to use it, with concrete trigger phrases and low conflict risk. Minor specificity gaps (OAuth) keep it just short of full marks on action coverage.

DimensionReasoningScore

Specificity

The description lists several concrete actions — 'Authenticate with Jira Cloud REST API using API tokens', 'setting up Jira connections', 'validating credentials', 'handling rate limiting' — but stops short of comprehensive coverage since OAuth (mentioned in the body) is omitted.

4 / 5

Completeness

It explicitly states the 'what' ('Authenticate with Jira Cloud REST API using API tokens') and the 'when' ('Use when setting up Jira connections, validating credentials, or handling rate limiting') with concrete trigger phrases.

5 / 5

Trigger Term Quality

Natural terms like 'Jira Cloud REST API', 'API tokens', 'Jira connections', 'credentials', and 'rate limiting' align with what users would say, though common synonyms such as 'Jira login' or 'Jira API key' are missing.

4 / 5

Distinctiveness Conflict Risk

'Jira Cloud REST API using API tokens' carves a clear niche with distinct triggers (Jira auth/connection setup) and minimal overlap risk with other skills.

5 / 5

Total

18

/

20

Passed

Validation

93%

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

Validation15 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

referenced_paths_exist

Referenced path issues: 3 missing

Warning

Total

15

/

16

Passed

Repository
NeverSight/skills_feed
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.