Pr pipeline
Skill AndrewNgGirl/SkillLens/skills/skill-scorer/examples/pr-pipeline
Use when the user wants to review a GitHub pull request through a multi-stage pipeline. Routes through reviewer, summarizer, and final report stages.From its SKILL.md
npx -y skills add AndrewNgGirl/SkillLens --skill pr-pipelineAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
What its file declares
Copied from the file, not written here
The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
0.5 KB, 86 tokens by cl100k_base, as published. Nobody here has run it
PR Pipeline Orchestrator
When to use: PR review automation for OSS maintainers handling weekly batches.
Workflow
- agents/reviewer — line-by-line code review
- agents/summarizer — summarize findings into a digest
- Final stage — emit JSON report
Sub-skills
- agents/reviewer/SKILL.md
- agents/summarizer/SKILL.md
What ships with it: 2 files
379 B alongside SKILL.md, 1 of them executable
references/
- best-practices.md110 B
scripts/
- schemas.pyruns269 B