agentsclimarketplace

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

Install
npx -y skills add AndrewNgGirl/SkillLens --skill reviewer

Assembled 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.

Keep looking

Skills are one crate of 326,851. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.