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

57

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

77%

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 clear, well-sequenced, actionable release workflow with strong validation checkpoints and many concrete commands; its main weaknesses are some general-knowledge prose padding in the release-notes section and a monolithic single-file structure with no progressive file layer.

Suggestions

Trim Step 5's general release-note writing advice to the repo-specific convention guidance; Claude already knows how to write good changelog entries.

Consider moving the Step 1 analysis question bank and/or the Step 5 example formats into a reference file (e.g. references/ANALYSIS.md) so the main flow stays leaner.

Add a concrete version-bump command example (e.g. a sed/npm version bump snippet) to Step 6 item 1 instead of the abstract 'apply to each version source file'.

DimensionReasoningScore

Conciseness

The body is mostly efficient directives with little concept padding, but Step 5's 'What makes a good release note' prose (group by type, lead with what changed, credit authors) is general writing advice Claude already knows and could be tightened.

2 / 3

Actionability

It provides many concrete, copy-paste-ready commands — 'git tag -a vX.Y.Z -m "vX.Y.Z"', 'git push origin <branch> && git push origin vX.Y.Z', 'gh release view vX.Y.Z', 'npm publish --access public', 'twine upload dist/*' — plus specific file/regex patterns, meeting the fully-executable bar.

3 / 3

Workflow Clarity

Steps 0–8 are clearly sequenced with explicit validation checkpoints — the Step 4 pre-release checklist, the Step 0 delta-check feedback loop, and the Step 8 post-push verification — so the release's destructive/tag/push operations are gated and verified.

3 / 3

Progressive Disclosure

No bundle files exist and the skill is a single ~190-line file; it is well organized into sections but monolithic, with content that could be split (the Step 1 analysis question bank, Step 5 release-notes guidance) kept fully inline rather than referenced.

2 / 3

Total

10

/

12

Passed

Description

57%

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 conveys a clear release-specific niche and concrete cache behavior, but lacks an explicit 'Use when' trigger clause and richer natural trigger terms (publish, version bump, tag), capping completeness and trigger quality at 2.

Suggestions

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

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

Replace 'guides the release' with a concrete action such as 'bumps versions, tags, pushes, and verifies the release'.

DimensionReasoningScore

Specificity

It names the release domain and three actions ('analyzes repo release rules, caches them in .omc/RELEASE_RULE.md, then guides the release'), but 'guides the release' is a vague action rather than a concrete one, so it stops short of the comprehensive, multi-concrete-verb bar for a 3.

2 / 3

Completeness

It clearly states what the skill does, but there is no 'Use when...' clause or equivalent explicit trigger guidance, so the 'when' is only implied — capping completeness at 2 per the rubric guideline.

2 / 3

Trigger Term Quality

'release' is a natural term a user would say, but common variations like 'publish', 'version bump', 'cut a release', or 'tag' are absent, matching the 'some relevant keywords but missing common variations' anchor.

2 / 3

Distinctiveness Conflict Risk

It occupies a clear niche (repo release) with a distinctive artifact (.omc/RELEASE_RULE.md) and a distinct trigger term ('release'), making it unlikely to fire for an unrelated skill.

3 / 3

Total

9

/

12

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.