CtrlK
BlogDocsLog inGet started
Tessl Logo

agentic-workflows

Route gh-aw workflow design/create/debug/upgrade requests to the right prompts.

60

Quality

68%

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 ./.github/skills/agentic-workflows/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

77%

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

The body is a clear, actionable router with an explicit sequence and concrete file targets per task type. Its main weakness is the redundant ~50-file flat list that hurts conciseness and organization.

Suggestions

Remove or collapse the flat ~50-file list (lines 14-63) since the curated task->file mapping already covers the needed references, or move it to a separate appendix section.

Add a brief heading or grouping (e.g., '## Available workflow prompts') to clearly signal the reference list rather than dropping it after a stray line.

Reconcile the 'Read only the files you need' instruction with the wholesale file dump so the guidance and the listing do not contradict each other.

DimensionReasoningScore

Conciseness

The prose and task->file mapping are lean, but the inline flat list of ~50 file paths (lines 14-63) duplicates the curated mapping and adds token cost with little marginal value, so it is mostly efficient but could be tightened.

2 / 3

Actionability

Each task type maps to a concrete, copy-paste-ready file path (e.g., 'Create new workflows: `.github/aw/create-agentic-workflow.md`'), giving fully actionable routing guidance for a dispatcher skill.

3 / 3

Workflow Clarity

The single dispatcher flow is explicitly sequenced (identify task type -> load matching file -> follow it) with a clarifying-question fallback; for a simple router with no destructive/batch steps this unambiguous sequence earns the top score.

3 / 3

Progressive Disclosure

References are one level deep and directly named, but the ~50-file flat wall is poorly organized inline content that should be a separate appendix, and no local bundle exists to structure against, keeping it below the cleanly-split anchor 3.

2 / 3

Total

10

/

12

Passed

Description

60%

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 specific about capabilities but relies on internal jargon ("gh-aw") and omits an explicit "Use when..." trigger clause, capping trigger quality and completeness at 2. It is a capable but incompletely-specified router description.

Suggestions

Add an explicit 'Use when...' clause naming natural triggers (e.g., 'Use when the user asks to design, create, update, debug, or upgrade GitHub Agentic Workflows').

Replace or spell out the internal abbreviation 'gh-aw' with terms a user would naturally say, such as 'GitHub Agentic Workflows' or 'gh-aw workflows'.

Include common natural phrasings (e.g., 'GitHub Actions workflow', 'workflow YAML', '.github/workflows') to improve trigger term coverage.

DimensionReasoningScore

Specificity

Names several concrete actions ("design/create/debug/upgrade") and a concrete routing mechanism ("Route ... to the right prompts"), matching the anchor that lists multiple specific concrete actions.

3 / 3

Completeness

States what the skill does (route requests to prompts) but has no explicit "Use when..." trigger clause; per the guidelines a missing when-clause caps completeness at 2.

2 / 3

Trigger Term Quality

Uses the internal abbreviation "gh-aw" that users would not naturally say, and lacks common natural phrasings like "GitHub Actions workflow"; relevant workflow verbs are present but common variations are missing.

2 / 3

Distinctiveness Conflict Risk

The niche is fairly specific to gh-aw workflow routing, but the jargon-laden triggers and overlap with generic workflow/Actions skills keep it from a clear, conflict-free niche.

2 / 3

Total

9

/

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
Z3Prover/z3
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.