pr-checklist

pr-checklist is a skill for Claude Code from Swttch/swttch. It costs 152 tokens per session (2,828 once invoked), scanned A, original, AGPL-3.0.

A pre-pull-request checklist for the claude-code-gui-jetbrains project. A pull request is a proposed code change submitted for review before it is merged.

In plain words
What is it for?
Use it when preparing changes for merging into the project’s main branch. The available description does not provide enough detail about every check it performs.
Why use it?
It helps catch project-specific documentation, API-policy, branch, and test requirements before opening the request.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is bash ./scripts/build.sh wv-test.

Good fit Use it when preparing changes for merging into the project’s main branch. The available description does not provide enough detail about every check it performs.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/Swttch/swttch
agentmods
npx agentmods add skills/swttch/swttch/pr-checklist

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for pr-checklist

README.md
[![agentmods](https://agentmods.dev/badge/skills/swttch/swttch/pr-checklist.svg)](https://agentmods.dev/skills/swttch/swttch/pr-checklist)
Your own site
<a href="https://agentmods.dev/skills/swttch/swttch/pr-checklist"><img src="https://agentmods.dev/badge/skills/swttch/swttch/pr-checklist.svg" alt="Measured on agentmods" height="20"></a>
Per session 152 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,828 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00152 $0.02828
Opus 5 $0.00076 $0.01414
Sonnet 5 $0.00030 $0.00566
Haiku 4.5 $0.00015 $0.00283

Measured yesterday against content hash 948e97f664e1, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

pr-checklist scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/skills/pr-checklist/SKILL.md · 173 lines

The source is not reproduced here

Licensed AGPL-3.0

The repository is licensed AGPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. yesterday Changed · +25 lines 948e97f664e1
  2. 8d ago First seen · 148 lines · 152 tokens per session scan A 6a691208e018

Subscribe to this mod's changes

pr-checklist is a skill published in the GitHub repository Swttch/swttch (100 stars, last pushed today), licensed AGPL-3.0. It adds 152 tokens to every session and 2,828 once invoked, about $0.0008 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

review-gate

Use before an agent-produced diff is committed, pushed, opened as a PR, merged, landed, or applied to user files when explicit implementation approval is missing. Trigger for review gate, review pack, approve before landing, diff first then land, human approval, merge gate, commit gate, push gate, or PR readiness.…

majiayu000/spellbook · 95 tokens

review-diff

Review the working-tree diff for bugs and over-engineering.

decodingai-magazine/building-a-coding-agent-from-scratch-course · 16 tokens

procoder

Work like a senior developer in a repository governed by procoder: run the commit gate before calling anything done, format and lint through the binary, and drive the spec, plan, todo, backlog, and sprint chain in .procoder/. Use this skill when the repository contains a .procoder/ directory or an AGENTS.md naming…

azrtydxb/procoder · 101 tokens

gh-pr-review

Review GitHub Pull Requests using the gh CLI. Use when a user asks to review a PR, perform code review, check a pull request, or provide feedback on proposed changes. Triggers on phrases like "review PR", "review pull request", "check PR", "code review".

tao12345666333/ankaloop · 62 tokens

code-review-loop

Iterative review+fix loop for BASESHA..HEAD: generate findings, apply accepted fixes, run checks, commit, and re-review up to 3 iterations or until clean.

besimple-oss/broccoli · 40 tokens

dedup

Dedupe-only pass for BASESHA..HEAD: remove duplicate code introduced by the diff or reuse existing shared utils; applies changes + commits.

besimple-oss/broccoli · 32 tokens