Self-Review Quick

Evaluate artifacts via a single Critic-Defender-Judge LLM call.

393|34|Updated Feb 10, 2026
One-click install
npx skills add https://github.com/Pthahnix/De-Anthropocentric-Research-Engine --skill self-review-quick
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Self-Review Quick
Source: https://github.com/Pthahnix/De-Anthropocentric-Research-Engine/tree/main/skills/sop/self-review-quick
Command: npx skills add https://github.com/Pthahnix/De-Anthropocentric-Research-Engine --skill self-review-quick

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quickly validate artifacts by running a unified Critic-Defender-Judge self-review in a single LLM call, reducing loop time and preventing slow, multi-step reviews.

Core Features & Use Cases

  • Single-call self-review: runs Critic, Defender, and Judge in one pass to produce a verdict and reasoning.
  • Lightweight validation: ideal for iterative development when quick quality checks are needed.
  • Artifact-driven: accepts an artifact (JSON string) and artifactType (gap|idea|experiment-design|experiment-result) to tailor review.

Quick Start

Provide an artifact (JSON string) and an artifactType (gap|idea|experiment-design|experiment-result) to trigger a self-review.

Frequently Asked Questions about Self-Review Quick

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

FAQPage Schema
How do I run a quick self-review for AI experiment designs?

Run a quick self-review for AI experiment designs by submitting the design as a JSON string with the artifactType set to experiment-design. This triggers a single LLM call that unites Critic, Defender, and Judge roles to output a verdict and reasoning.

What is multiagent self-review for artifact validation?

Multiagent self-review for artifact validation is a process that unites Critic, Defender, and Judge agents into a single LLM call. It evaluates gaps, ideas, or experiment results to output a verdict and reasoning, reducing loop time compared to slow multi-step reviews.

Can I validate experiment results using a single LLM call?

Yes, you can validate experiment results using a single LLM call by providing the results as a JSON string with artifactType set to experiment-result. The unified Critic-Defender-Judge mechanism will output a SelfReviewResult containing a verdict and reasoning.

Does single-call self-review work without external dependencies?

Single-call self-review operates without external dependencies, running the Critic, Defender, and Judge evaluation internally within one LLM call. It accepts a JSON artifact string and outputs a verdict, making it lightweight for iterative validation.

When should I use a one-shot self-review instead of multi-step LLM reviews?

Use a one-shot self-review during iterative AI development workflows when you need lightweight, quick quality checks. It prevents slow multi-step reviews by uniting Critic, Defender, and Judge into a single pass, rapidly validating gaps, ideas, or experiment artifacts.

What artifact types are supported for LLM quality assurance validation?

LLM quality assurance validation supports artifact types including gap, idea, experiment-design, and experiment-result. You must provide the artifact as a JSON string alongside one of these artifactType values to trigger the self-review process.