Guided workflow for creating a custom Tessl reviewer plugin, by forking the default rubric or building one from scratch. Scaffolds the plugin directory structure, authors rubrics and config.json, and validates the result with tessl review run.
95
93%
Does it follow best practices?
Impact
100%
1.49xAverage score across 4 eval scenarios
Passed
No known issues
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.
Two 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 |