team-pr

team-pr is a skill for Claude Code, Codex from bostonaholic/team. It costs 39 tokens per session (712 once invoked), scanned A, original, MIT.

A pull-request workflow that packages verified code changes, updates the changelog, and can connect the work to a tracking ticket.

In plain words
What is it for?
It helps create or resume a pull request, write its description from the design, push the branch, and close out the tracked topic.
Why use it?
It provides a defined final step after implementation and verification, so completed work is prepared for review and delivery.

Skill for Claude CodeCodex

Written for Claude Code and Codex: argument-hint in frontmatter, but also agents/openai.yaml present.

Part of the team plugin — 88 skills, 13 agents, 2 hooks shipped together

Good fit It helps create or resume a pull request, write its description from the design, push the branch, and close out the tracked topic.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/bostonaholic/team/team-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 bostonaholic/team --skill team-pr
Clone the repo
git clone --depth 1 https://github.com/bostonaholic/team

Made for: Claude Code, Codex.

Or install team, the plugin that ships this one along with the rest of its 88 skills, 13 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 team-pr

README.md
[![agentmods](https://agentmods.dev/badge/skills/bostonaholic/team/team-pr.svg)](https://agentmods.dev/skills/bostonaholic/team/team-pr)
Your own site
<a href="https://agentmods.dev/skills/bostonaholic/team/team-pr"><img src="https://agentmods.dev/badge/skills/bostonaholic/team/team-pr.svg" alt="Measured on agentmods" height="20"></a>
Per session 39 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 712 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00039 $0.00712
Opus 5 $0.00019 $0.00356
Sonnet 5 $0.00008 $0.00142
Haiku 4.5 $0.00004 $0.00071

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

Security

Grade A, and why

team-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.

skills/team-pr/SKILL.md · 79 lines

How it starts

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

Team PR — Create the Pull Request

Run the PR phase. Two modes:

  • Resume mode — Implement passed the aggregate gate. The topic branch has slice commits ready. $ARGUMENTS/1-task.md and $ARGUMENTS/6-design.md exist.
  • Standalone mode — no matching artifact directory, but the working tree has commits or staged changes ready to ship. Treat the current branch as the work source.

Core contracts

  1. Update CHANGELOG.md and commit before opening any PR.
  2. Open a draft PR automatically — do not stop to ask. Push, then run gh pr create --draft.
  3. After creation, hand off to /pr-watch-as-author.
  4. In multi-repo mode, open one draft PR per repo and add ## Companion PRs links.
  5. Call the Skill tool with tracking-tickets for the in-review transition and the multi-repo home-only closing rule.
  6. After each push, refresh the body. Re-emit exactly one closing line: never duplicated, never dropped.

PR Body Template

## Summary
[What and why]

## Design Decisions
[Key decisions]

## Changes
[Observable changes]

## Screenshots
[Conditional]

## How to Verify
- [Verification performed]

## Pre-merge
[Conditional merge requirements]

## Review notes
[Conditional deferred findings]

## References
- Design: $ARGUMENTS/6-design.md
- Plan: $ARGUMENTS/8-plan.md

Closes #<n>

Prose bar. The body addresses one busy reader making one decision. Before finalizing, call the Skill tool with writing-prose and apply its ## One busy reader rule and its ## Self-lint. ## Summary opens with the recommendation or the observable outcome, never with a sentence describing the PR.

The Closes footer is conditional and appears as the final line of the PR body. Placement rationale: narrative precedes machine metadata. For ## Review notes, omit the section entirely when empty; never emit a bare heading. Tag COMMENT findings with their design-review-<n> source.

## Review notes (conditional): copy cross-model-notes.md with frontmatter stripped. Its copy replaces the final round's inline ### Cross-model disposition block; exclude ### Cross-model disposition from other sweeps so each round appears once.

Read the full file on GitHub · 79 lines

Files

What ships with it

7 files 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 · -360 lines · -113 tokens per session scan B → A 394e98e289d7
  2. 4d ago First seen · 439 lines · 152 tokens per session scan B 3a3ab0ad9a73

Subscribe to this mod's changes

team-pr is a skill published in the GitHub repository bostonaholic/team (11 stars, last pushed 2d ago), licensed MIT. It adds 39 tokens to every session and 712 once invoked, about $0.0002 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-09-03.