CtrlK
BlogDocsLog inGet started
Tessl Logo

create-pr

Prepare and open a safe GitHub pull request for this repository. Use when the user asks to create, open, or prepare a pull request from completed branch work. Inspect the branch and diff, validate changes, follow the repository PR template, push only when authorized, and open a draft PR by default.

75

Quality

93%

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.

The body is a concise, well-structured PR workflow with strong safety rules and a validation checkpoint. It could be improved by adding the exact push/PR-create command and an explicit validation-retry loop.

Suggestions

Add the concrete push and draft-PR command in step 7 (e.g., 'git push -u origin HEAD' and 'gh pr create --draft --base main') so the final external action is copy-paste ready.

Add a brief fix-and-retry loop after the validation step (e.g., 'If validation fails, fix the issue and re-run until it passes before proceeding').

Clarify how to detect an existing PR for the branch (e.g., 'gh pr view --json url') to make step 1's 'any existing pull request' check executable.

DimensionReasoningScore

Conciseness

Lean and efficient with no padding or explanation of concepts Claude already knows; every line ('git status --short', 'CONTRIBUTING.md', safety rules) earns its place.

5 / 5

Actionability

Concrete guidance with specific commands and file paths ('git status --short', '.github/pull_request_template.md', example Conventional Commit title), but omits the literal push/PR-create command (e.g., 'gh pr create') leaving the final external action underspecified.

4 / 5

Workflow Clarity

Clear 8-step numbered sequence with a validation checkpoint (step 4) and an authorization gate (step 2), but lacks an explicit fix-and-retry loop after a validation failure.

4 / 5

Progressive Disclosure

A short, single-purpose skill under 50 lines with well-organized '## Workflow' and '## Safety rules' sections and no need for external references.

5 / 5

Total

18

/

20

Passed

Description

100%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 specific, comprehensive, and clearly signals both capability and trigger conditions in third person. It is a strong, well-targeted skill description with no notable gaps.

DimensionReasoningScore

Specificity

Lists multiple concrete actions — 'Inspect the branch and diff', 'validate changes', 'follow the repository PR template', 'push only when authorized', 'open a draft PR by default' — with comprehensive coverage of the PR workflow.

5 / 5

Completeness

Explicitly answers both 'what' (prepare and open a safe PR with inspection/validation steps) and 'when' ('Use when the user asks to create, open, or prepare a pull request from completed branch work').

5 / 5

Trigger Term Quality

Includes natural user phrases 'create, open, or prepare a pull request' with synonyms (pull request/PR) and a clear trigger clause covering common variations.

5 / 5

Distinctiveness Conflict Risk

Clear niche of GitHub PR creation from branch work with distinct triggers and minimal overlap with other skills.

5 / 5

Total

20

/

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
DevCaress/guia-entrevistas-de-programacion
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.