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 commands/robofinsystems/robosystems/testgit clone --depth 1 https://github.com/RoboFinSystems/robosystemsWhat 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 | $0.00015 | $0.00565 |
| Opus 5 | $0.00008 | $0.00282 |
| Sonnet 5 | $0.00003 | $0.00113 |
| Haiku 4.5 | $0.00002 | $0.00056 |
Grade A, and why
test 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.
How it starts
The opening of the file, as written. The whole thing — 33 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Run just test-all and fix failures to 100% completion.
Strategy
- Run the full gate:
just test-all 2>&1 | grep -E "[0-9]+ passed|[0-9]+ failed|^FAILED |^error:|Recipe .* failed|warnings summary" | tail -20— usetimeout: 600000on the Bash call (the suite takes 5–6 min; the default 2-min Bash timeout kills it). - Iterate per-module: when fixing, use
just test <module>(e.g.just test routers) for faster turnaround. Plain| tail -20works fine here — output is short. - Stop when green: don't re-run the full suite to "confirm" — once it passes, you're done.
What just test-all actually runs
In order: just test (pytest) → just test-dbt quickbooks → just lint fix → just lint → just format → just typecheck → just cf-lint-all → just lint-actions.
That matters for reading the output: only the first stage produces a pytest summary. A dbt build failure, a ruff/basedpyright failure, or a CloudFormation/workflow lint failure will not produce a failed count — it surfaces as a recipe failure line instead. So a green pytest count alone is not proof the gate passed.
For the code-quality half without the ~6-minute test run, use just test-code — that's the combination the git hooks enforce.
Why the grep
With plain | tail -N the pytest summary scrolls away behind the later stages' output. Each alternative anchors something specific:
[0-9]+ passed— the summary count (9785 passed,) but NOT test names liketest_passed_validation[0-9]+ failed— the failure count (1 failed,) but NOT names liketest_logs_failed_revocation^FAILED— line-start anchor catches failure headers without matchingPASSEDlines whose name containsfailed^error:andRecipe .* failed— just's recipe-failure lines, which is how the non-pytest stages reportwarnings summary— pytest's warnings-section header
Success = a [0-9]+ passed line, no failed/FAILED, AND no recipe-failure line. All three conditions, not just the first.
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.
- 2d ago First seen · 33 lines · 15 tokens per session scan A a2f36416ed97
test is a command published in the GitHub repository RoboFinSystems/robosystems (24 stars, last pushed 3d ago), licensed Apache-2.0. It adds 15 tokens to every session and 565 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-30.
Other commands, from other repositories
fill-event-triage
체결(fill) 이벤트, 특히 매도 체결 후 현금 재배치 판단을 read-only 트리아지로 자동 기동해 dry-run 제안을 남긴다. ROB-755.
crypto-alert-triage
Command "crypto-alert-triage" from mgh3326/auto_trader, covering crypto-alert-triage, 입력, 1. 맥락 복원 (반드시 이 순서), 2. 분석 and 3. dryrun 미리보기 (read-only).
akb-production-review
Review AKB production-governance docs and hooks.
os-meeting
快速创建和管理AI团队会议.
archive-ledger
../../../shared/commands/archive-ledger.md.
rclone_config_dump
Dump the config file as JSON.