# Pr Review

> From diff to reviewer-ready summary — analyze, review, surface risks, draft PR description.

- Skill: `conectlens/pr-review` (Agent Skill)
- Install (CLI): `npx skillmds@latest add conectlens/pr-review`
- Raw SKILL.md: https://api.skillmd.com/api/skills/conectlens/pr-review/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: conectlens (https://skillmd.com/u/conectlens)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/conectlens/pr-review

---


# Pull Request Review Colens

A 4-node developer colens that takes a diff and produces a complete reviewer-ready report: a triage placement, a code review, suggested tests, and a clean PR description.

## Suggested usage

Run via Chainabit's PR webhook integration or directly from the colens page. Inputs are the diff summary and the engineering goals of the current sprint.

## Forkability

This colens is intentionally forkable. Teams routinely:

- Drop the `tests` node when the diff is a doc-only change.
- Add a `validate-output` node after `describe` to enforce a house PR template.
- Replace `code-reviewer` with a language-specific reviewer fork.

