CtrlK
BlogDocsLog inGet started
Tessl Logo

gh-create-pr

Create or update GitHub pull requests using the repository-required workflow and template compliance. Use when asked to create/open/update a PR so the assistant reads `.github/pull_request_template.md`, fills every template section, preserves markdown structure exactly, and marks missing data as N/A or None instead of skipping sections.

67

Quality

80%

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

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

An executable, well-sequenced PR-creation skill with explicit confirmation checkpoints and a clear constraints table. Its main weakness is redundancy: the heredoc example appears in both the Workflow and Command Pattern sections, which slightly undercuts token efficiency and organization.

Suggestions

De-duplicate the heredoc example: keep the full canonical command block in Command Pattern and reference it from the Workflow step, or vice versa.

Consider moving the release-note/docs decision table into a short reference if the skill grows, to keep the main workflow lean.

Confirm the heredoc placeholder (`...filled template body...`) by noting the template path is read in step 1, so the reader links the two unambiguously.

DimensionReasoningScore

Conciseness

Largely lean and instruction-oriented without explaining concepts Claude already knows, though the Command Pattern section repeats the heredoc body already shown in the workflow, adding mild redundancy.

4 / 5

Actionability

Provides fully executable, copy-paste-ready commands (`git push -u`, the heredoc body creation, `gh pr create --base ... --body-file ...`, cleanup) covering the realistic cases, with concrete filename and flag usage.

5 / 5

Workflow Clarity

A clear 9-step sequence with explicit validation/checkpoint steps (push detection, base-branch confirmation, preview-and-confirm before creating, cleanup), plus a feedback-confirm gate before the destructive PR-create action.

5 / 5

Progressive Disclosure

Well-organized into Workflow, Constraints, and Command Pattern sections with no nested references; the only gap is the duplicated heredoc content between the Workflow and Command Pattern sections rather than keeping the canonical example in one place.

4 / 5

Total

18

/

20

Passed

Description

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

A focused, third-person description with an explicit 'Use when' trigger and concrete template-compliance behaviors. It is specific and actionable but slightly verbose; trimming detail and adding a few natural trigger synonyms would lift it to top tier.

Suggestions

Tighten the description: the template-compliance mechanics could be condensed to keep it lean without losing the trigger.

Add natural synonyms such as 'pull request' (spelled out) alongside 'PR' to broaden trigger coverage.

Keep the third-person voice but consider leading with the core capability before the workflow detail.

DimensionReasoningScore

Specificity

Names the domain (create/update GitHub PRs) and several concrete actions ('reads `.github/pull_request_template.md`, fills every template section, preserves markdown structure exactly, marks missing data as N/A'), but the action list is template-driven rather than a broad set of distinct PR operations.

4 / 5

Completeness

Clearly answers 'what' (create/update PRs via template compliance) and 'when' ('Use when asked to create/open/update a PR'), but the 'when' is a single narrow trigger rather than multiple concrete trigger phrases.

4 / 5

Trigger Term Quality

Includes natural user phrases like 'create/open/update a PR', but misses common synonyms ('pull request' spelled out) and shorthand variations; good but not comprehensive coverage.

4 / 5

Distinctiveness Conflict Risk

Scoped to PR creation with a repo-specific workflow (template compliance), making it distinct from generic git skills; minor overlap risk with general GitHub/git operations skills.

4 / 5

Total

16

/

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
CherryHQ/cherry-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.