CtrlK
BlogDocsLog inGet started
Tessl Logo

agent-issue-tracker

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

56

2.61x
Quality

39%

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%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.

The body is action-rich with concrete MCP and CLI examples but suffers from verbosity, duplicated capability lists, and a lack of validation steps in batch issue workflows. It also inlines material that would benefit from separate reference files.

Suggestions

Add validation checkpoints to batch workflows, e.g. verify each issue was created with `gh issue view` and surface errors before proceeding.

Move the issue/bug templates into separate files under references/ and link to them, reducing the inlined bulk in SKILL.md.

Remove the duplicated capabilities list (it appears both in the embedded frontmatter block and the body) to tighten the document.

DimensionReasoningScore

Conciseness

The ~290-line body is noticeably verbose: capabilities are duplicated between the embedded frontmatter and the body, and large placeholder code blocks and templates repeat structure without adding proportional value.

2 / 5

Actionability

It provides concrete MCP tool calls and `gh issue create` commands with example payloads and templates, which are mostly executable, with only minor gaps such as placeholder `:owner/:repo` values.

4 / 5

Workflow Clarity

Sequences for batch issue creation are present but lack validation checkpoints (no verification that issues were created, no error handling), and the rubric caps batch-operation workflows without validation at 3.

3 / 5

Progressive Disclosure

All content is inlined in one monolithic SKILL.md with no bundle files; templates and large code blocks that belong in separate reference files are inlined, though section headers provide some structure.

3 / 5

Total

12

/

20

Passed

Description

28%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.

The description is largely a placeholder: it labels the skill and gives an invocation token but does not state concrete capabilities or explicit trigger conditions. It fails to answer 'what does this do' in any specific way and provides no 'when to use' guidance.

Suggestions

Replace the placeholder with concrete actions, e.g. 'Create, update, and label GitHub issues; track progress; and coordinate multi-agent issue workflows.'

Add an explicit 'Use when...' clause naming natural trigger phrases like 'creating issues', 'bug reports', 'tracking issue progress', or 'coordinating project tasks'.

Drop the 'invoke with $agent-issue-tracker' invocation token from the description; keep the description focused on capability and triggers.

DimensionReasoningScore

Specificity

The description only names the domain ('issue-tracker') with no concrete actions, then adds an invocation token ('invoke with $agent-issue-tracker') rather than describing what the skill does.

2 / 5

Completeness

It offers only a vague 'what' (agent skill for issue-tracker) and no 'when'/'Use when' clause, so it does not explicitly answer when Claude should invoke it.

2 / 5

Trigger Term Quality

The only trigger term is the technical token 'issue-tracker'/'$agent-issue-tracker', missing the natural phrases a user would actually say such as 'issues', 'bug reports', or 'project tracking'.

2 / 5

Distinctiveness Conflict Risk

'issue-tracker' is somewhat specific to a niche but the generic 'Agent skill for ...' framing could still overlap with other project-management or issue-related skills.

3 / 5

Total

9

/

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.

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.