CtrlK
BlogDocsLog inGet started
Tessl Logo

create-branch

Create a git branch following Sentry naming conventions. Use when asked to "create a branch", "new branch", "start a branch", "make a branch", "switch to a new branch", or when starting new work on the default branch.

72

Quality

89%

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

The canonical home for this skill is create-branch in administrakt0r/AI-Agents-Safe-Coding-Skills

SKILL.md
Quality
Evals
Security

Quality

Content

88%Scale 1-5

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

This is a high-quality skill that provides clear, actionable, and well-sequenced instructions for creating git branches following Sentry conventions. The workflow handles edge cases thoroughly (detached HEAD, existing branches, uncommitted changes) with appropriate validation and user confirmation steps. The examples table and type classification table are excellent reference material that justify their token cost.

DimensionReasoningScore

Conciseness

The skill is mostly efficient and avoids explaining concepts Claude already knows. The type classification table is useful reference material. Minor verbosity in Step 5 with the detailed fallback logic that could be slightly tightened, but overall each section earns its place.

4 / 5

Actionability

Provides concrete, executable bash commands at every step, a clear type classification table with decision guidance, specific naming rules with constraints, and a rich examples table showing input-to-output mappings. The fallback logic is specific and actionable.

5 / 5

Workflow Clarity

The 5-step workflow is clearly sequenced with explicit validation checkpoints: checking for existing branch names before creation, handling detached HEAD states, warning when not on default branch, offering to stash changes, and asking for user confirmation before proceeding. Error recovery paths (restore stash on failure, fallback for symbolic-ref) are well-defined.

5 / 5

Progressive Disclosure

The content is well-structured with clear numbered steps, tables, and examples. For a standalone skill with no bundle files, the length (~100 lines) is appropriate for inline content. The external reference link to Sentry docs is provided. Minor improvement could be splitting the type table or examples into a reference file, but it's not strictly necessary at this length.

4 / 5

Total

18

/

20

Passed

Description

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

This is a well-crafted skill description with an excellent 'Use when' clause that covers multiple natural trigger phrases. Its main weakness is that the 'what' portion is somewhat thin—it only describes creating branches without detailing what Sentry naming conventions involve or any other related capabilities. The description excels at distinctiveness and trigger coverage.

Suggestions

Add brief detail about what Sentry naming conventions entail (e.g., 'using format <type>/<ticket>-<description>') to improve specificity and help Claude understand when this convention applies versus a generic branch creation.

DimensionReasoningScore

Specificity

Names the domain (git branching) and one concrete action (create a git branch following Sentry naming conventions), but doesn't describe what those naming conventions entail or any additional capabilities like switching, listing, or managing branches.

3 / 5

Completeness

Clearly answers both 'what' (create a git branch following Sentry naming conventions) and 'when' (explicit 'Use when' clause with multiple concrete trigger phrases and a situational trigger). Both are explicit and well-defined.

5 / 5

Trigger Term Quality

Excellent coverage of natural trigger phrases: 'create a branch', 'new branch', 'start a branch', 'make a branch', 'switch to a new branch', plus the contextual trigger 'starting new work on the default branch'. These are exactly the phrases users would naturally say.

5 / 5

Distinctiveness Conflict Risk

Highly distinctive due to the specific mention of 'Sentry naming conventions' and the narrow scope of git branch creation. Unlikely to conflict with general git skills or other branching tools due to the organization-specific convention qualifier.

5 / 5

Total

18

/

20

Passed

Validation

90%

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

Validation10 / 11 Passed

Validation for skill structure

CriteriaDescriptionResult

frontmatter_unknown_keys

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

Warning

Total

10

/

11

Passed

Repository
administrakt0r/AI-Agents-Safe-Coding-Skills
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.