CtrlK
BlogDocsLog inGet started
Tessl Logo

roborev-review

Request a code review for a commit and present the results

73

Quality

66%

Does it follow best practices?

Impact

Pending

No eval scenarios have been run

SecuritybySnyk

Passed

No known issues

Optimize this skill with Tessl

npx tessl skill review --optimize ./internal/skills/codex/roborev-review/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Discovery

32%

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

The description is brief and provides a basic sense of what the skill does—requesting code reviews for commits—but lacks explicit trigger guidance ('Use when...'), detailed capability listing, and broader keyword coverage. It would benefit significantly from specifying when Claude should select this skill and what distinguishes it from other code-related skills.

Suggestions

Add an explicit 'Use when...' clause with trigger terms like 'review my commit', 'code review', 'get feedback on changes', 'review PR'.

Expand the capability description with more specific actions, e.g., 'Submits a commit for automated code review, parses reviewer feedback, and presents actionable suggestions for improvement.'

Include natural keyword variations users might say, such as 'PR', 'pull request', 'review my code', 'diff review', or 'feedback on my changes'.

DimensionReasoningScore

Specificity

Names the domain (code review) and two actions (request a review, present results), but lacks detail on what 'presenting results' entails or what kind of review is performed.

2 / 3

Completeness

Describes what the skill does (request a code review for a commit and present results) but has no 'Use when...' clause or explicit trigger guidance, which per the rubric caps completeness at 2, and the 'what' is also fairly thin, placing this at 1.

1 / 3

Trigger Term Quality

Includes 'code review' and 'commit' which are natural terms users might say, but misses common variations like 'PR review', 'pull request', 'review my changes', 'diff', or 'feedback on code'.

2 / 3

Distinctiveness Conflict Risk

The combination of 'code review' and 'commit' provides some specificity, but could overlap with general code review skills, linting tools, or git-related skills without clearer scoping.

2 / 3

Total

7

/

12

Passed

Implementation

100%

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

This is a well-crafted skill that provides clear, actionable instructions for requesting and presenting code reviews. It excels at conciseness by avoiding unnecessary explanations, provides executable commands, has a clear multi-step workflow with validation checkpoints and error handling, and is well-organized with appropriate cross-references to related skills.

DimensionReasoningScore

Conciseness

The skill is lean and efficient. It doesn't explain what code reviews are, what git is, or how bash works. Every section serves a purpose and the instructions assume Claude's competence. The 'When NOT to invoke' section is a valuable boundary that earns its tokens.

3 / 3

Actionability

Provides fully executable bash commands for both validation (`git rev-parse --verify`) and the review itself (`roborev review [commit] --wait`). Clear instructions on how to construct commands based on user input, and specific guidance on parsing output and presenting results.

3 / 3

Workflow Clarity

Clear 4-step sequence with explicit validation at step 1 (verify commit ref, halt if invalid), error handling at step 3 (check for errors, suggest remediation), and conditional branching at step 4 (offer fix only on failure). The feedback loop for invalid inputs and error states is well-defined.

3 / 3

Progressive Disclosure

Content is well-organized with clear sections (Usage, When NOT to invoke, Instructions, Examples, See also). References to related skills ($roborev-fix, $roborev-design-review, $roborev-review-branch) are one level deep and clearly signaled. The skill is appropriately sized for a single file.

3 / 3

Total

12

/

12

Passed

Validation

100%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation11 / 11 Passed

Validation for skill structure

No warnings or errors.

Repository
roborev-dev/roborev
Reviewed

Table of Contents

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.