PR Standards

PR Standards is a skill for Codex from AFET-TEAM/agent-delegation. It costs 24 tokens per session (165 once invoked), scanned A, original, no licence file.

A pull-request review guide for keeping changes focused, easy to review, and clear about deployment risk and changelog updates.

In plain words
What is it for?
Use it when preparing or reviewing pull requests, especially to check scope, reviewer usability, risk communication, and release summaries.
Why use it?
It helps prevent oversized or unclear pull requests that are difficult to review or risky to deploy.

Skill for Codex

Written for Codex: installed under .codex/.

Good fit Use it when preparing or reviewing pull requests, especially to check scope, reviewer usability, risk communication, and release summaries.

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

Made for: Codex.

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 Standards

README.md
[![agentmods](https://agentmods.dev/badge/skills/afet-team/agent-delegation/pr-standards.svg)](https://agentmods.dev/skills/afet-team/agent-delegation/pr-standards)
Your own site
<a href="https://agentmods.dev/skills/afet-team/agent-delegation/pr-standards"><img src="https://agentmods.dev/badge/skills/afet-team/agent-delegation/pr-standards.svg" alt="Measured on agentmods" height="20"></a>
Per session 24 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 165 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.00024 $0.00165
Opus 5 $0.00012 $0.00082
Sonnet 5 $0.00005 $0.00033
Haiku 4.5 $0.00002 $0.00016

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

Security

Grade A, and why

PR Standards 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 8d 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.

Codex/.codex/skills/pr-standards/SKILL.md · 40 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

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. 8d ago First seen · 40 lines · 24 tokens per session scan A 2b963c56f6aa

Subscribe to this mod's changes

PR Standards is a skill published in the GitHub repository AFET-TEAM/agent-delegation (5 stars, last pushed 3mo ago), with no licence file. It adds 24 tokens to every session and 165 once invoked, about $0.0001 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-31.

Related

Other skills, from other repositories

github

GitHub via gh CLI: PRs, issues, reviews, repos, auth.

NousResearch/hermes-agent · 19 tokens

github

Full GitHub CLI control — issues, PRs, code reviews, repo management. Uses gh CLI with auth detection, rate limiting, and templates. Triggers on: github, issue, pull request, PR, code review, repo, branch, label, assignee, milestone, release, workflow, actions.

adolfousier/opencrabs · 0 tokens

pre-publish-review

Nuclear-grade 12-agent pre-publish release gate. Runs /get-unpublished-changes to detect all changes since last npm release, spawns up to 10 ultrabrain agents for deep per-change analysis, invokes /review-work (orchestrator manual QA plus one gate reviewer) for holistic review, and 1 oracle for overall release…

code-yeongyu/oh-my-openagent · 161 tokens

parallel-pr-review

Use when asked to "review the open PRs", review a batch or stack of pull requests, or run a recurring PR-review pass on a repo — especially with many PRs, stacked branches, conflicts, or security-sensitive changes. Covers grouping, fan-out to review subagents, verdict synthesis, and posting.

suyoumo/ClawProBench · 67 tokens

oss-maintainer

Run an open-source project's issue/PR/release loop like a careful human maintainer — triage to root cause, absorb community PRs before duplicating them, gate every merge, ship honest releases, and thank the people doing your QA for free.

debpalash/VoiceStudio · 55 tokens

release

Cut a brooks-lint release: set the version in package.json, propagate it across all four plugin manifests and every version-bearing text file (README badges, docs site metadata), write the CHANGELOG entry, validate, then commit, push, tag, and publish the GitHub release. Triggers when the maintainer asks to "release"…

hyhmrright/brooks-lint · 135 tokens