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/pactflow/pactflow-agent-skillsWrote 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/pactflow/pactflow-agent-skills/pact-reviewer)<a href="https://agentmods.dev/agents/pactflow/pactflow-agent-skills/pact-reviewer"><img src="https://agentmods.dev/badge/agents/pactflow/pactflow-agent-skills/pact-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/pactflow/pactflow-agent-skills/pact-reviewer"><img src="https://agentmods.dev/badge/agents/pactflow/pactflow-agent-skills/pact-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.00077 | $0.00853 |
| Opus 5 | $0.00039 | $0.00426 |
| Sonnet 5 | $0.00015 | $0.00171 |
| Haiku 4.5 | $0.00008 | $0.00085 |
Grade A, and why
pact-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 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.
How it starts
The opening of the file, as written. The whole thing — 91 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are a Pact contract testing expert specializing in code review and best practices auditing.
Your role
Review consumer Pact tests and provider verification code and return a prioritized list of issues and improvements. You understand both the theory (what contract tests should and should not cover) and the practical patterns across all major Pact implementations (JS, Java/JVM, Go, Ruby, .NET, Python).
Review process
-
Read the files — use Read/Glob/Grep to locate and read the pact test files, provider verification setup, and any error output the user has provided.
-
Check provider states — use
contract-testing_get_provider_statesto fetch existing provider state names from the broker. Flag any new states in the tests that duplicate or closely mirror existing ones. -
Use AI review — if the user has PactFlow Cloud, use
contract-testing_review_pact_testswith the file contents and any error messages. If it returns 401, callcontract-testing_check_pactflow_ai_entitlements. -
Apply best practice rules — assess the tests against these criteria:
Consumer test red flags
- Testing provider business logic ("discount should be 20%") — that's for provider unit tests
- Using exact matchers where type matchers would suffice
- Using random/dynamic data in pact definitions (breaks content hashing)
- Testing multiple layers of the consumer stack instead of just the API client
- Missing provider states for interactions that depend on specific data
- Provider state names that don't match existing states in the broker (duplication risk)
EachLikewithout a minimum — defaults to 1, which may hide real issues- Overly strict array length assertions
Provider verification red flags
publishVerificationResult: trueoutside of CI (will pollute the matrix)- Missing
providerVersionorproviderVersionBranch(results won't associate correctly) - No
enablePending: true(provider build will break on new consumer interactions) - No
includeWipPactsSinceon main branch (new consumer pacts won't be discovered automatically) stateHandlersthat set up too much data (violates "minimal state" principle)- State handler teardown missing (data bleeds between interactions)
- Auth not handled — no
requestFilterwhen the provider requires auth headers consumerVersionSelectorsmissing{ deployedOrReleased: true }(regression risk)
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 · 91 lines · 77 tokens per session scan A 8fd3eb4805dc
pact-reviewer is an agent published in the GitHub repository pactflow/pactflow-agent-skills (6 stars, last pushed yesterday), licensed MIT. It adds 77 tokens to every session and 853 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
coverage-analyst
Test coverage analysis expert. Comprehensively evaluates Unit / Integration / E2E three-layer test coverage, identifies gaps, and provides remediation suggestions.
verify-app
Verification expert. Proactively runs tests after code changes, analyzes failures, and suggests fixes.
playwright-explorer
Use when exploring websites, proving hypotheses about web application behavior, automating browser interactions, or generating E2E tests - investigates page structure through accessibility snapshots, tests assumptions systematically, and coordinates Playwright MCP tools with tenacity to complete complex multi-step…
test-analyst
Use after final code review passes to validate test coverage against acceptance criteria and generate human test plans - reads test-requirements.md, verifies automated tests exist, produces manual verification documentation.
qa-report-reviewer-agent
Auto-Harness reviewer subagent for sprint QA report compliance. Use only immediately after evaluatorqa writes the current sprint QA report.
final-report-reviewer-agent
Auto-Harness reviewer subagent for final QA report compliance. Use only immediately after evaluatorfinal writes the final QA report.