CtrlK
BlogDocsLog inGet started
Tessl Logo

coding-agent-standards

Defines practical standards for implementation-focused coding agents. Use when creating or editing code, especially when reliability, clarity, and low-risk delivery are required.

60

Quality

70%

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 ./skills/coding-agent-standards/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

72%

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

This is a concise, well-organized instruction-only standards skill that gives clear behavioral directives. Its main weakness is actionability: several checklist items remain abstract and the workflow lacks a concrete validation/feedback loop.

Suggestions

Make abstract checklist items concrete with acceptance criteria, e.g., replace 'Handle edge cases and explicit failure paths' with 'Cover null/empty inputs and add an explicit error return or exception for each failure path'.

Turn the generic validation step into a concrete feedback loop, e.g., 'Run the project's test/lint command; if it fails, fix and re-run before reporting completion'.

Add one short before/after example illustrating a small, behavior-preserving change to ground the 'prefer small, focused changes' rule.

DimensionReasoningScore

Conciseness

The body is lean and directive with no padding or explanation of concepts Claude already knows; every line is an actionable standard that earns its place.

3 / 3

Actionability

Most rules are concrete and actionable ('Add or update tests when behavior changes', 'Keep naming... consistent with nearby code'), but items like 'Handle edge cases and explicit failure paths' and 'Avoid speculative abstractions' stay abstract with no examples or concrete acceptance criteria.

2 / 3

Workflow Clarity

The Default Behavior list is sequenced and the checklist includes a validation mention ('Run available validation steps before finalizing'), but the validation is generic and there is no validate-fix-retry feedback loop, leaving checkpoints implicit.

2 / 3

Progressive Disclosure

The skill is under 50 lines with no bundle files and no need for external references, and it is organized into clear, well-labeled sections (Purpose, Default Behavior, Implementation Checklist, Delivery Format).

3 / 3

Total

10

/

12

Passed

Description

67%

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 cleanly answers both what and when in concise third-person voice, but its triggers are generic and it overlaps heavily with other coding skills. It reads as a standards/meta skill rather than a sharply delineated capability.

Suggestions

Tighten the trigger to more specific natural phrasings (e.g., 'Use when implementing a feature, fixing a bug, or refactoring code where low-risk, reviewable changes matter').

Add a concrete capability clause naming the specific artifacts the skill produces (e.g., 'keeps diffs small, preserves existing behavior, and enforces a test-on-change rule') to lift specificity above 2.

Narrow the niche so it is less likely to fire for any general coding request, reducing conflict with other code skills.

DimensionReasoningScore

Specificity

Names the coding domain and references 'creating or editing code', but 'Defines practical standards' is a meta-action rather than a list of multiple concrete capabilities, so it is not comprehensive.

2 / 3

Completeness

It explicitly states what the skill does ('Defines practical standards for implementation-focused coding agents') and when to use it ('Use when creating or editing code, especially when reliability, clarity, and low-risk delivery are required').

3 / 3

Trigger Term Quality

'creating or editing code' is a natural phrase, but common variations users would say (refactor, implement, debug, write code) are missing, and 'reliability, clarity, low-risk delivery' read as abstract value terms rather than user utterances.

2 / 3

Distinctiveness Conflict Risk

'implementation-focused coding agents' with a 'creating or editing code' trigger is broad and would overlap with many general coding skills, so it is not a clearly distinct 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
repowise-dev/claude-code-prompts
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.