CtrlK
BlogDocsLog inGet started
Tessl Logo

pr

Creates a draft GitHub pull request with a plain-text conventional-commit title and a succinct description of the branch. Use when the user asks to open, raise, or create a pull request or PR.

75

Quality

94%

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

93%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 body is tight, concrete, and self-contained with executable commands and templates throughout. The only gap is the absence of an explicit post-create verification/feedback loop, which caps workflow_clarity at 4.

Suggestions

Add an explicit post-create verification step to the workflow (e.g. confirm `gh pr view <URL>` returns the draft and that the title/body rendered correctly) to support a validate→fix→retry loop.

Optionally note how to handle a failed `gh pr create` (e.g. unpushed branch → run `git push` then retry) inside Error Handling for a stronger feedback loop.

DimensionReasoningScore

Conciseness

The body is lean throughout — no concept explanations, every section (Title Rules, Body Rules, Common Actions, Error Handling) earns its place, and examples are tight, assuming Claude's competence.

5 / 5

Actionability

Fully executable guidance: concrete commands (`gh pr create --draft --title "..." --body-file <file> --base main`, `git log <base>..HEAD`, `gh auth status`) plus a copy-paste default body template and a worked example body.

5 / 5

Workflow Clarity

Clear four-step sequence with an explicit validation step up front ("Validate: gh auth status, current branch, uncommitted changes") and an Error Handling section for recovery; held at 4 because there is no explicit post-create verification or strong validate→fix→retry loop.

4 / 5

Progressive Disclosure

Self-contained with no bundle files and clean section organization (Workflow, Title Rules, Body Rules, Common Actions, Error Handling); no nested references and straightforward to navigate.

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.

The description is strong: third-person, concrete, and explicit about both capability and triggers, with good synonym coverage. It only slightly under-covers the full PR-creation action set, keeping specificity at 4 rather than 5.

DimensionReasoningScore

Specificity

Names the domain and several concrete actions ("Creates a draft GitHub pull request with a plain-text conventional-commit title and a succinct description of the branch"), but coverage stops short of comprehensive — it omits e.g. base-branch selection or reviewer handling, so it sits at 4 rather than 5.

4 / 5

Completeness

Explicitly answers both what (draft PR with conventional-commit title and succinct description) and when ("Use when the user asks to open, raise, or create a pull request or PR") with concrete trigger phrases, matching the 5-anchor example.

5 / 5

Trigger Term Quality

Natural trigger phrasing is comprehensive for this domain: "Use when the user asks to open, raise, or create a pull request or PR" covers the common verbs plus the "PR" abbreviation/synonym.

5 / 5

Distinctiveness Conflict Risk

Targets a clear niche — GitHub draft PR creation with conventional-commit titling — with distinct triggers and minimal overlap risk against other skills.

5 / 5

Total

19

/

20

Passed

Validation

87%

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

Validation14 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

allowed_tools_field

'allowed-tools' contains unusual tool name(s)

Warning

frontmatter_unknown_keys

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

Warning

Total

14

/

16

Passed

Repository
rikdc/ai-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.