github.com/tesslio/product-plugins
| Skill | Added | Review |
|---|---|---|
review-skill-instruction-integrity review-lenses/review-skill-instruction-integrity/SKILL.md Review a change to an agent-facing skill for whether an agent following it reaches the outcome the skill describes. Use as one lens in a code review run. | 63 63 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 37f0a21 | |
review-public-exposure review-lenses/review-public-exposure/SKILL.md Review a change to a public repository for content written for an internal audience, or content a reader outside the company should not have. Use as one lens in a code review run. | 69 69 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: 37f0a21 | |
review-plugin-release-readiness review-lenses/review-plugin-release-readiness/SKILL.md Review a change to a published plugin for what users receive when it lands — whether the version step, the documentation, and the published bundle match the change. Use as one lens in a code review run. | 62 62 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 37f0a21 | |
review-eval-scenario-integrity review-lenses/review-eval-scenario-integrity/SKILL.md Review a change to an eval scenario for whether its result means anything — whether the task can discriminate, and whether a judge applying its criteria reaches the same verdict twice. Use as one lens in a code review run. | 60 60 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 37f0a21 | |
review-copyable-snippets review-lenses/review-copyable-snippets/SKILL.md Review a change to a code block a reader is meant to copy — a workflow, command, config file, or manifest embedded in documentation — for whether it works as printed. Use as one lens in a code review run. | 68 68 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 37f0a21 | |
review-security-and-privacy code-review/skills/review-security-and-privacy/SKILL.md Review a change for what an adversary could do with it, and for what it exposes about people. Use as one lens in a code review run. | 58 58 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 37f0a21 | |
review-scale-and-resilience code-review/skills/review-scale-and-resilience/SKILL.md Review a change for what happens when there is more of it than expected, and when something it depends on fails. Use as one lens in a code review run. | 58 58 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 37f0a21 | |
review-maintainability-and-code-quality code-review/skills/review-maintainability-and-code-quality/SKILL.md Review a change for whether the next person can understand it and change it safely. Use as one lens in a code review run. | 55 55 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 37f0a21 | |
review-correctness-and-data-integrity code-review/skills/review-correctness-and-data-integrity/SKILL.md Review a change for whether it does what it is meant to do, and whether the data it touches survives it intact. Use as one lens in a code review run. | 55 55 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 37f0a21 | |
setup-code-review code-review-setup/skills/setup-code-review/SKILL.md Install or update Tessl Code Review in a GitHub repository by writing a thin caller workflow that invokes the Tessl Code Review Action. Inspects existing workflows and any Code Review caller already present, asks when reviews should run and whether findings should block the merge, proposes the change, and only writes after explicit approval. Use when someone wants to add, set up, enable, configure, update, or remove Tessl Code Review, AI code review, or automated pull-request review in a repository, or wants to switch it between advisory and gate mode. | 85 85 0.94x Agent success vs baseline Impact 72% 0.94xAverage score across 5 eval scenarios Securityby Low Low-risk findings worth noting Reviewed: Version: 37f0a21 | |
create-code-review-lens code-review-lens-creator/skills/create-code-review-lens/SKILL.md Author a review lens for Tessl Code Review, the reviewer skill that decides what a review looks for in a diff. Settles the review question and the bar a finding has to clear, drafts the lens, runs it against changes that should and should not trip it, backtests it against changes that already carry review feedback, and packages it as a pinned reference a workflow can select. Use when someone wants their code review to catch something it misses, to stop flagging something it should not, or to write, fork, tune, or debug a code review lens. Not for `tessl review` rubrics, which score skill quality rather than code. | 83 83 1.29x Agent success vs baseline Impact 96% 1.29xAverage score across 2 eval scenarios Securityby Passed No findings from the security scan Reviewed: Version: 37f0a21 | |
review-observability code-review-lens-creator/evals/tune-noisy-lens/inputs/review-lenses/review-observability/SKILL.md Review a change for observability. Use as one lens in a code review run. | 46 46 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 37f0a21 | |
setup-skill-performance skill-optimizer/skills/setup-skill-performance/SKILL.md Generate eval scenarios from a Tessl plugin (a packaged skill bundle), run baseline + with-context evals, and present results. Use when setting up an evaluation pipeline, running benchmarks, generating test scenarios, measuring skill performance or accuracy, scoring how well a skill helps agents solve tasks, or evaluating skill effectiveness before publishing. | 89 89 1.14x Agent success vs baseline Impact 89% 1.14xAverage score across 29 eval scenarios Securityby Low Low-risk findings worth noting Reviewed: Version: 37f0a21 | |
optimize-skill-performance skill-optimizer/skills/optimize-skill-performance/SKILL.md Run task evals, analyze results, diagnose failures, apply targeted fixes, and re-run to verify improvements. Use when debugging evaluation scores, fixing failing or regressed criteria, analyzing why eval criteria pass or fail, reviewing eval rubric quality and redundant criteria, tracking before/after score improvements, editing plugin content to fix specific failing behaviors, or improving agent performance based on eval evidence. | 88 88 1.14x Agent success vs baseline Impact 89% 1.14xAverage score across 29 eval scenarios Securityby Passed No findings from the security scan Reviewed: Version: 37f0a21 | |
optimize-skill-performance-and-instructions skill-optimizer/skills/optimize-skill-performance-and-instructions/SKILL.md Run the full optimization cycle for a plugin — review best practices, generate eval scenarios, run BOTH activation evals (does the skill self-activate?) and content evals (does the plugin help solve tasks?), diagnose gaps, fix, and re-run until scores improve. Use when someone says "optimize my skill", "improve my plugin", "run evals", "benchmark my plugin", or wants to measure and improve how well a plugin helps agents solve tasks. | 89 89 1.14x Agent success vs baseline Impact 89% 1.14xAverage score across 29 eval scenarios Securityby Passed No findings from the security scan Reviewed: Version: 37f0a21 | |
optimize-skill-instructions skill-optimizer/skills/optimize-skill-instructions/SKILL.md Review and improve your skill with actionable recommendations. Reviews the whole bundle, validates syntax and references, explains rubric, shows before/after scores, and edits the SKILL.md and its reference docs. Use when reviewing skill quality, improving a SKILL.md or its reference files, checking scoring dimensions and quick wins, auditing progressive disclosure and orphaned bundle files, generating improvement recommendations, running a post-edit quality audit, creating approval-gated change proposals, or automating the skill review workflow. For the full optimization cycle (review + evals + improve), use `optimize-skill-performance-and-instructions`. | 88 88 1.14x Agent success vs baseline Impact 89% 1.14xAverage score across 29 eval scenarios Securityby Passed No findings from the security scan Reviewed: Version: 37f0a21 | |
compare-skill-model-performance skill-optimizer/skills/compare-skill-model-performance/SKILL.md Run task evals across multiple Claude models, compare results side-by-side, and optimise. Use when you want to benchmark a skill across models, compare haiku vs sonnet vs opus performance, run multi-model comparison or benchmark reports, identify model-specific gaps versus universal plugin gaps, evaluate whether a skill works for all model tiers, or validate a skill before publishing it to the registry. | 88 88 1.14x Agent success vs baseline Impact 89% 1.14xAverage score across 29 eval scenarios Securityby Passed No findings from the security scan Reviewed: Version: 37f0a21 | |
derive-review-rubrics review-plugin-creator/skills/derive-review-rubrics/SKILL.md Derive custom review-plugin judges, rubrics, and scoring criteria from evidence — existing skills, PR review feedback, and accumulated agent logs — by finding where agents needed correction or skills failed to activate, then translating those patterns into scoring dimensions and anchors. Hands the rubric design to create-review-plugin for scaffolding. Use when the user wants a custom skill reviewer or scoring rubric grounded in how their agents actually behave — to grade skills consistently, or build review criteria from past PR feedback and agent logs. | 89 89 1.31x Agent success vs baseline Impact 95% 1.31xAverage score across 6 eval scenarios Securityby High Do not use without reviewing Reviewed: Version: 37f0a21 | |
create-review-plugin review-plugin-creator/skills/create-review-plugin/SKILL.md Scaffold and author a custom Tessl reviewer plugin, by forking the default rubric or building one from scratch. Fetches the published default Tessl review rubric (tessl/default-skill-review) so you can read and tweak it, scaffolds the plugin directory, writes rubric files and config.json, and validates with tessl review run. Use when the user wants to create or customise a review plugin, fork or tweak the default reviewer rubric, change scoring weights, add custom judges, or build a domain-specific rubric for tessl review. | 93 93 1.31x Agent success vs baseline Impact 95% 1.31xAverage score across 6 eval scenarios Securityby Critical Do not install without reviewing Reviewed: Version: 37f0a21 | |
test-generator review-plugin-creator/evals/derive-rubric-no-agent-logs/inputs/sample-skills/test-generator/SKILL.md | — | |
code-formatter review-plugin-creator/evals/derive-rubric-no-agent-logs/inputs/sample-skills/code-formatter/SKILL.md | — | |
api-scaffolder review-plugin-creator/evals/derive-rubric-no-agent-logs/inputs/sample-skills/api-scaffolder/SKILL.md | — | |
publish-plugin plugin-creator/skills/publish-plugin/SKILL.md Use when a composition is built and the user wants to share it, to publish or re-publish it to the Tessl registry. Lints it, confirms private/public visibility, and publishes. | 92 92 1.31x Agent success vs baseline Impact 95% 1.31xAverage score across 9 eval scenarios Securityby Passed No findings from the security scan Reviewed: Version: 37f0a21 | |
plan-composition plugin-creator/skills/plan-composition/SKILL.md Use once the problem and artifacts are understood, to decide the right shape for the context. Produces a short composition plan - a single skill for simple cases, or a plugin with the right mix of skills, rules, hooks, MCP servers, and commands - and confirms it with the user before anything is built. | 89 89 1.31x Agent success vs baseline Impact 95% 1.31xAverage score across 9 eval scenarios Securityby Passed No findings from the security scan Reviewed: Version: 37f0a21 | |
gather-context plugin-creator/skills/gather-context/SKILL.md Use at the start of creating context, to understand the problem the user is solving and take stock of what they already have. The user may arrive with an existing skill or plugin, code, a written prompt or transcript, or nothing but a pointer ("go look at my PRs"). Gathers what exists and fills the gaps - by asking or by hunting - until there is enough to plan a composition. | 89 89 1.31x Agent success vs baseline Impact 95% 1.31xAverage score across 9 eval scenarios Securityby Low Low-risk findings worth noting Reviewed: Version: 37f0a21 |