CtrlK
BlogDocsLog inGet started
Tessl Logo

create-pr

Creates a GitHub pull request for the current branch using the gh CLI. Use when asked to create a PR, open a pull request, submit changes for review, or push and create a PR. Defaults to draft, detects and fills repo PR templates, auto-detects the base branch, and supports 'ready for review' override. DO NOT TRIGGER for reviewing existing PRs or commenting on PRs.

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

Advisory

Suggest reviewing before use

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 tight, executable skill body that leads with concrete commands and a clear prerequisite-validated workflow. It assumes Claude's competence and avoids concept-explanation fluff. The main minor redundancy is the Draft Override section echoing Step 3, but it usefully expands the trigger phrases.

DimensionReasoningScore

Conciseness

The body is lean and assumes Claude's competence — no concept explanations, just executable commands and brief directives. Each section (Process, Draft Override, Common Mistakes, Integration) earns its place with minimal padding.

3 / 3

Actionability

Provides fully executable, copy-paste-ready bash commands (gh auth status, git symbolic-ref base detection, gh pr create --draft) with only appropriate placeholders for <title>/<body>.

3 / 3

Workflow Clarity

A clear three-step sequence (prerequisites → template → create) with explicit validation checkpoints (auth check, push-status check, base-branch detection) and a recovery path (git push -u when unpushed).

3 / 3

Progressive Disclosure

No bundle files exist; this single-purpose skill is well-organized into clear sections with no nested file references, satisfying the simple-skills exception.

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.

An exemplary description: third-person, concrete, with explicit 'Use when' triggers and an explicit DO-N NOT-TRIGGER clause for disambiguation. It answers what, when, and when-not in a single concise sentence.

DimensionReasoningScore

Specificity

Lists multiple concrete actions — 'Creates a GitHub pull request', 'detects and fills repo PR templates', 'auto-detects the base branch', 'supports ready for review override' — rather than vague language.

3 / 3

Completeness

Explicitly answers both 'what' (Creates a GitHub pull request via gh CLI with draft defaults and template detection) and 'when' (a 'Use when…' clause with concrete triggers).

3 / 3

Trigger Term Quality

Covers natural phrases users actually say: 'create a PR', 'open a pull request', 'submit changes for review', 'push and create a PR', 'ready for review'.

3 / 3

Distinctiveness Conflict Risk

Occupies a clear niche and actively reduces conflict via the explicit 'DO NOT TRIGGER for reviewing existing PRs or commenting on PRs' disambiguation.

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
shousper/claude-kit
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.