two-lens-review
FeaturedRun pixtuoid's review protocol at either scope — the mandatory pre-merge DIFF gate (2+ differentiated-lens agents on the diff) or a whole-codebase AUDIT (subsystem × factor fan-out over the whole tree). Both draw ONE shared factor taxonomy + verify contract + disposition; they differ only in population and orchestration. Use before merging ANY PR, on 'review this PR/branch' / 'is this ready to merge' (diff scope), or on 'whole-codebase review' / pre-release / periodic audit (whole-codebase scope). Encodes the five hard requirements, the escalation triggers, the adversarial finder→verify fan-out, and the disposition sweep the repo learned the hard way.
Install
Quality Score: 92/100
Skill Content
Details
- Author
- IvanWng97
- Repository
- IvanWng97/pixtuoid
- Created
- 3 months ago
- Last Updated
- today
- Language
- Rust
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
lens-review
One-pass multi-perspective PR review that posts findings as a single consolidated PR comment. /frame derives the review lenses that fit the diff, plus a gap scan, over only the files changed in a PR; each lens analyzes in isolation, then the findings are adversarially cross-verified before the survivors are posted. Composes prothesis:frame and syneidesis:gap. User-invoked via /lens-review.
review
Review a code diff when asked, before committing, or before a PR. Uses scoped evidence, risk lanes, bounded correction, and cold-context escalation. NOT browser QA, prepared-plan critique, or external artifact trust checks.
adversarial-review
Adversarial, multi-lens code review that GENERATES findings (not triage). Use before opening or merging a PR, or whenever asked to "adversarially review", "try to break", "deeply review", or "self-review" a change. Assembles whole-system context plus the repo's operational invariants, runs specialized lenses that look for what breaks (not what the code does), verifies each finding by refutation before surfacing it, and reports ranked by severity. For a single file it runs the lenses inline; for PR-scale scope it escalates to the bundled multi-agent workflow so the lenses run as genuinely independent agents.