CtrlK
BlogDocsLog inGet started
Tessl Logo

pr-to-main-cleanup

Clean up merged feature branches after PR to main is merged. Use when the user says "ブランチ削除", "cleanup", "マージ後の片付け", or wants to delete a merged branch.

70

Quality

85%

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

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

The content is concise and highly actionable with executable commands and tidy structure. Its main weakness is the absence of validation/confirmation steps around a destructive branch-deletion workflow.

Suggestions

Add a verification checkpoint before deletion, e.g. confirm the branch is actually merged into main ('git branch --merged main') before running 'git branch -D'.

Include an explicit confirmation or guard for the remote deletion step ('git push origin --delete'), since it is destructive and hard to reverse.

Note handling for the case where pulling main fails or the branch is the current branch, to make the workflow robust against error states.

DimensionReasoningScore

Conciseness

The body is lean with no padding or re-explanation of git concepts Claude already knows; every section (Workflow, Commands, Important Notes) earns its place.

5 / 5

Actionability

Provides a fully executable, copy-paste-ready command chain covering the common case, with the '<branch-name>' placeholder the only required substitution.

5 / 5

Workflow Clarity

A clear sequence with concrete commands is present, but this is a destructive operation (local and remote branch deletion with force-delete) that lacks any validation or confirmation checkpoint, which caps the score per the rubric guideline.

3 / 5

Progressive Disclosure

A simple skill under 50 lines with no external references; it is well-organized into clearly labeled sections, meeting the simple-skill exception for a top score.

5 / 5

Total

18

/

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.

The description clearly conveys both purpose and trigger conditions with concrete, natural keywords in two languages. It is specific enough to avoid conflict while remaining concise.

DimensionReasoningScore

Specificity

Names the domain ('merged feature branches') and a concrete action ('clean up'/'delete') but does not enumerate several specific actions like switching to main, pulling, or deleting local and remote branches separately.

3 / 5

Completeness

Explicitly states what it does ('Clean up merged feature branches after PR to main is merged') and when to use it via a concrete 'Use when the user says...' clause with named triggers.

5 / 5

Trigger Term Quality

Provides natural trigger phrases in both English and Japanese ('cleanup', 'ブランチ削除', 'マージ後の片付け') plus a paraphrased intent; a few synonyms or extensions are missing, keeping it just below comprehensive.

4 / 5

Distinctiveness Conflict Risk

Targets a narrow niche (post-PR-merge branch cleanup to main) with distinct bilingual triggers, making overlap with other skills minimal.

5 / 5

Total

17

/

20

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
breaking-brake/cc-wf-studio
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.