pr-test-analyzer

Analyze Pull Request test coverage using the pr-test-analyzer subagent.

10|Updated Jan 7, 2026
One-click install
npx skills add https://github.com/troykelly/codex-skills --skill pr-test-analyzer-troykelly
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-test-analyzer
Source: https://github.com/troykelly/codex-skills/tree/main/skills/pr-test-analyzer
Command: npx skills add https://github.com/troykelly/codex-skills --skill pr-test-analyzer-troykelly

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps evaluate the test coverage of a given Pull Request, ensuring that changes are adequately tested before merging.

Core Features & Use Cases

  • Test Coverage Analysis: Assesses the extent to which the code changes in a PR are covered by existing tests.
  • Subagent Integration: Leverages the pr-test-analyzer subagent for specialized analysis.
  • Use Case: Before merging a feature branch, use this Skill to confirm that the new code is well-covered by unit and integration tests.

Quick Start

Use the pr-test-analyzer subagent to evaluate test coverage for PR number 123.

Frequently Asked Questions about pr-test-analyzer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I evaluate test coverage for a pull request before merging?

To evaluate test coverage for a pull request, you can analyze the extent to which code changes are covered by existing unit and integration tests before merging a feature branch. This ensures new code is adequately tested.

What information is needed to analyze PR test coverage?

Analyzing PR test coverage requires specific task context, scope, and the exact PR numbers to be provided. Supplying these inputs ensures the subagent can perform an accurate evaluation of the changes.

Can I check if my code review workflow meets testing standards automatically?

Yes, you can assess test coverage within your code review workflows to ensure adherence to testing standards. The analysis confirms that new code changes are well-covered before integration.

Does PR test coverage analysis check both unit and integration tests?

Yes, PR test coverage analysis assesses code changes against existing unit and integration tests. This verifies that the modifications in the pull request are adequately covered before merging.

What is the best way to ensure a feature branch is adequately tested?

The best way to ensure a feature branch is adequately tested is to run a test coverage evaluation on the pull request. This confirms that the new code modifications are well-covered by your existing tests.