CtrlK
BlogDocsLog inGet started
Tessl Logo

release

Generic release assistant — analyzes repo release rules, caches them in .omc/RELEASE_RULE.md, then guides the release

55

Quality

63%

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/release/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

67%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 content is a well-sequenced, actionable release workflow with explicit validation and verify steps, and good section structure. It is slightly verbose in a few explanatory passages and keeps everything inline with no reference files, leaving minor room for tighter progressive disclosure.

Suggestions

Tighten the 'What makes a good release note' and Step 7 quoted suggestions to concrete rules/examples, dropping general changelog exposition Claude already knows.

Add an explicit error-recovery feedback loop for the destructive publish/tag step (e.g. 'if the tag push fails or CI goes red, do X').

Consider moving the release-rule template and detailed release-notes guidance into a references/ file referenced one level deep from SKILL.md.

DimensionReasoningScore

Conciseness

The body is mostly efficient step-by-step instruction, but sections like 'What makes a good release note' and the quoted Step 7 pitches explain conventions Claude largely already knows and could be tightened.

3 / 5

Actionability

Concrete, executable commands appear throughout — 'git tag -a vX.Y.Z -m', 'git push origin vX.Y.Z', 'npm publish --access public', 'gh release view vX.Y.Z' — with only minor template-placeholder gaps.

4 / 5

Workflow Clarity

Steps 0–8 form a clear sequenced workflow with explicit validation checkpoints (pre-release checklist, semver validation, Step 8 verify); because validation is present the destructive-skill cap does not apply, though error-recovery feedback loops are limited.

4 / 5

Progressive Disclosure

No bundle files exist; content is well-organized into clearly headed sections, though all guidance (release-rule template, release-notes guidance, setup suggestions) is inlined in SKILL.md rather than split into reference files.

4 / 5

Total

15

/

20

Passed

Description

58%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 clearly states what the skill does in third person with concrete actions and a specific cache file, but omits any 'Use when...' trigger guidance and lacks synonym coverage for natural release-related phrases.

Suggestions

Add an explicit trigger clause, e.g. 'Use when the user asks to cut, publish, or prepare a release, bump a version, or tag a release.'

Include natural synonyms users say — 'publish', 'version bump', 'tag a release', 'cut a release' — alongside 'release'.

Replace the generic 'guides the release' with a more concrete action such as 'walks through version bump, tagging, and publishing.'

DimensionReasoningScore

Specificity

Names the release domain and several concrete actions — 'analyzes repo release rules', 'caches them in .omc/RELEASE_RULE.md', 'guides the release' — with a concrete cache path; 'guides the release' is somewhat generic, so it stops short of comprehensive.

4 / 5

Completeness

The 'what' is clear (analyze rules, cache them, guide the release) but the 'when' is entirely missing — there is no 'Use when...' clause, which caps completeness at 3 per the guidelines.

3 / 5

Trigger Term Quality

The natural keyword 'release' is present, but there are no synonyms or variations a user might say ('publish', 'version bump', 'tag', 'cut a release'), and there is no explicit trigger clause.

3 / 5

Distinctiveness Conflict Risk

The release niche is mostly distinct with clear triggers around repo release rules; minor overlap risk with version-bumping or publishing skills.

4 / 5

Total

14

/

20

Passed

Validation

87%

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

Validation14 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

frontmatter_unknown_keys

Unknown frontmatter key(s) found; consider removing or moving to metadata

Warning

referenced_paths_exist

Referenced path issues: 1 missing

Warning

Total

14

/

16

Passed

Repository
Yeachan-Heo/oh-my-claudecode
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.