CtrlK
BlogDocsLog inGet started
Tessl Logo

new-branch

Only when explicitly asked for /new-branch or a fresh git branch: stash local changes, update main, and create it. Do not auto-run for normal coding, PR, Builder.io, or Fusion branch workflows.

74

Quality

93%

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

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

A well-structured, highly actionable skill with executable commands and explicit validation/feedback loops for a risky branch operation. The only weakness is moderate verbosity in the rationale and repeated orphan-stash warnings.

Suggestions

Tighten the 'Why the gate' paragraph to a couple of sentences; the core insight (don't pop a pre-existing stash) is clear without the full walk-through.

Consolidate the orphan-stash guidance, which currently recurs across 'Steps', 'After creation', and 'Post-flight check', into one authoritative section to reduce repetition.

DimensionReasoningScore

Conciseness

Mostly efficient and assumes Claude's competence, but the multi-paragraph 'Why the gate' rationale and repeated orphan-stash warnings add length that could be trimmed without losing clarity.

4 / 5

Actionability

Provides a fully executable, copy-paste-ready chained bash command plus concrete recovery commands (git checkout --merge, git branch -D, git stash list) covering the common failure cases.

5 / 5

Workflow Clarity

Clear sequenced workflow with explicit validation checkpoints (pre-flight merge verification, conflict-resolution feedback loop, post-flight stash check) for a destructive branch-movement operation.

5 / 5

Progressive Disclosure

No bundle files are present, but the single SKILL.md is well-organized into clearly signaled sections (Activation guard, Pre-flight, Steps, Branch naming, After creation, Post-flight, Important), appropriate for this scope.

5 / 5

Total

19

/

20

Passed

Description

95%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 strong, trigger-rich description that clearly states what it does and precisely when to use it, with explicit non-triggers that reduce mis-invocation risk. The action list is concise but could enumerate one or two more concrete steps for full coverage.

Suggestions

Optionally add 'pull latest from origin/main' or 'switch onto the new branch' to the action list to round out the concrete steps currently implied by 'update main, and create it'.

DimensionReasoningScore

Specificity

Names the domain and several concrete actions ('stash local changes, update main, and create it'), but the action list is compact rather than comprehensive, leaving minor coverage gaps.

4 / 5

Completeness

Explicitly answers both what ('stash local changes, update main, and create it') and when ('Only when explicitly asked for /new-branch or a fresh git branch'), with concrete anti-trigger guidance.

5 / 5

Trigger Term Quality

Covers natural trigger phrases users would say ('/new-branch', 'fresh git branch') plus specific platform/context terms ('PR', 'Builder.io', 'Fusion') that distinguish the request.

5 / 5

Distinctiveness Conflict Risk

Occupies a clear niche and the explicit 'Do not auto-run for normal coding, PR, Builder.io, or Fusion' clause minimizes conflict with adjacent branch/PR skills.

5 / 5

Total

19

/

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
BuilderIO/agent-native
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.