Create custom Tessl reviewer plugins – fork the default rubric, build one from scratch, or derive its rubrics from evidence (existing skills, PR review feedback, agent logs). Scaffolds the plugin directory structure, authors rubrics and config.json, and validates the result with tessl review run.
97
96%
Does it follow best practices?
Impact
98%
1.15xAverage score across 6 eval scenarios
Advisory
Suggest reviewing before use
Guided workflow for creating a custom Tessl reviewer plugin, by forking the default rubric or building one from scratch.
tessl install tessl/review-plugin-creatortessl review scores a skill against a reviewer plugin. With no --review-plugin, it uses Tessl's default rubric (Anthropic best practices). This plugin walks you through creating your own reviewer plugin so reviews reflect your team's standard, then gating CI on that score.
Three starting points:
The default rubric is bundled at skills/create-review-plugin/references/default-rubric/ so you can read exactly what tessl review uses out of the box before deciding which path to take.
| Skill | Description |
|---|---|
create-review-plugin | Scaffolds the plugin, writes rubric files and config.json, and validates with tessl review run |
derive-review-rubrics | Turns evidence (existing skills, PR feedback, agent logs) into rubric dimensions and anchors, then hands the design to create-review-plugin |