Reviewer
Skill AndrewNgGirl/SkillLens/skills/skill-scorer/examples/pr-pipeline/agents/reviewer
Use when the parent pipeline routes a PR review request. Reads diff and produces a Pydantic ReviewReport.From its SKILL.md
npx -y skills add AndrewNgGirl/SkillLens --skill reviewerAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
SKILL.md
0.4 KB, 70 tokens by cl100k_base, as published. Nobody here has run it
PR Reviewer Sub-Agent
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")
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.