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 agentmods add skills/argos-ci/argos-javascript/argos-pr-reviewnpx skills add argos-ci/argos-javascript --skill argos-pr-reviewgit clone --depth 1 https://github.com/argos-ci/argos-javascriptWrote 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/argos-ci/argos-javascript/argos-pr-review)<a href="https://agentmods.dev/skills/argos-ci/argos-javascript/argos-pr-review"><img src="https://agentmods.dev/badge/skills/argos-ci/argos-javascript/argos-pr-review.svg" alt="Measured on agentmods" 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.00065 | $0.01461 |
| Opus 5 | $0.00032 | $0.00731 |
| Sonnet 5 | $0.00013 | $0.00292 |
| Haiku 4.5 | $0.00006 | $0.00146 |
Grade A, and why
argos-pr-review 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 5d 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.
How it starts
The opening of the file, as written. The whole thing — 105 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Argos PR Review
Argos is a visual testing platform: each CI build captures screenshots and
compares them to a baseline, producing per-snapshot diffs. A build with
changes-detected is waiting for a human (or you) to decide whether each change
is intentional, a regression, or a flaky capture.
Treat the Argos build as one input to the PR review, never the sole source of truth. Infer the intended UI change from the PR title, description, linked issue, and code diff first, then use Argos to confirm the rendered result matches.
Tooling & auth
Drive Argos through the argos CLI — load the argos-cli skill for the token
model and flags. In short: build get / build snapshots need a project token
(ARGOS_TOKEN/--token); submitting a review or comment needs a personal
access token (--token / argos login). Always use --json when parsing, and
never print token values. If no PAT is available, give the user your conclusion
and evidence instead of posting — the CLI can't submit the review.
Workflow
-
Inspect the build —
argos build get <ref> --json. Decide from status:Status Meaning / next step accepted/no-changesAlready approved / no visual diff — no review needed pending/progressNot ready — stop and report it can't be reviewed yet changes-detectedNeeds a decision — fetch snapshots rejected/error/aborted/expiredDon't approve until the cause is understood -
Fetch what changed —
argos build snapshots <ref> --needs-review --json. For each diff inspecturl(diff mask),base.url(before),head.url(after), andhead.metadata, plus the flakiness signalstest.metricsand, on a change,change.occurrences/change.ignored(used in step 3).
What ships with it
3 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.
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.
- 5d ago First seen · 105 lines · 65 tokens per session scan A 8b0d03c66c96
argos-pr-review is a skill published in the GitHub repository argos-ci/argos-javascript (18 stars, last pushed yesterday), licensed MIT. It adds 65 tokens to every session and 1,461 once invoked, about $0.0003 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
write-gitbook
A comprehensive guide for editing GitBook documentation in external environments like Cursor, Claude Code, or other text editors. This skill provides all the formatting syntax, configuration options, and best practices needed to create and maintain GitBook content outside the GitBook web interface.
documentation-writer
Diátaxis Documentation Expert. An expert technical writer specializing in creating high-quality software documentation, guided by the principles and structure of the Diátaxis technical documentation authoring framework.
keploy-docs
Guide for contributing to the Keploy documentation site at github.com/keploy/docs. Invoke when a change in keploy/keploy introduces, removes, or alters user-visible behavior (new CLI flag, changed default, new command, new configuration field, new on-disk format) and the docs need to catch up — or when the user asks…
wxjava-api-contributor
按 WxJava 的 Maven 多模块、Java 8、公共 API 兼容性和 TestNG 约定,为微信官方接口新增或维护 SDK 支持。适用于新增 Service API、请求响应 Bean、序列化、HTTP 实现、Starter 配置或回归测试时。.
wxjava-troubleshooter
排查 WxJava 在配置初始化、access token、签名验签、支付证书、回调通知、序列化、网络请求和多账号隔离方面的问题。适用于用户提供异常、日志、请求响应或“WxJava 为什么不能调用”的场景。.
wxjava-upgrade-guide
规划 WxJava 的版本升级与迁移,检查 BOM、模块依赖、Java 版本、配置与公共 API 兼容性,并提供可回滚的验证步骤。适用于用户从旧版升级、切换依赖管理方式、处理兼容性告警或制定升级发布计划时。.