Pr Test Analyzer
Analyzes pull requests for code quality, style adherence, and potential issues using automated checks and suggestions.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add troykelly-pr-test-analyzer npx -- -y @trustedskills/troykelly-pr-test-analyzer
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"troykelly-pr-test-analyzer": {
"command": "npx",
"args": [
"-y",
"@trustedskills/troykelly-pr-test-analyzer"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The troykelly-pr-test-analyzer skill analyzes pull request test results to provide a summary of failures and potential causes. It can identify failing tests, extract error messages, and suggest possible fixes based on the analysis. This helps developers quickly understand and address issues in their code changes.
When to use it
- Debugging failed builds: After a CI/CD pipeline fails due to test failures, use this skill to get a concise overview of what went wrong.
- Reviewing pull requests: During code review, leverage the skill to quickly assess the impact and potential issues introduced by changes.
- Identifying flaky tests: The skill can help pinpoint recurring test failures that might indicate instability in the codebase.
- Understanding complex error messages: When faced with cryptic or lengthy error outputs from tests, use this skill for clarification.
Key capabilities
- Analyzes pull request test results
- Identifies failing tests
- Extracts error messages
- Suggests potential fixes
Example prompts
- "Analyze the latest PR test results and summarize the failures."
- "What are the top 3 failing tests in this pull request?"
- "Explain why test 'LoginTest' failed based on the provided output."
Tips & gotchas
The skill requires access to the pull request test result data, typically through a CI/CD system or testing framework. The accuracy of suggested fixes depends on the quality and clarity of the test results themselves.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.