CtrlK
BlogDocsLog inGet started
Tessl Logo

review-code

Deep adversarial code review using the 8-lens review constitution. Examines diffs for correctness, security, completeness, and MockServer-specific concerns (ByteBuf leaks, module boundaries, javax/jakarta compatibility, ring buffer sizing). Use when performing pre-commit reviews, quality-loop iterations, or on-demand code audits. Loaded by review-cheap and review-final agents.

71

Quality

86%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

High

Do not use without reviewing

SKILL.md
Quality
Evals
Security

Quality

Content

81%Weight 40%Scale 1-5

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

A well-structured, actionable review workflow with clear sequencing and an explicit completeness checklist. Main weaknesses are minor redundancy between the lens-priority and trigger sections and total dependence on an external constitution file for the actual lens definitions.

Suggestions

Consolidate the COR/SEC/INC principle IDs so each appears in either the Step 4 lens-priority list or the Step 5 triggers table, not both, to remove redundancy.

Embed at least a one-line definition of each of the 8 lenses inline so the skill remains usable if .opencode/rules/review-constitution.md is missing.

Move the MockServer-Specific Triggers table into a references/ file and link to it, keeping SKILL.md as a lean overview.

DimensionReasoningScore

Conciseness

The body is dense and directive without explaining concepts Claude already knows, but the Lens Priority list (Step 4) and the MockServer triggers table (Step 5) partially duplicate the same COR/SEC principle IDs, a minor trim opportunity.

4 / 5

Actionability

Provides copy-paste git commands, a concrete finding-format template, an output-structure template, and a pattern-to-checks table, but the actual 8-lens definitions are delegated to an external constitution file rather than included, leaving a small gap.

4 / 5

Workflow Clarity

A clear 8-step sequence culminates in an explicit Step 7 validation checklist (verify ALL of these) before the Step 8 verdict, providing explicit checkpoints and a feedback loop for completeness.

5 / 5

Progressive Disclosure

Well-organized into clearly headed steps with a one-level-deep, well-signaled reference to .opencode/rules/review-constitution.md, but no bundle files exist to verify the reference and the MockServer-specific trigger content is inlined rather than split out.

4 / 5

Total

17

/

20

Passed

Description

92%Weight 40%Scale 1-5

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

A strong, specific description that clearly states both capability and trigger conditions in third person, with a distinctive MockServer-specialized niche. The only gap is slightly limited synonym coverage in trigger terms.

Suggestions

Add a few natural user-facing synonyms to the 'Use when' clause, e.g. 'review my diff', 'review staged changes', or 'review this PR', to broaden trigger matching.

DimensionReasoningScore

Specificity

Names multiple concrete actions including examining diffs for correctness/security/completeness plus specific MockServer checks (ByteBuf leaks, module boundaries, javax/jakarta compatibility, ring buffer sizing), matching the comprehensive-coverage anchor.

5 / 5

Completeness

Explicitly answers both what ('Deep adversarial code review...Examines diffs for correctness, security, completeness') and when ('Use when performing pre-commit reviews, quality-loop iterations, or on-demand code audits') with concrete trigger phrases.

5 / 5

Trigger Term Quality

Includes natural trigger phrases ('pre-commit reviews', 'quality-loop iterations', 'on-demand code audits', 'code review') with good coverage, but misses common synonyms users might say like 'review my diff' or 'review this PR'.

4 / 5

Distinctiveness Conflict Risk

Occupies a clear niche (adversarial review via an 8-lens constitution with MockServer-specific concerns) with distinct triggers and minimal overlap risk with generic code-review skills.

5 / 5

Total

19

/

20

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.

Validation16 / 16 Passed

Validation for skill structure

No warnings or errors.

Repository
mock-server/mockserver-monorepo
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.