CtrlK
BlogDocsLog inGet started
Tessl Logo

auto-review-loop

Autonomous multi-round research review loop. Repeatedly reviews using Claude Code via claude-review MCP, implements fixes, and re-reviews until positive assessment or max rounds reached. Use when user says "auto review loop", "review until it passes", or wants autonomous iterative improvement.

67

Quality

82%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Critical

Do not install without reviewing

SKILL.md
Quality
Evals
Security

Quality

Content

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

The body is highly actionable and the multi-round workflow is sequenced with strong validation gates, but it is verbose (repeated blocks and inlined test specs) and monolithic with no bundle files to offload detail. Conciseness and progressive disclosure are the weakest dimensions.

Suggestions

Extract the four 'Acquittal Gate Test Specifications' into a references file (e.g. references/acquittal-tests.md) and reference it once, removing ~30 inlined lines.

Define the scope-limits block once in a shared/references file and include it by reference in both the medium prompt and the Round 2+ template instead of duplicating it verbatim.

Consolidate the repeated 'save the returned jobId and poll review_status until done=true' instruction into a single canonical snippet referenced from each call site.

DimensionReasoningScore

Conciseness

Mostly efficient operational prose, but the scope-limits block is duplicated verbatim in two prompt templates, the 'save jobId / poll review_status' instruction repeats three times, and four inlined acquittal-gate test specs pad the file; it could be tightened noticeably, so it sits at the 'mostly efficient but some unnecessary content' anchor rather than 4.

3 / 5

Actionability

Provides copy-paste-ready MCP call templates (review_start/reply_start/review_status) with full reviewer prompts, a concrete REVIEW_STATE.json schema, and an explicit /render-html command with flags, covering the medium/hard/nightmare and round-1/round-2+ cases.

5 / 5

Workflow Clarity

Clear Initialization → Phase A–E → Termination sequence with explicit validation checkpoints (Stop-Evaluation Gate, acquittal gate, append-only integrity rules) and a review→fix→re-review feedback loop with error-recovery guidance, matching the top anchor; the destructive/batch cap does not apply because validation steps are present.

5 / 5

Progressive Disclosure

No bundle files exist (references/scripts/assets absent), so the ~500-line body is monolithic: the acquittal-gate test specs and the duplicated scope-limits block are inlined rather than split into referenced files, and while external shared-references links are signaled, content that should be separate is inline.

3 / 5

Total

16

/

20

Passed

Description

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

The description is strong: third-person voice, concrete actions, explicit 'Use when' triggers, and a distinct niche. Its only gap is slightly thinner trigger-term synonym coverage, which keeps trigger_term_quality and specificity just below 5.

Suggestions

Add a couple of natural trigger synonyms (e.g. 'keep reviewing until it passes', 'iterate review and fix') to broaden trigger_term_quality toward comprehensive coverage.

Optionally name the deliverable artifact (e.g. '...and writes a cumulative review log to review-stage/AUTO_REVIEW.md') to round out the 'what' side of completeness.

DimensionReasoningScore

Specificity

Names the domain ('Autonomous multi-round research review loop') and several concrete actions ('Repeatedly reviews', 'implements fixes', 're-reviews until positive assessment or max rounds reached'), matching the 'lists several specific actions; minor gaps' anchor rather than the fully comprehensive 5.

4 / 5

Completeness

Explicitly answers both 'what' (autonomous review→fix→re-review loop until positive assessment or max rounds) and 'when' ('Use when user says...') with concrete trigger phrases, matching the top anchor.

5 / 5

Trigger Term Quality

Quotes natural user phrases ('auto review loop', 'review until it passes', 'autonomous iterative improvement') giving good keyword coverage, but lacks a few common synonyms/variations that would reach the comprehensive 5 anchor.

4 / 5

Distinctiveness Conflict Risk

A clear niche (autonomous multi-round research review via the claude-review MCP) with distinct quoted triggers and minimal overlap with other skills.

5 / 5

Total

18

/

20

Passed

Validation

87%

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

Validation14 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

skill_md_line_count

SKILL.md is long (503 lines); consider splitting into references/ and linking

Warning

relative_links

Relative link issues: 4 suspicious

Warning

Total

14

/

16

Passed

Repository
wanshuiyin/Auto-claude-code-research-in-sleep
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.