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/storybookjs/react-native/pr-descriptiongit clone --depth 1 https://github.com/storybookjs/react-nativeWhat 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.00000 | $0.00352 |
| Opus 5 | $0.00000 | $0.00176 |
| Sonnet 5 | $0.00000 | $0.00070 |
| Haiku 4.5 | $0.00000 | $0.00035 |
Grade A, and why
pr-description 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 yesterday.
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
Generate PR Description
Generate a pull request description based on the changes in the current branch.
Instructions
-
First, determine the base branch by checking for a PR or using
nextas default:gh pr view --json baseRefName --jq '.baseRefName' 2>/dev/null || echo "next" -
Analyze the changes in this branch compared to the base branch:
- Run
git diff <base>..HEAD --statto see changed files - Run
git diff <base>..HEADto see the actual changes - Run
git log <base>..HEAD --onelineto see commit messages
- Run
-
Read the PR template at
.github/PULL_REQUEST_TEMPLATE.md -
Generate a PR description following the template structure:
- Issue: Link related issues or write "N/A" with context
- What I did: Summarize the changes with bullet points for specific modifications
- How to test: Provide clear steps to verify the changes work
- Answer the template questions about examples and documentation
-
Check if a PR exists for this branch:
gh pr view --json number 2>/dev/null -
If a PR exists, ask the user if they want to update it with the generated description using
gh pr edit.
Guidelines
- Be specific about version changes (e.g., "1.0.0 → 2.0.0")
- Highlight breaking changes prominently
- Group related changes together
- Keep the description concise but informative
- Use code blocks for commands in "How to test"
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.
- yesterday First seen · 39 lines · 0 tokens per session scan A 62b58f56514c
pr-description is a command published in the GitHub repository storybookjs/react-native (1,311 stars, last pushed 1mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 352 tokens. 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
create-bucket-docs
Create documentation for a Lingo.dev bucket type using analysis output.
analyze-bucket-type
Analyze a bucket type implementation to identify all behaviors and configurations.
gaia-release
Cut a new GAIA release, bump version, graduate CHANGELOG, regenerate manifest, open release PR, then tag on merge. Maintainer-only.
speckit-gaia-wiki-promote
Promote merged SPEC or plan content into the GAIA wiki.
health-audit
Maintainer-only autonomous health audit + auto-heal loop. Runs N=3 fresh-team audit-fix-audit cycles with circuit breakers, reports an F-to-A+ verdict (folding in the shared Claude-integration fitness grade) or escalates.
speckit-gaia-plan-close
Close a plan after implementation+merge. Offers wiki-promote for the plan's consolidated SUMMARY.md, cold-consolidates an out-of-band merge, then early-reaps the local plan folder once cost is represented in cost.jsonl.