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.
git clone --depth 1 https://github.com/spencermarx/obsidian-aiWrote 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/spencermarx/obsidian-ai/review-feedback)<a href="https://agentmods.dev/commands/spencermarx/obsidian-ai/review-feedback"><img src="https://agentmods.dev/badge/commands/spencermarx/obsidian-ai/review-feedback/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/commands/spencermarx/obsidian-ai/review-feedback"><img src="https://agentmods.dev/badge/commands/spencermarx/obsidian-ai/review-feedback.svg" alt="Reviewed on agentmods" width="80" 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.00030 | $0.01133 |
| Opus 5 | $0.00015 | $0.00566 |
| Sonnet 5 | $0.00006 | $0.00227 |
| Haiku 4.5 | $0.00003 | $0.00113 |
Grade A, and why
review-feedback 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 9d 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
100% identical to review-feedback — 0 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 — 87 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Review Feedback
Review a code review document, GitHub code review comment, or inline feedback. Corroborate each point against the actual implementation before acting.
Usage
After invoking, provide:
- REVIEW SOURCE (one of the following):
- A file path to a review markdown file (e.g.,
.ocr/sessions/.../final.md) - A GitHub PR link (e.g.,
https://github.com/org/repo/pull/123) pointing to a review or comment - Inline feedback pasted directly in the chat
- A file path to a review markdown file (e.g.,
- NOTES (optional): Any additional instructions, constraints, or priorities to keep front of mind while reviewing and implementing.
Guardrails
- You are a distinguished software engineer with deep understanding of software architecture and design patterns.
- Think step by step — favor composition, clear boundaries, minimal scope, and root-cause fixes.
- Verify every assumption by reading actual code; never guess at behavior.
- Adhere to existing patterns and project standards (
openspec/project.md,apps/dev-docs/docs/guides/coding-standards.md). - Do NOT blindly accept every piece of feedback. Use your expertise to corroborate each point against the actual implementation before acting.
- If feedback is incorrect or based on a misunderstanding of the code, say so clearly with evidence.
- If feedback is valid but the suggested fix is suboptimal, propose a better alternative.
- Direct cutover rewrites only — remove all deprecated/dead/unused code; leave nothing behind.
Steps
- Resolve Inputs
- REVIEW SOURCE: Determine the feedback source:
- If the user provided a file path, read the file in its entirety to extract all review feedback.
- If the user provided a GitHub PR link, use
gh pr view <number> --commentsorgh api repos/{owner}/{repo}/pulls/{number}/commentsto fetch the review content. If the link points to a specific comment, focus on that comment; otherwise, gather all review comments. - If the user provided inline feedback directly, use it as-is.
- If none of the above are provided or are ambiguous, stop and ask the user for clarification.
- NOTES: Capture any additional user instructions. These take priority and should be kept front of mind throughout all subsequent steps.
- REVIEW SOURCE: Determine the feedback source:
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.
- 9d ago First seen · 87 lines · 30 tokens per session scan A 263d4fad447d
review-feedback is a command published in the GitHub repository spencermarx/obsidian-ai (48 stars, last pushed 4mo ago), licensed MIT. It adds 30 tokens to every session and 1,133 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to review-feedback, differing in 0 lines, and is treated as a copy.
Other commands, from other repositories
plugin-audit
Run the full 8-phase plugin audit pipeline on a skill directory.
review
Run the local review gate before pushing.
review-feedback
Review a given code review markdown document, GitHub PR review, or inline feedback — corroborate each point against actual code, then implement valid changes.
translate-review-to-single-human
Translate a multi-reviewer code review into a single human-voice GitHub PR comment.
address
Address code review feedback — corroborate, validate, and implement changes from a review's final.md.
create-reviewer
Create a new custom reviewer from a natural language description.