CtrlK
BlogDocsLog inGet started
Tessl Logo

agent-issue-tracker

Agent skill for issue-tracker - invoke with $agent-issue-tracker

49

2.61x
Quality

28%

Does it follow best practices?

Impact

81%

2.61x

Average score across 3 eval scenarios

SecuritybySnyk

Low

Low-risk findings worth noting

Fix and improve this skill with Tessl

tessl review fix ./.agents/skills/agent-issue-tracker/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

50%

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

The body is well-organized and provides concrete examples of GitHub-issue and swarm-coordination workflows, but it is verbose, lacks validation checkpoints in its batch operations, and keeps all templates and examples inline in a single large file. It is competent but improvable across every dimension.

Suggestions

Add validation checkpoints to batch issue workflows, e.g. verify `gh auth status` and confirm each `gh issue create` succeeded before proceeding.

Remove the duplicate YAML config block and the non-actionable 'Metrics and Analytics' section to reduce padding and token cost.

Extract the issue templates and large code examples into reference files (e.g. references/templates.md) and link to them from the body for progressive disclosure.

DimensionReasoningScore

Conciseness

The body offers useful code but is padded: a duplicate YAML config block, a capabilities list repeated from the frontmatter, and a non-actionable 'Metrics and Analytics' section, matching the score-2 'could be tightened' anchor.

2 / 3

Actionability

Concrete MCP and gh CLI examples with real parameters are provided, but the MCP calls are illustrative JS object literals rather than executable code and are hardcoded to a specific repo/issue, fitting the score-2 'incomplete/pseudocode' anchor.

2 / 3

Workflow Clarity

Usage patterns and the batch workflow are sequenced, but no validation checkpoints appear for batch issue-creation, capping this at 2 per the batch-operations guideline.

2 / 3

Progressive Disclosure

The 324-line body is well-sectioned with headers but is monolithic with no external references, and templates and large examples that should be split out remain inline, matching the score-2 anchor.

2 / 3

Total

8

/

12

Passed

Description

7%

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

The frontmatter description is a bare label plus invocation syntax: it names no concrete actions, lacks natural trigger terms, and omits any 'Use when' guidance. It is distinguishable only by the issue-tracking niche, not by clear triggers.

Suggestions

Rewrite the description to name concrete actions, e.g. 'Create, update, and track GitHub issues and coordinate multi-agent issue workflows.'

Add an explicit 'Use when...' clause with natural user terms such as 'GitHub issues', 'issue tracking', 'project coordination', or 'milestone management'.

Remove the invocation-syntax filler ('$agent-issue-tracker') from the description; it is not a trigger a user would naturally say.

DimensionReasoningScore

Specificity

The phrase 'Agent skill for issue-tracker' names no concrete actions, matching the score-1 anchor for vague, abstract language; it does not list actions like creating, updating, or tracking issues.

1 / 3

Completeness

Neither 'what does this do' (only a label is given) nor 'when should Claude use it' is addressed, so both are very weak per the score-1 anchor.

1 / 3

Trigger Term Quality

'invoke with $agent-issue-tracker' is invocation syntax rather than natural user language, and no common terms like 'GitHub issues' or 'issue tracking' appear, fitting the score-1 jargon anchor.

1 / 3

Distinctiveness Conflict Risk

'issue-tracker' identifies a recognizable niche, but the description is generic enough to overlap with general GitHub or project-management skills, matching the score-2 anchor.

2 / 3

Total

5

/

12

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.

Validation16 / 16 Passed

Validation for skill structure

No warnings or errors.

Repository
ruvnet/ruflo
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.