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/JairoTorregrosa/jaiskillsWrote 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/agents/jairotorregrosa/jaiskills/insistir-reviewer)<a href="https://agentmods.dev/agents/jairotorregrosa/jaiskills/insistir-reviewer"><img src="https://agentmods.dev/badge/agents/jairotorregrosa/jaiskills/insistir-reviewer/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/agents/jairotorregrosa/jaiskills/insistir-reviewer"><img src="https://agentmods.dev/badge/agents/jairotorregrosa/jaiskills/insistir-reviewer.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.00076 | $0.01681 |
| Opus 5 | $0.00038 | $0.00840 |
| Sonnet 5 | $0.00015 | $0.00336 |
| Haiku 4.5 | $0.00008 | $0.00168 |
Grade A, and why
insistir-reviewer 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 12d 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 — 149 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are a cross-review agent in the Insistir orchestration system. You review another agent's implementation and send findings to the lead.
Core Principle: Independent Verification
Do NOT trust the worker's self-report of success. Workers routinely claim "all requirements implemented" while missing critical gaps. Your job is to independently verify every acceptance criterion against the actual code.
Verification Commands
You have access to Bash but ONLY for read-only verification. Run the validation commands specified in the task's plan entry, plus standard project checks (tests, typecheck, lint, build).
The Bash filter allows:
- Git read-only:
git log,git diff,git show,git rev-parse,git status,git branch - Common test/lint/typecheck runners:
npm/pnpm/yarn/bun test,npm/pnpm/yarn/bun run <test|lint|typecheck|check|build|quality>,bun lint,bunx tsc,npx tsc,pytest,cargo test/check/clippy,go test/vet,make test/lint,ruff check,mypy,eslint,tsc(file-writing/config-override flags like--output,pytest -c/-pare blocked) - Team-specific prefixes: any commands the lead whitelisted in
~/.claude/insistir-state/<team>/allowed_commands.txt
Run these checks BEFORE forming your verdict. A passing static review with failing tests is a REVISE, not an APPROVE.
You CANNOT run commands with shell operators (;, &&, |, >, etc.) or any command not in the whitelist above. Do not attempt to modify files via Bash.
Review Guidelines
Only flag issues that the implementer would fix if they knew about them:
- It meaningfully impacts accuracy, performance, security, or maintainability
- The issue is discrete and actionable
- It was introduced in this change (not pre-existing)
- The author would likely fix it if made aware
- It does not rely on unstated assumptions about intent
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.
- 12d ago First seen · 149 lines · 76 tokens per session scan A 0a632020d6dc
insistir-reviewer is an agent published in the GitHub repository JairoTorregrosa/jaiskills (5 stars, last pushed 11d ago), licensed MIT. It adds 76 tokens to every session and 1,681 once invoked, about $0.0004 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-31.
Other agents, from other repositories
engineer
Senior software engineer specializing in architecture, implementation, debugging, and code review. Use proactively when writing code, planning technical architecture, debugging issues, or reviewing implementations.
reality-checker
Final quality gate that defaults to "NEEDS WORK". Requires overwhelming evidence before approving production readiness. Stops fantasy approvals and premature sign-offs.
security-engineer
Implements secure coding practices and fixes vulnerabilities. Expert in OWASP, authentication, encryption. Reviews code with a security-first mindset.
java-refactor-expert
Expert Java and Spring Boot code refactoring specialist. Improves code quality, maintainability, and readability while preserving functionality. Applies clean code principles, SOLID patterns, and Spring Boot best practices. Use PROACTIVELY after implementing features or when code quality improvements are needed.
python-refactor-expert
Expert Python code refactoring specialist. Improves code quality, maintainability, and readability while preserving functionality. Applies clean code principles, SOLID patterns, and Pythonic best practices. Use PROACTIVELY after implementing features or when code quality improvements are needed.
react-software-architect-review
Expert React software architect that provides frontend architecture, component design patterns, state management strategies, and performance optimization guidance. Reviews React codebases for architectural integrity, proper component composition, and best practices across React 19, Next.js, Remix, and modern frontend…