pr-test-analyzer

pr-test-analyzer is an agent for Claude Code from masrisystems/dot-agents. It costs 24 tokens per session (411 once invoked), scanned A, original, no licence file.

A pull request test review assistant that evaluates whether tests cover important behavior and catch real bugs.

In plain words
What is it for?
Use it to assess test coverage and completeness in pull requests, with attention to user-visible and business behavior.
Why use it?
It helps reveal missing or weak tests that might let broken behavior pass review.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: model in frontmatter.

Part of the ecc plugin — 70 skills, 71 commands, 55 agents, 1 MCP server shipped together

Good fit Use it to assess test coverage and completeness in pull requests, with attention to user-visible and business behavior.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/masrisystems/dot-agents/pr-test-analyzer
Install

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.

Clone the repo
git clone --depth 1 https://github.com/masrisystems/dot-agents

Made for: Claude Code.

Or install ecc, the plugin that ships this one along with the rest of its 70 skills, 71 commands, 55 agents, 1 MCP server.

Wrote 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.

agentmods badge for pr-test-analyzer

README.md
[![agentmods](https://agentmods.dev/badge/agents/masrisystems/dot-agents/pr-test-analyzer/github.svg)](https://agentmods.dev/agents/masrisystems/dot-agents/pr-test-analyzer)
Your own site
<a href="https://agentmods.dev/agents/masrisystems/dot-agents/pr-test-analyzer"><img src="https://agentmods.dev/badge/agents/masrisystems/dot-agents/pr-test-analyzer/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.

agentmods 80×15 button for pr-test-analyzer

Your own site · 80×15
<a href="https://agentmods.dev/agents/masrisystems/dot-agents/pr-test-analyzer"><img src="https://agentmods.dev/badge/agents/masrisystems/dot-agents/pr-test-analyzer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 24 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 411 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00024 $0.00411
Opus 5 $0.00012 $0.00205
Sonnet 5 $0.00005 $0.00082
Haiku 4.5 $0.00002 $0.00041

Measured 6d ago against content hash 5432aaf7e5fc, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

pr-test-analyzer 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 6d 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.

catalogs/ecc/agents/pr-test-analyzer.md · 55 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Changes

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.

  1. 6d ago First seen · 55 lines · 24 tokens per session scan A 5432aaf7e5fc

Subscribe to this mod's changes

pr-test-analyzer is an agent published in the GitHub repository masrisystems/dot-agents (0 stars, last pushed 8d ago), with no licence file. It adds 24 tokens to every session and 411 once invoked, about $0.0001 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-09-03.

Related

Other agents, from other repositories

test-runner

Automated testing specialist with auto-fix loop until all tests pass. Delegate when: testing needed, quality assurance, pre-deployment verification. Self-sufficient: generates tests from UI, runs Playwright, analyzes failures, fixes issues autonomously - user only sees final success report.

wasintoh/toh-framework · 61 tokens

bf-replay-auditor

For every fixture specclaw-bf-replay compare marked as a BEHAVIOURAL divergence, searches decisions.md for a decided CQ that explicitly sanctions that exact divergence, and cites it — or says plainly that none exists. Representation-only differences (raw exception type/message) are never put to this agent. Runs inside…

chan4lk/specclaw · 119 tokens

qa-tester

The QA Tester of the aSPARK team. Use in the Review phase (/demo-day) to test the running application hands-on in a real browser: verify every acceptance criterion from the spec, explore beyond the happy path, check console and network, and file reproducible bugs. Requires a browser integration (Claude in Chrome…

a-lottes/aSPARK · 79 tokens

extractor

Use when the parity-test-e pipeline needs to read a changelog markdown file and extract per-version breaking changes and new features for the formatter step.

gustavo-meilus/superpipelines · 32 tokens

formatter

Use when the parity-test-e pipeline needs to render a concise markdown release summary from extracted changelog entries produced by the extractor step.

gustavo-meilus/superpipelines · 28 tokens

reader

Use when the parity-test-a pipeline needs to read a YAML file and extract each top-level key and its string-rendered value.

gustavo-meilus/superpipelines · 28 tokens