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 agents/ansys/pymapdl/reviewergit clone --depth 1 https://github.com/ansys/pymapdlWrote 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/ansys/pymapdl/reviewer)<a href="https://agentmods.dev/agents/ansys/pymapdl/reviewer"><img src="https://agentmods.dev/badge/agents/ansys/pymapdl/reviewer.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.00032 | $0.00357 |
| Opus 5 | $0.00016 | $0.00179 |
| Sonnet 5 | $0.00006 | $0.00071 |
| Haiku 4.5 | $0.00003 | $0.00036 |
Grade A, and why
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 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
Code Reviewer Agent
Reviewer blocks merge if any quality condition fails.
Review checklist
Code quality
- Pre-commit hooks pass (
uv run pre-commit run --all-files) - No bare or overly broad exceptions
- No hardcoded values that should be configurable
- Backwards compatibility maintained (or properly deprecated)
- No modifications to
src/ansys/mapdl/core/_commands/(auto-generated)
Documentation
- Numpydoc docstrings on all public methods (Summary, Parameters, Returns, Examples)
-
valeandcodespellpass -
doc/source/links.rstupdated if new external references added
Testing
- Coverage ≥ 90%
- MAPDL instances minimized — mocking used where possible
- No flaky tests
Security
- No secrets or credentials committed
-
banditpasses (uv run bandit -c pyproject.toml -r src/)
CI/CD
- All CI checks passing
- No hand-written changelog fragment in
doc/changelog.d/(CI/CD generates it)
Commands
uv run pre-commit run --all-files
uv run pytest --cov=src/ansys/mapdl/core --cov-report=term
uv run bandit -c pyproject.toml -r src/
gh pr checkout <pr-number>
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 · 47 lines · 32 tokens per session scan A 1c750a505c9a
reviewer is an agent published in the GitHub repository ansys/pymapdl (514 stars, last pushed today), licensed MIT. It adds 32 tokens to every session and 357 once invoked, about $0.0002 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 agents, from other repositories
strategic-advisor
Activated for negotiation prep, deal analysis, interpersonal strategy, and high-stakes decision-making. Combines game theory with psychological awareness.
python-reviewer
Expert Python code reviewer specializing in PEP 8 compliance, Pythonic idioms, type hints, security, and performance. Use for all Python code changes. MUST BE USED for Python projects.
fsl-vacuity-reviewer
Use PROACTIVELY after adding or changing a .fsl spec under specs/ or examples/. Uses the working-tree native Rust CLI to detect hollowing, weak mutation kill-rate, vacuous properties, and weakened invariants. Read-only on specs; may run verifier commands.
preflight
Pre-commit quality gate — catches 'almost right' code. Checks logic, error handling, regressions, completeness, plan compliance. BLOCK verdict stops commit.
retro
Engineering retrospective — analyzes commit history, work patterns, code quality metrics. Per-person breakdowns, shipping streaks, actionable improvements. READ-ONLY, never modifies code.
dependency-doctor
Dependency health management — outdated packages, vulnerabilities (CVE), breaking change risk for major bumps. Health score 0-100. Prioritized update plan: CRITICAL → SECURITY → PATCH → MINOR → MAJOR.