evaluate-pr-tests

Installation
SKILL.md

Evaluate PR Tests

Evaluates the quality, coverage, and appropriateness of tests added in a PR. Produces a structured report with actionable findings.

When to Use

  • ✅ PR has tests and you want to evaluate their quality
  • ⚠️ PR has no test files -- output a ❌ Fix Coverage verdict noting no tests were added; skip remaining criteria
  • ✅ Reviewing whether tests adequately cover the fix
  • ✅ Checking if a lighter test type could be used instead
  • ✅ Before merging a PR, as part of review

Quick Start

# Auto-detect PR and base branch
pwsh .github/skills/evaluate-pr-tests/scripts/Gather-TestContext.ps1
Installs
2
Repository
dotnet/maui
GitHub Stars
23.3K
First Seen
May 16, 2026
evaluate-pr-tests — dotnet/maui