santa-method
by 王晓菲
Eliminate hallucinations and errors using double-blind, multi-agent adversarial verification loops.
- Verify production-ready code against security and style rubrics
- Eliminate hallucinations in technical documentation and API references
- Enforce brand and legal compliance for customer-facing marketing copy
Free
One-time purchase · Own forever
See it in action
VERDICT: NAUGHTY (Iteration 1) Reviewer B: FAIL - API reference to 'v2/auth' is deprecated. Reviewer C: FAIL - Missing required legal disclaimer for financial projections. Action: Fixed issues. Re-running independent reviewers... VERDICT: NICE (Iteration 2) Both reviewers passed. Shipping output.
santa-method
by 王晓菲
Eliminate hallucinations and errors using double-blind, multi-agent adversarial verification loops.
Free
One-time purchase · Own forever
Included in download
- Downloadable skill package
- Instant install
See it in action
VERDICT: NAUGHTY (Iteration 1) Reviewer B: FAIL - API reference to 'v2/auth' is deprecated. Reviewer C: FAIL - Missing required legal disclaimer for financial projections. Action: Fixed issues. Re-running independent reviewers... VERDICT: NICE (Iteration 2) Both reviewers passed. Shipping output.
About This Skill
Multi-Agent Adversarial Verification
The Santa Method solves the fundamental problem of agentic bias: a single AI model reviewing its own work often misses its own systematic errors and hallucinations. This skill implements a rigorous "make a list, check it twice" architecture that ensures high-stakes output is verified by two independent review agents before it ever reaches production.
What it does
- Dual Independent Review: Spawns two parallel sub-agents with zero shared context to evaluate output against a strict rubric.
- Convergence Loop: If either reviewer finds a "naughty" issue, the generator must fix the output and restart the double-blind review process.
- Structured Verdict Gate: Requires a unanimous "PASS" from both independent reviewers to proceed, eliminating subjective rubber-stamping.
- Batch Sampling: Provides optimized patterns for verifying high-volume content through stratified sampling and pattern-based fixing.
Why use this skill?
Unlike simple prompting, this skill enforces context isolation. By ensuring reviewers cannot see each other's work or the generator's internal logic, it breaks the feedback loops that lead to confident hallucinations. It is ideal for technical documentation, customer-facing copy, and production code where the cost of failure is high.
Use Cases
- Verify production-ready code against security and style rubrics
- Eliminate hallucinations in technical documentation and API references
- Enforce brand and legal compliance for customer-facing marketing copy
- Perform quality gate checks for batch-generated educational content
How to Install
unzip santa-method.zip -d ~/.claude/skills/Reviews
No reviews yet — be the first to share your experience.
Only users who have downloaded or purchased this skill can leave a review.
No reviews yet — be the first to share your experience.
Only users who have downloaded or purchased this skill can leave a review.
Security Scanned
Passed automated security review
Permissions
Allowed Hosts
Tags
Creator
Frequently Asked Questions
Learn More About AI Agent Skills
Similar Skills
deep-research-team
Deploy a hierarchical team of AI agents to perform 15-30 minute deep-dive research with parallel execution.
code-reviewer
Reviews your code for bugs, security vulnerabilities, logic errors, performance issues, and style violations. Organizes findings by severity and suggests fixes with code examples.
git-commit-writer
Writes conventional commit messages by analyzing your staged git changes. Detects commit type, scope, and breaking changes automatically.
readme-generator
Generates a complete, polished README.md by scanning your actual project structure, dependencies, and code.