Review.
6-lens analysis (PM, Senior Dev, QA, Security, Performance, UX). Severity scoring. Pragmatic confidence filtering. PR workflows.
Multi-Perspective Code Review.
Single-perspective code review misses 50% of issues. This skill applies six different review lenses simultaneously: PM (does this serve the user goal?), Senior Dev (is the design right?), QA (where will this break?), Security (what is exploitable?), Performance (what is slow?), UX (how does this feel?). Each lens has different concerns and finds different bugs.
Four recipes.
6-perspective protocol
PM lens (user value), Dev lens (design), QA lens (edge cases), Security lens (exploits), Perf lens (bottlenecks), UX lens (interaction quality). Each pass independently.
Severity scoring
CRITICAL (blocks ship), HIGH (must fix soon), MEDIUM (should fix), LOW (nice to have). Do not flatten everything to comment. Severity drives PR conversation.
Confidence filtering
Only report findings with at least 80% confidence. Speculation pollutes the signal. If unsure, write a question, not a finding.
PR workflow integration
GitHub PR-comment format. Resolve threads on fix. Re-review delta only after re-push. Merge only on green CI + all CRITICAL/HIGH resolved.
It composes.
Skills compose into workflows. Review is rarely the only skill you will use — it pairs naturally with these others in the library.
One command.
Installs only stryx-review (skip the other 19) into ~/.claude/skills/stryx-review/.
Free for all use.
Stryx Labs License v1.0. Use Review in personal, commercial, internal, and production work. No attribution required.