Prepare a Paperclip branch for PR with commits, template body, and checks.
64
76%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Fix and improve this skill with Tessl
tessl review fix ./.agents/skills/prepare-paperclip-pr/SKILL.mdThe standard Paperclip procedure for turning branch work into a reviewed,
green pull request against paperclipai/paperclip master. Apply it once per
PR (if a task splits a branch into several PRs, run the whole procedure for
each one).
~/paperclip checkout typically runs the live Paperclip server — never
check out branches there. If you are already on a worktree/branch, verify it
(git rev-parse --git-dir, git branch --show-current) and proceed.master, fix that first without
losing work (usually: move that branch's work into a worktree).master on the
paperclipai/paperclip repo; the task may name a specific remote such as
origin or public-gh).Co-Authored-By: Paperclip <noreply@paperclip.ing>pnpm-lock.yaml — the repo has actions that manage it.
If it is already in a commit, rewrite/drop that change before pushing..github/workflows/* unless the underlying commit was
explicitly about that and the task calls it out.CONTRIBUTING.md (repo root,
https://github.com/paperclipai/paperclip/blob/master/CONTRIBUTING.md) for
the PR title, message format, and issue description.gh.~ for home), Greptile score, and check status.pull_request work product for each opened PR (plus branch /
commit work products where the branch or a commit is itself the handoff).14f20be
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.