CtrlK
BlogDocsLog inGet started
Tessl Logo

agent-production-validator

Agent skill for production-validator - invoke with $agent-production-validator

51

1.22x
Quality

25%

Does it follow best practices?

Impact

98%

1.22x

Average score across 3 eval scenarios

SecuritybySnyk

Medium

Suggest reviewing before use

Fix and improve this skill with Tessl

tessl review fix ./.agents/skills/agent-production-validator/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-sectioned and offers concrete validation code and checklists, but the TypeScript examples are syntactically corrupted and therefore not executable, and there is no sequenced workflow with validation feedback loops. It is a long monolithic file with no progressive disclosure into bundle files.

Suggestions

Fix the corrupted delimiters throughout the code blocks so snippets are executable: restore regex slashes (/mock[A-Z]\w*/g), URL slashes (https://api.stripe.com/v1), path slashes ('/api/users'), and HTML escaping (<\/script>).

Replace the parallel 'Validation Strategies' list with one ordered workflow (scan -> fix -> re-scan -> run integration/e2e tests -> validate environment/security/deployment) with explicit pass/fail checkpoints and retry loops, since these are batch/destructive operations.

Move the detailed per-system integration examples (database, Stripe, Redis, SMTP, load) into a references/ file and keep SKILL.md as a concise overview with one-level-deep links, to improve progressive disclosure and token efficiency.

DimensionReasoningScore

Conciseness

The ~400-line body is mostly concrete code and checklists, but it is padded with five full validation-strategy sections, a separate validation checklist, and a best-practices section that restate concepts; it could be tightened without losing clarity. It avoids explaining basic concepts, so it is not a score-1 wall of fluff.

2 / 3

Actionability

It provides concrete TypeScript and bash snippets, but the TypeScript is malformed and non-executable: regexes use '$' delimiters ('$mock[A-Z]\w+$g'), URLs/paths are corrupted ('https:/$api.stripe.com$v1', apiClient.get('$api$users')), and HTML is mis-escaped ('<$script>'). This is concrete-but-incomplete rather than copy-paste ready.

2 / 3

Workflow Clarity

Content is organized into numbered validation strategies and a checklist, giving a sense of sequence, but there is no ordered end-to-end workflow with explicit validate->fix->retry checkpoints for these destructive/batch operations. Checkpoints are missing or only implicit, capping the score at 2 per the feedback-loop guidance.

2 / 3

Progressive Disclosure

There are no bundle files (references/scripts/assets) and the skill is a single ~400-line monolithic file with clear ##/### section headers; structure exists, but content that could be split (the five strategy code blocks, checklists) is inline. The simple-skill carve-out (under 50 lines) does not apply here.

2 / 3

Total

8

/

12

Passed

Description

0%

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 a templated meta-line that identifies the skill name and invocation syntax but describes no capabilities or use triggers. It fails to tell Claude what the skill does or when to invoke it.

Suggestions

Replace the templated description with concrete actions, e.g. 'Verifies applications are fully implemented and deployment-ready by scanning for mock/fake/stub implementations and running tests against real databases, APIs, and infrastructure.'

Add an explicit 'Use when...' clause with natural trigger terms like 'production readiness', 'mock implementations', 'end-to-end validation', or 'deployment validation'.

Write in third person and drop the 'invoke with $...' boilerplate, which is internal metadata rather than capability description.

DimensionReasoningScore

Specificity

The description 'Agent skill for production-validator - invoke with $agent-production-validator' names only the skill identifier and an invocation syntax; it lists no concrete actions or capabilities. It matches the vague/no-actions anchor rather than naming domain actions.

1 / 3

Completeness

It states neither what the skill concretely does (only 'Agent skill for production-validator') nor when to use it; there is no 'Use when...' clause or equivalent trigger guidance, so both what and when are missing or very weak.

1 / 3

Trigger Term Quality

It contains no natural keywords a user would say when needing this skill; 'production-validator' and 'invoke with $...' are technical/internal identifiers, matching the jargon/overly-generic anchor.

1 / 3

Distinctiveness Conflict Risk

The templated form conveys no distinct niche or behavior and would not reliably distinguish this skill from other agent skills, matching the very-generic/conflict-prone anchor.

1 / 3

Total

4

/

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.