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/allxsmith/bestax/pre-prgit clone --depth 1 https://github.com/allxsmith/bestaxWrote 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/commands/allxsmith/bestax/pre-pr)<a href="https://agentmods.dev/commands/allxsmith/bestax/pre-pr"><img src="https://agentmods.dev/badge/commands/allxsmith/bestax/pre-pr.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 | $0.00021 | $0.00357 |
| Opus 5 | $0.00010 | $0.00179 |
| Sonnet 5 | $0.00004 | $0.00071 |
| Haiku 4.5 | $0.00002 | $0.00036 |
Grade A, and why
pre-pr 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 4d 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
/pre-pr — gate + self-review before opening a PR
- Run
pnpm all(build, typecheck, test+coverage, bundle:stats, lint, format:check, storybook build). If it fails, report the failing task and stop — fix before reviewing. - Read the working diff (
git status,git diff main...HEADplus any uncommitted changes). If the diff touchesbulma-ui/srccomponents, stories, SCSS, orskills/, review it against the checklist inCONTRIBUTING-COMPONENTS.md(repo root — Read it), focusing on what CI can NOT catch:- prop-level changes without matching story/docs/skills updates
- missing listing surfaces (guide page section, homepage card — step 2)
- skills sync for themeable or shared-helper changes (step 3)
For diffs that don't touch components (docs-only, tooling, workflows),
SKIP the component checklist and just review the diff generally.
Always check commit message type/scope (
feat|fix|perf|refactor|styleneed scopebulma-ui|docs|create-bestax).
- Report a short summary: gate result, then each checklist gap with the file to touch. Do not fix anything — this command only reviews.
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.
- 4d ago First seen · 25 lines · 21 tokens per session scan A e97fc932311f
pre-pr is a command published in the GitHub repository allxsmith/bestax (11 stars, last pushed 4d ago), licensed MIT. It adds 21 tokens to every session and 357 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
gt-workflow
Use Graphite (gt) instead of git for ALL branch and commit operations in this repository.
zag-changelog
Sync changelog updates from chakra-ui/zag repo to all Ark UI framework changelogs.
sync-docs
Update documentation and agent files based on learnings from recent component development work.
zag
Implement a Zag.js component in Ark UI.
new-primitive
Scaffold a new headless Angular primitive in packages/primitives/ /, following current project conventions (signals-first, no CDK, newer suffix-less naming).
init
Initialize a project for on-brand Marmo UI generation — detect or interview for brand basics (layout, primary color, fonts, radius, spacing) and write a DESIGN.md if one doesn't exist.