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.
96
93%
Does it follow best practices?
Impact
99%
1.37xAverage 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:
tessl/default-skill-review, fetched on demand) and tweak weights, anchors, or dimensions.The default rubric lives in the published tessl/default-skill-review plugin (not bundled here); the fork path fetches it on demand, so you always read and fork exactly what tessl review uses out of the box.
| 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 |