CtrlK
BlogDocsLog inGet started
Tessl Logo

sync-main-to-next

One-command shortcut for syncing origin/main directly into origin/next through release-lanes. Use when the user says sync-main-to-next, asks to sync main into next, asks after a stable release what sync is needed, or wants the fastest safe beta lane catch-up without promotion or broad release-lane ceremony.

72

Quality

91%

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%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.

An exemplary operational skill body: tight, fully executable, with a clearly sequenced workflow and multiple built-in validation checkpoints plus an error-recovery boundary. It is self-contained and appropriately defers to release-lanes for the underlying architecture.

DimensionReasoningScore

Conciseness

Lean and efficient throughout — commands, terse rules, and boundary statements only; it never explains concepts Claude already knows and every line earns its place.

5 / 5

Actionability

Fully executable, copy-paste-ready commands (node ..., gh run watch --exit-status, npm view ...) cover the common cases; the only placeholders (<release-run-id>) are necessarily dynamic and are obtained by the preceding gh run list command.

5 / 5

Workflow Clarity

Clear sequence (dry-run → push → verify → watch → readback → close PRs) with explicit validation checkpoints at each stage and a hard-stops section defining the error-recovery boundary (one repair attempt then stop).

5 / 5

Progressive Disclosure

Well-organized into clear sections (Default Mode, Keep It Fast, Hard Stops, Handoff) as a self-contained wrapper with a single clearly-signaled one-level reference to .agents/rules/release-lanes.mdc for the underlying architecture; no bundle files are needed.

5 / 5

Total

20

/

20

Passed

Description

82%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.

A well-crafted description that clearly states a single concrete capability and gives multiple explicit, natural trigger phrases with strong distinctiveness. Its only limitation is that it describes one core action rather than a comprehensive set, keeping specificity at the midpoint.

DimensionReasoningScore

Specificity

Names the domain and one concrete action — 'syncing origin/main directly into origin/next' — but it is essentially a single action ('fastest safe beta lane catch-up' restates it), not the 'several specific actions' required for a 4.

3 / 5

Completeness

Explicitly answers both what ('One-command shortcut for syncing origin/main directly into origin/next') and when, with multiple concrete 'Use when...' trigger phrases.

5 / 5

Trigger Term Quality

Good natural keyword coverage with synonyms — 'sync-main-to-next', 'sync main into next', and 'beta lane catch-up' are phrases a user would actually say, though a few more variants could be present.

4 / 5

Distinctiveness Conflict Risk

Clear narrow niche (main→next sync) with distinct triggers and explicit boundary ('without promotion or broad release-lane ceremony'), making overlap with other skills minimal.

5 / 5

Total

17

/

20

Passed

Validation

81%

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

Validation13 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

metadata_version

'metadata.version' is missing

Warning

metadata_field

'metadata' should map string keys to string values

Warning

frontmatter_unknown_keys

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

Warning

Total

13

/

16

Passed

Repository
udecode/plate
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.