pr

pr is a skill for Claude Code from waqas1412/claude-harness. It costs 0 tokens per session (1,316 once invoked), scanned A, original, MIT.

A writing guide for creating GitHub pull-request descriptions, which explain proposed code changes for review. It reads project details such as the repository, issue tracker, and test commands from a profile file.

In plain words
What is it for?
Use it to draft pull requests with a summary, issue-closing line, changes, reasons, breaking-change confirmation, test evidence, screenshots, and notes.
Why use it?
It removes the need to remember the team's required pull-request structure and project-specific wording.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Part of the harness plugin — 9 skills, 16 agents, 2 hooks shipped together

Good fit Use it to draft pull requests with a summary, issue-closing line, changes, reasons, breaking-change confirmation, test evidence, screenshots, and notes.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/waqas1412/claude-harness/pr
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add waqas1412/claude-harness --skill pr
Clone the repo
git clone --depth 1 https://github.com/waqas1412/claude-harness

Made for: Claude Code.

Or install harness, the plugin that ships this one along with the rest of its 9 skills, 16 agents, 2 hooks.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/waqas1412/claude-harness/pr/github.svg)](https://agentmods.dev/skills/waqas1412/claude-harness/pr)
Your own site
<a href="https://agentmods.dev/skills/waqas1412/claude-harness/pr"><img src="https://agentmods.dev/badge/skills/waqas1412/claude-harness/pr/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for pr

Your own site · 80×15
<a href="https://agentmods.dev/skills/waqas1412/claude-harness/pr"><img src="https://agentmods.dev/badge/skills/waqas1412/claude-harness/pr.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,316 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 original 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.00000 $0.01316
Opus 5 $0.00000 $0.00658
Sonnet 5 $0.00000 $0.00263
Haiku 4.5 $0.00000 $0.00132

Measured 2d ago against content hash da18be8c5e1f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

pr 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 2d ago.

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.

plugins/harness/skills/pr/SKILL.md · 69 lines

How it starts

The opening of the file, as written. The whole thing — 69 lines — stays where its author put it; the contents beside it link to each section on GitHub.

PR description (house standard, profile-driven)

First, load .claude/harness/profile.md for this project's tokens (REPO, TICKET_PREFIX, TRACKER_BROWSE_URL, TRACKER_CLOSE_KEYWORD, DEFAULT_BRANCH, COMMIT_TYPES, LINT_CMD, UNIT_TEST_CMD, E2E_TEST_CMD, BUILD_CMD). In a multi-repo profile the four command tokens are the per-repo table's Lint / Test / Build / E2E columns for the repo you are in, and - there means the step genuinely does not exist. If no profile exists, infer from the repo (run /harness-init to create one) and proceed; if there is no tracker, use GitHub Fixes #<n> and drop the tracker-close line.

Title (goes in GitHub's title field, NOT the body)

<type>: <TICKET-KEY> <imperative one-line summary>

  • type is one of COMMIT_TYPES (default: feat | fix | refactor | chore | perf | docs | test).
  • Append ! for a breaking change (e.g. feat!: <TICKET-KEY> ...). Optional module scope: feat(area): ....
  • <TICKET-KEY> uses TICKET_PREFIX (e.g. PROJ-1234); omit if the project has no tracker.
  • Must stand alone in history; never "fix", "updates", "phase 1".

Body

The body is a tracker close line plus a compact summary of what changed and why. Nothing else: no section headings, no Testing block, no Screenshots table, no breaking-changes assertion, no notes-for-review.

Bullets are the shape, not a paragraph: 3 to 6 short bullets, one line each, each naming a change and its why. Fall back to a single sentence only when the change is genuinely one idea and a lone bullet would look odd. Never a wall of prose, and never a file-by-file restatement.

The close line is a link: <TRACKER_CLOSE_KEYWORD> [<TICKET-KEY>](<TRACKER_BROWSE_URL><TICKET-KEY>). When there is no ticket, open the body with the source thread as a link instead. When the work came from someone's report, close the body with Reported by <name> in [#channel](<url>).

A body describes the head it is on. Whenever a commit lands, the scope moves, or review feedback lands, reconcile the body in the same step rather than leaving it describing an older head.

Read the full file on GitHub · 69 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 2d ago Changed · +12 lines da18be8c5e1f
  2. 6d ago Changed · +15 lines · -103 tokens per session 972c1bef390e
  3. 10d ago First seen · 42 lines · 103 tokens per session scan A 08e91f018003

Subscribe to this mod's changes

pr is a skill published in the GitHub repository waqas1412/claude-harness (1 stars, last pushed 2d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,316 tokens. 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-31.

Related

Other skills, from other repositories