review

Reviews research artifacts with an independent LLM and outputs structured scores and wiki mappings.

Updated Jul 15, 2026
One-click install
npx skills add https://github.com/1549171506/shizhengmubangai1 --skill review-1549171506
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/1549171506/shizhengmubangai1/tree/main/Desktop/123/empiricalwiki/i18n/en/skills/review
Command: npx skills add https://github.com/1549171506/shizhengmubangai1 --skill review-1549171506

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Research artifacts like ideas, experiment plans, and paper drafts often contain hidden weaknesses, unsupported claims, or fatal flaws that a single author or single model cannot catch. This Skill provides independent cross-model review with structured scoring, severity-ranked weaknesses, and actionable fixes. ## Core Features & Use Cases - Cross-Model Independent Review: Sends the artifact to a separate Review LLM via MCP, keeping the reviewer's judgment independent from the primary model's pre-judgments. - Three Difficulty Levels: Standard single-round review, hard multi-round rebuttal dialogue (up to 3 rounds), and adversarial mode that actively hunts for fatal flaws like data leakage or incorrect proofs. - Four Review Focuses: Method correctness, evidence rigor, writing quality, or completeness (missing baselines, ablations, related work). - Wiki Entity Mapping: Maps findings to specific wiki claims needing stronger evidence and knowledge gaps, without modifying the wiki itself. - Use Case: Before submitting a paper draft, run an adversarial review focused on evidence to surface unsupported claims and missing controls, then hand the report to /refine for revision. ## Quick Start Review the wiki idea 'sparse-lora-for-edge-devices' at adversarial difficulty with a focus on evidence and give me the structured report.

Frequently Asked Questions about review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I review a research idea or paper draft with an independent LLM?

Provide the artifact as a wiki slug, file path, or pasted text. The skill loads relevant wiki context, sends the artifact to a separate Review LLM via MCP, and returns a structured report with score, strengths, weaknesses, and fixes.

What is the difference between standard, hard, and adversarial review modes?

Standard runs a single review round. Hard allows up to three rounds of rebuttal dialogue where responses are classified as rebuttal, acknowledgment, or clarification. Adversarial additionally instructs the reviewer to actively search for fatal flaws like data leakage or incorrect proofs.

Can I focus a review on methodology or evidence only?

Yes, use the --focus option with method, evidence, writing, or completeness. Each focus adds targeted assessment criteria, such as experimental rigor and claim-evidence alignment for evidence, or missing baselines and ablations for completeness.

Does the review skill modify my wiki pages?

No, review is strictly read-only. It outputs suggested wiki updates in the report, but actual modifications are handled by the caller, such as the /refine skill.

What happens if the Review LLM is unavailable?

The skill falls back to single-model self-review and annotates the report that cross-model verification was unavailable. It recommends retrying with the Review LLM later for independent assessment.