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
Your team maintains a set of skills used by AI agents in a cloud-based CI pipeline. Over the past quarter, the team has accumulated a significant backlog of PR review comments about skill quality — and your tech lead wants to introduce automated skill review to catch recurring issues before they reach code review.
You have been asked to produce a rubric design document that can be handed off to the plugin scaffolder. The design should describe which judges to create, what each judge evaluates, the rubric dimensions and their relative weights, and example anchors drawn from real review comments.
You are working in a cloud sandbox environment where tessl agent-logs is unavailable and the tessl CLI cannot be run. You will need to work from the provided skills and PR feedback alone.
Three sample skills are available in inputs/sample-skills/ — one for code formatting, one for test generation, and one for API scaffolding. A collection of recurring PR review comments is available in inputs/pr-feedback.md.
Produce a single file rubric-design.md in your working directory. The design document should include:
evaluation_target (what type of artifact it judges)inputs/pr-feedback.md/create-review-plugin would need to do next with this design document (but do NOT scaffold any directories, copy any schemas, or run any CLI commands)