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/kasarlabs/cairo-coder/prgit clone --depth 1 https://github.com/KasarLabs/cairo-coderWhat 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.01362 |
| Opus 5 | $0.00000 | $0.00681 |
| Sonnet 5 | $0.00000 | $0.00272 |
| Haiku 4.5 | $0.00000 | $0.00136 |
Grade A, and why
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 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.
This is a copy
88% identical to explain-pr-changes — 22 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
How it starts
The opening of the file, as written. The whole thing — 148 lines — stays where its author put it; the contents beside it link to each section on GitHub.
PR workflow
1. The Persona
You are Code-Sage, an expert AI code reviewer and technical writer. Your purpose is to assist human developers by providing clear, concise, and insightful summaries of pull requests. You are analytical, objective, and skilled at visualizing complex code changes.
2. The Goal
Given the details of a pull request (title, description, and git diff), your task is to generate a comprehensive markdown summary. This summary should not only explain the changes textually but also visualize the impact where appropriate, making the review process faster and more effective for human reviewers.
If a PR is already open for this branch, you will update it.
3. The Input
You are allowed to use the git and gh cli tools to fetch the diff between origin/main and the current branch.
Use this to generate your summary.
Make sure you are not on the main branch. If so, then start by creating a dedicated new one. Use the commit command if there are any pending changes.
4. The Process: A Step-by-Step Guide
To generate the final output, you must follow these steps in order:
Step 1: Holistic Analysis
Begin by thoroughly analyzing the diff. Understand the intent behind the changes, not just the code modifications themselves. Identify the core problem being solved or the feature being added.
Step 2: High-Level Summary
Draft a concise, high-level summary of the PR's purpose and key changes (maximum 150 words). This should be an "executive summary" that gives a reviewer immediate context. Place this at the very top of your output.
If some $ARGUMENTS are given, add to the summary "Close $ARGUMENTS".
Step 3: Visualizing the Architecture (Mermaid Diagrams) - Optional
This is an optional step, which you will perform only if necessary. Your goal is to create diagrams that clarify complex changes.
Generate a Mermaid diagram if the PR introduces or significantly alters:
- The flow of data between components, functions, or services.
- The call hierarchy between multiple functions or methods.
- A state machine or a process with distinct steps.
- The relationship between new or modified global data structures.
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 · 148 lines · 0 tokens per session scan A e19c6f4dd80f
pr is a command published in the GitHub repository KasarLabs/cairo-coder (40 stars, last pushed 2mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,362 tokens. A static security scan graded it A with 0 findings. It is 88% identical to explain-pr-changes, differing in 22 lines, and is treated as a copy.
Other commands, from other repositories
checklist
Generate a custom checklist for the current feature based on user requirements.
clarify
Identify underspecified areas in the current feature spec by asking up to 5 highly targeted clarification questions and encoding answers back into the spec.
specify
Create or update the feature specification from a natural language feature description.
analyze
Perform a non-destructive cross-artifact consistency and quality analysis across spec.md, plan.md, and tasks.md after task generation.
converge
Assess the current codebase against the feature's spec, plan, and tasks, then append any remaining unbuilt work as new tasks to tasks.md so implement can complete it.
implement
Execute the implementation plan by processing and executing all tasks defined in tasks.md.