From agi-super-team
Evaluates, scores, and reviews Agent Skills or SKILL.md files against best practices using the Tessl CLI. Use to measure skill quality, compare revisions, or determine publish-readiness.
How this skill is triggered — by the user, by Claude, or both
Slash command
/agi-super-team:tessl-skill-reviewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use Tessl as the default scoring engine for skill quality review.
Use Tessl as the default scoring engine for skill quality review.
This skill is for measuring quality, not just giving vibes. Prefer Tessl-backed review first, then add your own judgment on top.
Use this skill when asked to:
SKILL.mdAccept either:
SKILL.mdSKILL.mdIf the request is ambiguous, clarify which skill or directory to score.
If Tessl CLI is available, start with:
tessl skill review <path>
Useful examples:
tessl skill review ~/.openclaw/skills/meta-cognition
tessl skill review ./skills/work-to-skill
tessl skill review ./skills/some-skill/SKILL.md
If the exact CLI surface has drifted, inspect:
tessl --help
tessl skill --help
If Tessl is not installed, either:
curl -fsSL https://get.tessl.io | sh
scripts/review.sh <path>
The helper script will detect whether Tessl exists, print the install command if missing, and run tessl skill review <path> when available.
From Tessl review output, capture at least:
If Tessl returns category scores, preserve them verbatim where possible.
If Tessl cannot be installed or executed, do a manual review using this scoring rubric.
Score each dimension from 1-5:
Convert to a 100-point score:
Total = (sum of 5 dimension scores / 25) * 100
Verdict bands:
Always state clearly whether the score came from Tessl or from the manual fallback rubric.
When the user wants deeper validation, go beyond skill review and run scenario evals.
Use Tessl scenario tooling when the question is not just “is this well-written?” but “does this skill actually improve agent performance?”
Preferred flow:
tessl scenario generate <path>
tessl scenario run <path-or-scenario>
Use scenario evals for:
After Tessl output, add your own judgment across these dimensions:
SKILL.md?Use this output shape unless the user asks for another format:
## Tessl Skill Review
- Target:
- Tessl overall score:
- Verdict: ready / close / needs work / not publishable yet
## Strengths
- ...
## Weaknesses
- ...
## High-impact fixes
1. ...
2. ...
3. ...
## Suggested rewrite areas
- frontmatter:
- workflow:
- examples:
- references/scripts:
## Final recommendation
- ...
When reviewing skills for a PR or public registry submission:
Do not:
# install if needed
curl -fsSL https://get.tessl.io | sh
# or use the bundled helper
scripts/review.sh <path>
# inspect CLI if unsure
tessl --help
tessl skill --help
# basic quality review
tessl skill review <path>
# deeper evals when needed
tessl scenario generate <path>
tessl scenario run <path-or-scenario>
npx claudepluginhub aaaaqwq/agi-super-team --plugin agi-super-teamReviews and improves AI agent skills (SKILL.md files) against best practices, scoring 10 quality dimensions and rewriting problem areas.
Audits Claude Code skills for structure compliance, triggering accuracy, instruction quality, and best practices. Scores 0-100 with prioritized improvement recommendations.
Audits Claude Code skills for structure compliance, description quality, workflow design, token efficiency, and anti-patterns.