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.

72

Quality

88%

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Advisory

Suggest reviewing before use

SKILL.md
Quality
Evals
Security

Quality

Content

77%

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

A solid, actionable skill with clear workflow sequencing and executable commands throughout. The main weakness is moderate redundancy — the Common Mistakes and Draft Override sections largely restate guidance already present in the process steps, adding ~30 lines that don't provide new information. The workflow is well-structured with appropriate validation checkpoints.

Suggestions

Remove or significantly condense the 'Common Mistakes' section — its points are already covered by the workflow steps (e.g., dynamic base detection in Step 1, push-before-create in Step 1, template filling in Step 2, draft default in Step 3).

Merge the 'Draft Override' section into Step 3 as a brief note rather than a standalone section, since Step 3 already covers the ready-for-review case.

DimensionReasoningScore

Conciseness

Generally efficient but includes some unnecessary content like the 'Common Mistakes' section which largely restates what was already covered in the process steps (e.g., draft default, pushing before PR, template detection). The draft override section also repeats information from Step 3.

2 / 3

Actionability

Provides fully executable bash commands for every step — checking prerequisites, detecting templates, pushing branches, and creating PRs. Commands are copy-paste ready with clear conditional logic for different scenarios.

3 / 3

Workflow Clarity

Clear sequential steps (prerequisites → template detection → PR creation) with validation checkpoints (verify gh is installed/authenticated, verify branch is pushed, check for templates). Includes conditional branching for error cases like unpushed branches.

3 / 3

Progressive Disclosure

Well-organized with clear sections, but the 'Common Mistakes' section adds bulk that could be trimmed since the guidance is already embedded in the workflow. The Integration section provides useful cross-references. No bundle files exist, but the skill is moderately sized and self-contained enough that this is acceptable.

2 / 3

Total

10

/

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.

This is an excellent skill description that hits all the marks. It provides specific capabilities, comprehensive trigger terms with natural user language, explicit 'Use when' guidance, and even includes negative trigger boundaries to prevent conflicts with related skills. The description is concise yet thorough, using proper third-person voice throughout.

DimensionReasoningScore

Specificity

Lists multiple specific concrete actions: creates a GitHub pull request, uses gh CLI, defaults to draft, detects and fills repo PR templates, auto-detects base branch, supports 'ready for review' override.

3 / 3

Completeness

Clearly answers both 'what' (creates a GitHub PR using gh CLI with draft default, template detection, base branch auto-detection) and 'when' (explicit 'Use when' clause with multiple trigger scenarios, plus explicit exclusion criteria).

3 / 3

Trigger Term Quality

Excellent coverage of natural trigger terms users would say: 'create a PR', 'open a pull request', 'submit changes for review', 'push and create a PR'. Also includes negative triggers ('DO NOT TRIGGER for reviewing existing PRs or commenting on PRs') which helps disambiguation.

3 / 3

Distinctiveness Conflict Risk

Highly distinctive with a clear niche (creating PRs via gh CLI) and explicit negative boundaries ('DO NOT TRIGGER for reviewing existing PRs or commenting on PRs') that actively prevent conflicts with related PR review skills.

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.

Validation11 / 11 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.