CtrlK
BlogDocsLog inGet started
Tessl Logo

push-to-pr

Push commits to an existing GitHub PR's source branch. NEVER create new branches. Use when the user says "push to PR

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

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.

A concise, highly actionable single-purpose skill with executable commands and a clear sequenced workflow plus a reinforcing Critical Rules section. The main gap is the absence of an explicit push-success verification checkpoint.

Suggestions

Add a final verification step after push (e.g. re-query the PR or run `git ls-remote <remote> <branch>` to confirm HEAD matches) to close the workflow with an explicit checkpoint.

Note explicitly that `HEAD:<branch>` requires being on the local commits you intend to push, so a wrong local branch does not push unintended history.

Clarify handling when `maintainer_can_modify` is false beyond 'inform user' — e.g. suggest the user push to their own fork's PR branch instead.

DimensionReasoningScore

Conciseness

Lean ~45-line body of executable commands with terse annotations (e.g. 'head.ref = branch name', 'maintainer_can_modify must be true'); no padding or explanation of concepts Claude already knows.

5 / 5

Actionability

Provides copy-paste-ready commands for every step (curl + python3 parse, git remote add, git fetch, git rebase, git push HEAD:<branch>) with variables sourced from prior steps, covering the common cases.

5 / 5

Workflow Clarity

Four steps are clearly sequenced with some checkpoints (maintainer_can_modify check, fetch+rebase feedback loop on non-fast-forward), but lacks an explicit post-push verification step confirming the push landed on the correct branch.

4 / 5

Progressive Disclosure

A simple under-50-line single-purpose skill with no external references needed; well-organized into a numbered Workflow and Critical Rules section, qualifying for the simple-skill exception.

5 / 5

Total

19

/

20

Passed

Description

92%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 strong, specific description that clearly states the capability, when to trigger it (including a non-English variant), and the concrete sub-actions involved, with an explicit guard against the main misuse case. Minor room to expand trigger synonyms.

DimensionReasoningScore

Specificity

Lists multiple concrete actions — 'finding the PR's head branch via GitHub API, setting up the correct remote, and pushing with HEAD:<branch> syntax' — with comprehensive coverage of the task.

5 / 5

Completeness

Explicitly answers what ('Push commits to an existing GitHub PR's source branch... Covers finding the PR's head branch via GitHub API, setting up the correct remote, and pushing with HEAD:<branch> syntax') and when ('Use when the user says "push to PR #N", "push到PR", or any variation...') with concrete trigger phrases.

5 / 5

Trigger Term Quality

Includes natural phrases users say ('push to PR #N', 'push到PR', 'push local commits onto an existing pull request') plus a non-English synonym, but a few natural variations are not enumerated.

4 / 5

Distinctiveness Conflict Risk

Occupies a clear niche (pushing to an existing PR's source branch) with distinct triggers and an explicit 'NEVER create new branches' guard, minimizing conflict with generic git-push skills.

5 / 5

Total

19

/

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
Project-N-E-K-O/N.E.K.O
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.