CtrlK
BlogDocsLog inGet started
Tessl Logo

frb-write-changelog

Update flutter_rust_bridge CHANGELOG.md for a new release by collecting merged PRs since the previous version tag, mapping them to the target release section, and formatting entries to match the existing changelog style. Use when writing or refreshing a release section in CHANGELOG.md.

80

Quality

100%

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

SKILL.md
Quality
Evals
Security

Quality

Content

100%

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

A well-structured single-file workflow with concrete executable commands, explicit verification checkpoints, and feedback loops for a batch changelog operation. It is concise and free of unnecessary conceptual explanation.

DimensionReasoningScore

Conciseness

The body is lean and instructive, with no explanatory padding of concepts Claude already knows (it never explains what a CHANGELOG, PR, or release tag is); each line is directly actionable rather than filler.

3 / 3

Actionability

It provides concrete, executable commands with exact arguments — 'gh pr list --state merged --limit 200 --json number,title,author,mergedAt,baseRefName,url' and the full 'uv run --script .../verify_changelog.py' invocation with named flags — making the guidance copy-paste ready.

3 / 3

Workflow Clarity

The 9 steps are clearly sequenced with explicit validation checkpoints (Step 7 verifier, Step 9 re-verify) and feedback loops ('Apply any confirmed fixes, then re-run the verifier'), matching the score-3 anchor for batch operations.

3 / 3

Progressive Disclosure

No bundle files exist (no references/scripts/assets directories), and the skill is a single self-contained, well-sectioned overview; the one referenced path (the verifier script) is inline, one-level-deep, and clearly signaled.

3 / 3

Total

12

/

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.

A precise, third-person description that states concrete actions and an explicit 'Use when' trigger, with clear domain scoping. It hits all score-3 anchors with no vagueness or over-claims.

DimensionReasoningScore

Specificity

The description lists multiple concrete actions — 'collecting merged PRs since the previous version tag', 'mapping them to the target release section', and 'formatting entries to match the existing changelog style' — matching the score-3 anchor.

3 / 3

Completeness

It explicitly answers both what it does (collect/map/format PRs) and when to use it via the explicit 'Use when writing or refreshing a release section in CHANGELOG.md' clause, satisfying the score-3 anchor.

3 / 3

Trigger Term Quality

It uses natural terms a user would actually say when needing this skill — 'CHANGELOG.md', 'merged PRs', 'release section', 'writing or refreshing a release section' — with good coverage and no jargon-only language.

3 / 3

Distinctiveness Conflict Risk

It is scoped to a clear niche (flutter_rust_bridge changelog for releases) with distinct triggers, making it unlikely to fire for an unrelated skill.

3 / 3

Total

12

/

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
fzyzcjy/flutter_rust_bridge
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.