Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Analyzes GitHub pull requests for code quality, security vulnerabilities, performance implications, and best practices. Provides automated code review insights and recommendations.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | 50% | 0% |
| case-02 | ✗→✓ | ▲ Improved | 81% | 0% |
| case-03 | ✗→✓ | ▲ Improved | -14% | 0% |
| case-04 | ✗→✓ | ▲ Improved | -42% | 0% |
| case-07 | ✗→✓ | ▲ Improved | -40% | 0% |
This skill automates the analysis of GitHub pull requests, providing comprehensive code review insights including:
yaml# Example workflow trigger workflows: pr-analysis: on: pull_request skills: - pr-analysis inputs: repository: "owner/repo" pr_number: 123 analysis_scope: ["security", "performance", "quality"]
Results are provided in structured JSON format:
json{ "summary": { "overall_score": 8.5, "severity": "medium", "recommendations_count": 12 }, "issues": [ { "type": "security", "severity": "high", "file": "src/auth.go", "line": 45, "description": "Potential SQL injection vulnerability", "recommendation": "Use parameterized queries" } ], "metrics": { "complexity_increase": "+15%", "test_coverage": "92%", "security_score": 7.8 } }
The skill supports customization through environment variables:
ANALYSIS_DEPTH: Basic, standard, comprehensiveSECURITY_RULES: Custom security rules fileQUALITY_THRESHOLDS: Code quality thresholdsEXCLUDE_PATTERNS: Files/patterns to exclude from analysisOther measured skills in the registry, with their headline benchmark lift.