$npx -y skills add AndrewNgGirl/SkillLens --skill pr-pipelineUse when the user wants to review a GitHub pull request through a multi-stage pipeline. Routes through reviewer, summarizer, and final report stages.
| 1 | # PR Pipeline Orchestrator |
| 2 | |
| 3 | When to use: PR review automation for OSS maintainers handling weekly batches. |
| 4 | |
| 5 | ## Workflow |
| 6 | 1. agents/reviewer — line-by-line code review |
| 7 | 2. agents/summarizer — summarize findings into a digest |
| 8 | 3. Final stage — emit JSON report |
| 9 | |
| 10 | ## Sub-skills |
| 11 | - agents/reviewer/SKILL.md |
| 12 | - agents/summarizer/SKILL.md |