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
testsnode when the diff is a doc-only change. - Add a
validate-outputnode afterdescribeto enforce a house PR template. - Replace
code-reviewerwith a language-specific reviewer fork.