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 bostonaholic/team --skill pr-watch-as-authorgit clone --depth 1 https://github.com/bostonaholic/teamWrote 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/bostonaholic/team/pr-watch-as-author)<a href="https://agentmods.dev/skills/bostonaholic/team/pr-watch-as-author"><img src="https://agentmods.dev/badge/skills/bostonaholic/team/pr-watch-as-author/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/bostonaholic/team/pr-watch-as-author"><img src="https://agentmods.dev/badge/skills/bostonaholic/team/pr-watch-as-author.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.00037 | $0.00663 |
| Opus 5 | $0.00018 | $0.00331 |
| Sonnet 5 | $0.00007 | $0.00133 |
| Haiku 4.5 | $0.00004 | $0.00066 |
Grade A, and why
pr-watch-as-author 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 today.
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.
How it starts
The opening of the file, as written. The whole thing — 54 lines — stays where its author put it; the contents beside it link to each section on GitHub.
pr-watch-as-author — bounded PR review watch loop
pr-watch-as-author closes the gap between "PR open" and "ship it". It promotes the
PR out of draft, takes a baseline snapshot, and polls GitHub on a bounded
cycle. When new review feedback arrives, it runs the triage procedure in
skills/pr-open-comments/SKILL.md. The interactive session holds the
watch for 3 cycles (~90 minutes), then hands off to the scheduled
pr-watch job so the session is free again. The user can interrupt at
any time, and each individual command stays small and observable.
Feedback arrives in two shapes and both are triaged:
- an inline review thread, anchored to a diff line and carrying a resolved/unresolved bit.
- a plain PR comment on the conversation tab, carrying no resolution bit at all. Whole-PR reviews — a summary review, a bot's findings, an automated review posted as one body — land here.
The distinction matters because the unresolved-thread set cannot represent a plain comment. A comment is triaged once, keyed by its id, and is done when it has been triaged; it never joins a gate waiting to be resolved, because nothing can resolve it. Treating one as a thread would leave the watch waiting forever on a bit that does not exist; ignoring one would silently drop real feedback, which is the failure this shape is most prone to.
Procedure references
Read each reference completely when reaching that stage. Follow them in order; later stages depend on state and gates established earlier.
What ships with it
12 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.
- agents/openai.yaml 195 B
- references/01-input.md 420 B
- references/02-execution.md 13 B
- references/03-1-arm.md 1.9 KB
- references/04-2-bounded-cycle-mechanics.md 524 B
- references/05-3-poll-and-change-detection.md 1.7 KB
- references/06-4-on-new-feedback-run-the-triage-procedure.md 5.2 KB
- references/07-authorized-mode-apply-resolve-resume.md 1.1 KB
- references/08-5-edge-cases.md 821 B
- references/09-6-stop-conditions.md 289 B
- references/10-7-on-approval-hand-off-never-land.md 299 B
- references/11-compaction-defense.md 1.2 KB
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.
- today Changed · -8 tokens per session e38fcfba7a0b
- 6d ago Changed · -280 lines · -148 tokens per session cd660b578d57
- 7d ago Changed · +23 lines · +54 tokens per session 1722b1b05bd2
- 11d ago First seen · 311 lines · 139 tokens per session scan A 1a051c838b82
pr-watch-as-author is a skill published in the GitHub repository bostonaholic/team (11 stars, last pushed today), licensed MIT. It adds 37 tokens to every session and 663 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-08-30.
Other skills, from other repositories
merge-queue
Process the Refinery merge queue - collect agent work, detect and resolve conflicts, merge in dependency order, and verify integration.
requesting-code-review
Use when completing tasks, implementing major features, or before merging to verify work meets requirements.
agent-swarm-pr
Agent skill for swarm-pr - invoke with $agent-swarm-pr.
agent-pr-manager
Agent skill for pr-manager - invoke with $agent-pr-manager.
github-automation
GitHub workflow automation, PR management, issue tracking, and code review coordination. Integrates with GitHub Actions and repository management. Use when: PR creation, code review, issue management, release automation, workflow setup. Skip when: local-only changes, non-GitHub repositories.
git-integration
Git commit patterns, formats, and conventions for GSD methodology. Provides atomic commits per task, structured commit messages, planning file commits, branch management, and milestone tag operations.