pr-test-analyzer

pr-test-analyzer is an agent for Claude Code from troykelly/claude-skills. It costs 0 tokens per session (1,091 once invoked), scanned A, original, no licence file.

A pull-request review agent that examines whether tests cover new behavior and important edge cases.

In plain words
What is it for?
Use it after creating or updating a pull request to assess the quality and completeness of its test coverage.
Why use it?
It helps reveal missing or incomplete tests before a change is treated as ready.

Agent for Claude Code

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

Part of the issue-driven-development plugin — 61 skills, 9 agents, 4 hooks, 4 MCP servers shipped together

Good fit Use it after creating or updating a pull request to assess the quality and completeness of its test coverage.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/troykelly/claude-skills/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/troykelly/claude-skills

Made for: Claude Code.

Or install issue-driven-development, the plugin that ships this one along with the rest of its 61 skills, 9 agents, 4 hooks, 4 MCP servers.

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/troykelly/claude-skills/pr-test-analyzer/github.svg)](https://agentmods.dev/agents/troykelly/claude-skills/pr-test-analyzer)
Your own site
<a href="https://agentmods.dev/agents/troykelly/claude-skills/pr-test-analyzer"><img src="https://agentmods.dev/badge/agents/troykelly/claude-skills/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/troykelly/claude-skills/pr-test-analyzer"><img src="https://agentmods.dev/badge/agents/troykelly/claude-skills/pr-test-analyzer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,091 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.00000 $0.01091
Opus 5 $0.00000 $0.00545
Sonnet 5 $0.00000 $0.00218
Haiku 4.5 $0.00000 $0.00109

Measured 9d ago against content hash 0e25320a94ff, 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 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.

external/agents/pr-test-analyzer.md · 75 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. 9d ago First seen · 75 lines · 0 tokens per session scan A 0e25320a94ff

Subscribe to this mod's changes

pr-test-analyzer is an agent published in the GitHub repository troykelly/claude-skills (11 stars, last pushed 7mo ago), with no licence file. It costs nothing until one of its globs matches a file; then it loads 1,091 tokens. 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.

Related

Other agents, from other repositories

reality-checker

Final quality gate that defaults to "NEEDS WORK". Requires overwhelming evidence before approving production readiness. Stops fantasy approvals and premature sign-offs.

Chipagosfinest/enterprise-team · 32 tokens

qa-engineer

Designs test strategies and automates quality assurance. Expert in testing frameworks, CI integration, coverage. Uses evidence-based validation.

Chipagosfinest/enterprise-team · 29 tokens

security-engineer

Implements secure coding practices and fixes vulnerabilities. Expert in OWASP, authentication, encryption. Reviews code with a security-first mindset.

Chipagosfinest/enterprise-team · 30 tokens

patch-verifier

The single verifier per fix round — reviews the workspace's staged diff against the finding, runs the tests, and states the three confidence claims a patch file must earn; dispatched by the fix job, not for direct invocation.

anthropics/claude-plugins-official · 48 tokens

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.

giuseppe-trisciuoglio/developer-kit · 61 tokens

codebase-explorer

Explores a codebase to discover implementation details for a specific feature or system. Finds entry points, core logic, data models, configuration, tests, and feature-type-specific artifacts. Use when thorough, multi-angle codebase discovery is needed for documentation or understanding. Does not research options or…

testdouble/han · 75 tokens