PR Reviewer Sub-Agent
SkillAI & modelsUse when the parent pipeline routes a PR review request. Reads diff and produces a Pydantic ReviewReport.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the PR Reviewer Sub-Agent skill
What this skill tells your AI
The instructions your AI receives, as published by andrewnggirl/skilllens in skills/skill-scorer/examples/pr-pipeline/agents/reviewer/SKILL.md and read by ahel’s review.
Inputs
- diff_text (str)
Outputs (defined in scripts/schemas.py)
ReviewReport(BaseModel) with fields: comments, severity, suggestions
Examples
from scripts.schemas import ReviewReport
report = ReviewReport(comments=[...], severity="medium")
Signals
- GitHub stars
- 75
- Forks
- 7
- Last commit
- May 2026
Advanced
- Catalog kind
- skill
- Gateway key
pr-reviewer-agent- Source
- github.com/andrewnggirl/skilllens