CtrlK
BlogDocsLog inGet started
Tessl Logo

fusion-code-conventions

Applies and explains code conventions across TypeScript, React, C#, and Markdown. Enforces naming rules, file naming patterns, TSDoc and XML doc standards, inline comment intent (the *why*, not the *what*), code structure, error handling, async patterns, and dead code policy. Also enforces ADR and contributor doc decisions, and flags decisions that appear stale or misaligned with current tooling. USE FOR: convention questions, code review against project standards, applying naming rules, auditing intent comments, checking TSDoc completeness, enforcing recorded ADR decisions, and flagging stale architectural decisions. DO NOT USE FOR: security vulnerability scanning, performance profiling, runtime debugging, or generating net-new code without a review target.

63

Quality

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Passed

No known issues

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 with clear sections, routing, and a sensible workflow, and it avoids over-explaining concepts Claude already knows. Its main weaknesses are duplicated routing detail, a missing validation feedback loop around file mutation, and six referenced agent files that do not exist in the bundle.

Suggestions

Create the six referenced 'agents/*.agent.md' files (or change the body to describe the per-language checks inline), since every routing rule and the agent table currently point to paths that are absent from the bundle.

Add an explicit validate-then-fix feedback loop in Step 4 (e.g. re-run the relevant language check after edits and only finish when it passes) before mutating files, given this skill performs batch code-review corrections.

De-duplicate the agent-activation information: keep it in either the 'Agent modes' table or the Step 1 routing list rather than restating it in both, and trim the ten-item 'Typical triggers' list to the most representative examples.

DimensionReasoningScore

Conciseness

Mostly efficient and assumes Claude's intelligence (extension-based routing tables, severity buckets), but the ten-item 'Typical triggers' list and the duplicated agent-activation info (the agent table in 'Agent modes' repeats what Step 1 routing states) could be tightened. Not score 3 because of this redundancy; not score 1 because it is not padded with concepts Claude already knows.

2 / 3

Actionability

Provides concrete routing by file extension, an explicit four-step workflow, and named severity tiers with examples, but Step 1/2 route to six 'agents/*.agent.md' files that do not exist in the bundle, undermining executability. Above score 1 because the guidance is concrete and the four reference docs do exist; below score 3 because of the broken agent file paths.

2 / 3

Workflow Clarity

A clear four-step sequence (Classify and route, Apply or explain, Present findings, Apply corrections) with input-gating checkpoints is present, but for a skill that mutates files in batch code review, Step 4 lacks an explicit validate-then-fix feedback loop. Per the rubric, missing validation in destructive/batch operations caps this at 2 rather than 3.

2 / 3

Progressive Disclosure

The body correctly signals one-level-deep references (references/*.conventions.md and assets/*.follow-up.md, all of which exist), but it also points to six 'agents/*.agent.md' paths that are not present anywhere in the bundle — dangling references that break navigation. Good structure with broken links places this at score 2 rather than 3.

2 / 3

Total

8

/

12

Passed

Description

100%

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, trigger-rich, and complete, naming concrete actions and giving explicit USE FOR / DO NOT USE FOR guidance. It is a strong example of the format, with only minor verbosity from the long inline rule enumeration.

DimensionReasoningScore

Specificity

Lists multiple concrete actions: 'Enforces naming rules, file naming patterns, TSDoc and XML doc standards, inline comment intent... code structure, error handling, async patterns, and dead code policy.' This matches the score-3 anchor of listing several specific concrete actions rather than the score-2 'domain and some actions'.

3 / 3

Completeness

It explicitly answers both what ('Applies and explains code conventions... Enforces naming rules...') and when ('USE FOR: ...'), with explicit triggers, matching the score-3 anchor. Not score 2 because the 'when' is explicit, not merely implied.

3 / 3

Trigger Term Quality

The 'USE FOR: convention questions, code review against project standards, applying naming rules, auditing intent comments, checking TSDoc completeness, enforcing recorded ADR decisions...' clause covers natural terms users would actually say. It is above the score-2 anchor because it covers common phrasings rather than just a few keywords.

3 / 3

Distinctiveness Conflict Risk

A clear niche — four-language convention enforcement plus ADR/constitution decisions — paired with a 'DO NOT USE FOR: security vulnerability scanning, performance profiling, runtime debugging...' boundary. This is clearly distinguishable from adjacent skills, matching the score-3 anchor.

3 / 3

Total

12

/

12

Passed

Validation

93%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation15 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

metadata_field

'metadata' should map string keys to string values

Warning

Total

15

/

16

Passed

Repository
equinor/fusion-framework
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.