santa-method

Automate dual-review verification of AI-generated outputs with a convergence loop.

Updated Apr 2, 2026
One-click install
npx skills add https://github.com/richardnpaul/everything-vscode-copilot --skill santa-method-richardnpaul
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: santa-method
Source: https://github.com/richardnpaul/everything-vscode-copilot/tree/main/.github/skills/santa-method
Command: npx skills add https://github.com/richardnpaul/everything-vscode-copilot --skill santa-method-richardnpaul

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill addresses the risk of biased, incomplete, or incorrect AI outputs by enforcing a dual-review verification loop before delivery.

Core Features & Use Cases

  • Independent dual reviewers operate on the same task specification and output, each using a shared rubric to produce a binary PASS/FAIL verdict.
  • A convergence loop iterates fixes and re-evaluations up to a safe maximum, ensuring systematic issues are addressed.
  • Useful for high-stakes documentation, code generation, and customer-facing content where accuracy and compliance matter.

Quick Start

Run Santa Method after generation to verify the output with dual reviewers.

Frequently Asked Questions about santa-method

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

FAQPage Schema
How does dual-review verification work for AI-generated outputs?

Dual-review verification uses two independent reviewers evaluating the same output against a shared rubric to produce PASS/FAIL verdicts. A convergence loop iterates fixes and re-evaluations up to a fixed maximum, ensuring systematic issues are addressed before shipping.

How do I automate risk mitigation for high-stakes AI content generation?

Automate risk mitigation by running a dual-review verification loop after AI generation. The process applies independent reviewers and a shared rubric to high-stakes content, code generation, or publication workflows where accuracy and compliance are critical.

What is a convergence loop in AI verification and when is it needed?

A convergence loop in AI verification iterates fixes and re-evaluations until both independent reviewers pass the output. It is needed for high-stakes documentation, code generation, and customer-facing content where accuracy and compliance matter.

Does the Santa Method dual-review process work for code generation workflows?

Yes, the Santa Method dual-review process works for code generation workflows. It applies independent reviewers and a shared rubric to evaluate generated code, using a convergence loop to ensure both reviewers pass the output before shipping.

What are the limitations of using a fixed iteration cap for convergence loops?

The fixed iteration cap guarantees convergence by limiting the number of fix and re-evaluation cycles. This prevents infinite loops but means outputs that fail both reviewers after the maximum iterations are not shipped, requiring manual intervention.