feat: add persona-review — multi-persona adversarial review skill#1420
Open
YuhaoLin2005 wants to merge 8 commits into
Open
feat: add persona-review — multi-persona adversarial review skill#1420YuhaoLin2005 wants to merge 8 commits into
YuhaoLin2005 wants to merge 8 commits into
Conversation
…rences/patterns.md + evals/evals.json
…ead See-Also, clarify Hard Constraints, expand Verification
…h verifiable philosophies A review methodology that uses real experts with documented philosophies (Hickey, Carmack, Norman, Schell, etc.) instead of abstract roles. Manager persona assembles panels. Cross-review catches what single reviewers miss. Key features: - Fixed pool: 9 sourced personas with verifiable principles - Random pool: web-search for perspectives outside fixed pool coverage - Anti-fabrication discipline: every attribution carries confidence level - 3-tier depth system (T1 Quick / T2 Standard / T3 Deep) - Manager-curated panel composition with round rotation Tested on alirezarezvani/claude-skills PR anthropics#866: 3 rounds, 21 findings. Fixed pool found 18 issues. Random pool caught 3 issues both fixed-pool rounds missed. Merged with Co-authored-by attribution. MIT licensed. Complements code-reviewer and adversarial-reviewer.
This was referenced Jul 10, 2026
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.
What
A new skill for multi-persona adversarial review using real experts with documented, verifiable philosophies — not abstract roles.
Why
Existing review skills use generic roles ("Security Auditor", "New Hire"). Abstract roles produce generic feedback ("consider adding error handling"). Named personas with known principles produce specific, actionable findings.
This was tested on a real PR review (alirezarezvani/claude-skills#866): 3 rounds, 21 findings. The fixed pool found 18 issues. A random-pool web-search round caught 3 issues both fixed-pool rounds missed. The maintainer merged with Co-authored-by attribution and noted it "filled a real gap."
What it adds
Integration
Complements — does not replace — existing skills:
Structure
Follows repo conventions:
skills/persona-review/SKILL.md, MIT license, kebab-case naming.1 file, 188 lines. No dependencies.