Add dual-pool-review: adversarial review methodology with dual-pool rotation#118
Closed
YuhaoLin2005 wants to merge 3 commits into
Closed
Add dual-pool-review: adversarial review methodology with dual-pool rotation#118YuhaoLin2005 wants to merge 3 commits into
YuhaoLin2005 wants to merge 3 commits into
Conversation
…otation - Multi-round review with fixed (curated) + random (web-search recruited) reviewer pools - Quote-First Rule with mandatory evidence tables - Symmetric Burden: zero findings costs as much as a finding - Adaptive stop check for self-terminating rounds - Concurrence promotion requiring random-pool independence - Lightweight path for single-file low-risk changes
…, remove keywords from SKILL.md frontmatter
Author
✅ Validation ResultsRan the full marketplace validation pipeline from
|
| Check | Result |
|---|---|
| [1/4] JSON syntax | PASS — marketplace.json is valid JSON |
[2/4] claude plugin validate |
SKIP — claude CLI not installed (Windows) |
| [3/4] source+skills resolution | PASS — all plugin source paths resolve to real SKILL.md |
| [4/4] reverse sync | WARN — 2 pre-existing unregistered skills (daymade-claude-code/claude-migrate-memory-to-doc, design-style-picker), not introduced by this PR |
check_doc_skill_lists.py — PASS ✅
Authoritative skills in marketplace.json: 81
CLAUDE.md: 81 listed — OK
README.md: 81 listed — OK
README.zh-CN.md: 81 listed — OK
README.md version badge: 1.79.0 — OK
README.zh-CN.md version badge: 1.79.0 — OK
Result: all doc skill lists are in sync with marketplace.json.
security_scan.py — BLOCKED ⚠️
gitleaks not available on Windows. This skill is a pure methodology (SKILL.md only, no scripts, no dependencies, no bundled resources), so the attack surface is minimal.
Summary: 4/4 applicable checks pass. The 2 warnings are pre-existing issues in the repo, not introduced by this PR.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem
The marketplace has excellent QA tools (qa-expert for testing infrastructure, marketplace-health-check for repo audits, code-reviewer for single-pass review), but no adversarial review methodology that prevents both reviewer blind spots and confirmation bias. A single reviewer — no matter how skilled — has domains they don't know, failure modes they're blind to, and assumptions they share with the author. Running the same reviewer multiple times doesn't help: they miss the same things every pass.
Solution
dual-pool-review fills this gap with a structured multi-round adversarial review system:
How it complements existing marketplace skills
Changes
dual-pool-review/SKILL.md— 152 lines, follows daymade format conventions (YAML frontmatter withkeywords,## When to Use This Skillsection, imperative style).claude-plugin/marketplace.json— Added plugin entry (category:productivity, 14 keywords), bumped version to 1.79.0README.md/README.zh-CN.md— Added listing as skill feat: Add standalone zero-dependency validator to skill-reviewer #83 with install instructions, use cases, and key featuresPrior validation
The methodology was reviewed by 3 adversarial expert personas (Torvalds, Carmack, Cagan) and all 6 findings were incorporated before this submission.