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.
npx skills add niels-emmer/myace --skill pr-standardsgit clone --depth 1 https://github.com/niels-emmer/myaceWrote 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.
[](https://agentmods.dev/skills/niels-emmer/myace/pr-standards)<a href="https://agentmods.dev/skills/niels-emmer/myace/pr-standards"><img src="https://agentmods.dev/badge/skills/niels-emmer/myace/pr-standards/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.
<a href="https://agentmods.dev/skills/niels-emmer/myace/pr-standards"><img src="https://agentmods.dev/badge/skills/niels-emmer/myace/pr-standards.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00025 | $0.00529 |
| Opus 5 | $0.00013 | $0.00264 |
| Sonnet 5 | $0.00005 | $0.00106 |
| Haiku 4.5 | $0.00003 | $0.00053 |
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 7d 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.
What it actually says
Purpose
A PR is the unit of review. A good description makes review fast and safe; a thin one makes reviewers guess at intent. This skill standardizes the description, the review depth, and the merge gate so nothing important is left to chance — and so a reviewer can verify the change matches its stated intent rather than trusting the summary.
When to use it
Any time you open, review, or merge a pull request.
PR description template
## Summary
<!-- One paragraph: what changed and why. -->
## Related issues
<!-- Closes: #N, Refs: #M -->
## Type of change
- [ ] feat (new feature)
- [ ] fix (bug fix)
- [ ] refactor (no behaviour change)
- [ ] test (tests only)
- [ ] docs (documentation)
- [ ] chore (tooling, deps, CI)
- [ ] security (security hardening)
## Testing
<!-- How was this tested? Commands run, manual steps, edge cases checked. -->
## Checklist
- [ ] Self-review completed
- [ ] Tests pass
- [ ] No secrets in the diff
- [ ] Docs updated if behaviour changed
Review depth
- Read the diff, not just the description — verify the change matches the stated intent.
- Check for behavioural regressions, missing verification, and scope creep (unrelated changes sneaking in).
- For security-sensitive changes (auth, payments, data access, crypto), require a dedicated security review, not just a general pass.
- Leave concrete, actionable feedback; approve only when you'd be comfortable owning the change.
Merge gate
- At least one approving review before merging to a protected branch.
- Stale reviews are dismissed when new commits are pushed — re-review after changes.
- CI must pass before merge.
- Prefer squash or rebase merge for a clean history; avoid merge commits on a linear-history branch.
Expected output
A PR that a reviewer can understand and verify from the description alone, reviewed to a depth proportional to its risk, and merged only when it passes the gate.
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.
- 7d ago First seen · 62 lines · 25 tokens per session scan A 448bf9de883f
PR Standards is a skill published in the GitHub repository niels-emmer/myace (1 stars, last pushed 3d ago), licensed MIT. It adds 25 tokens to every session and 529 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-09-03.
Other skills, from other repositories
git-workflow
Git best practices, branching strategies, commit conventions, and code review patterns.
validate-changes
Evaluate staged changes using LLM-as-a-Judge before committing.
loom-git-workflow
Git operations guidance including branching strategies, commit conventions, merge workflows, conflict resolution, and worktree management.
implement-suggestion
Implements review-comment suggestions across one or more PRs. Multi-PR mode (default when $ARGUMENTS contains PR URLs; empty $ARGUMENTS auto-detects the active PR) per PR: resolves a worktree, fetches every actionable comment from both human teammates AND AI code-review bots (claude[bot], coderabbitai[bot], …)…
pr-review
One-shot read-only review of a GitHub PR — dispatches the pr-reviewer agent and reports its verdict and findings without touching your code. The short entry point for "review this PR" when you do not want an apply-and-converge loop. Also writes maintainer relevance rules via /pr-review remember . Invoke with…
azure-repos
Expert knowledge for Azure Repos development including troubleshooting, best practices, decision making, architecture & design patterns, limits & quotas, security, configuration, and integrations & coding patterns. Use when managing Git/TFVC repos, branch/PR policies, CLI/IDE integrations, CodeQL/scanning, or…