CtrlK
BlogDocsLog inGet started
Tessl Logo

pr

Create a feature branch and open a pull request for the current changes.

60

Quality

70%

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

Fix and improve this skill with Tessl

tessl review fix ./.claude/skills/pr/SKILL.md
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 tight, executable PR-creation workflow with built-in validation and no padding. The main gap is missing literal commands for branch creation and PR submission, plus an implicit error-recovery loop.

Suggestions

Add the literal commands for steps 2, 4, and 5 (e.g. `git checkout -b <branch>`, `git commit -m`, `gh pr create --base main`) to make every step copy-paste ready.

Add an explicit feedback loop: if cargo fmt or clippy fails, fix the issues and re-run before committing.

Specify how to infer the feature name or provide a fallback naming rule to remove ambiguity in step 2.

DimensionReasoningScore

Conciseness

Lean 9-line body with exact commands and no explanation of concepts Claude already knows; every token earns its place.

5 / 5

Actionability

Provides copy-paste-ready commands for user lookup, cargo fmt/clippy, and the branch naming format, but steps 2, 4, and 5 omit the literal git/gh commands (e.g. git checkout -b, gh pr create).

4 / 5

Workflow Clarity

Clear 5-step sequence with a validation checkpoint (fmt + clippy before commit), but lacks an explicit fix-and-retry feedback loop, which keeps it just below 5.

4 / 5

Progressive Disclosure

Under 50 lines, single-purpose, and well organized with numbered steps plus a short note; no external references are needed, satisfying the simple-skill exception.

5 / 5

Total

18

/

20

Passed

Description

53%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 states the core action concisely in third person but omits explicit 'when to use' trigger guidance and common synonyms like 'PR'. It is clear and distinct but not comprehensive.

Suggestions

Add a 'Use when...' clause naming the trigger, e.g. 'Use when the user asks to open a PR, submit changes, or create a pull request.'

Include natural synonyms users say ('PR', 'open a PR', 'submit a PR') to improve trigger-term coverage.

Optionally broaden the 'what' to mention the verification step (e.g. 'after running cargo checks') to lift specificity above 3.

DimensionReasoningScore

Specificity

Names two concrete actions ('Create a feature branch', 'open a pull request') but offers no broader coverage of the PR lifecycle, matching the anchor for 1-2 concrete actions.

3 / 5

Completeness

Provides a clear 'what' (create branch + open PR) but lacks any 'Use when...' trigger guidance, which caps completeness at 3 per the rubric.

3 / 5

Trigger Term Quality

Includes 'feature branch', 'pull request', and 'current changes' but omits common natural variations users say like 'PR', 'submit a PR', or 'open a PR'.

3 / 5

Distinctiveness Conflict Risk

Occupies a clear niche (PR creation for current changes) with only minor overlap risk against general version-control or commit skills.

4 / 5

Total

13

/

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
katanemo/plano
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.