Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion review-plugin-creator/.tessl-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tessl/review-plugin-creator",
"version": "0.2.0",
"version": "0.3.0",
"description": "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.",
"private": false,
"skills": [
Expand Down
4 changes: 2 additions & 2 deletions review-plugin-creator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ tessl install tessl/review-plugin-creator

Three starting points:

- **Fork the default rubric** – start from Tessl's default rubric (bundled with the skill) and tweak weights, anchors, or dimensions.
- **Fork the default rubric** – start from Tessl's default rubric (the published `tessl/default-skill-review`, fetched on demand) and tweak weights, anchors, or dimensions.
- **Build from scratch** – author new judges from a blank template for a security-only or domain-specific reviewer.
- **Derive from evidence** – ground the rubric in how your agents actually behave: existing skills, recurring PR review feedback, and agent logs showing where skills failed to activate or needed correction.

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.
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.

## Skills

Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

Loading