All Skills stryx · skills Stryx Labs
// stryxstryx-review

Review.

6-lens analysis (PM, Senior Dev, QA, Security, Performance, UX). Severity scoring. Pragmatic confidence filtering. PR workflows.

//01What it does

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.

//02What is inside

Four recipes.

i.

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.

ii.

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.

iii.

Confidence filtering

Only report findings with at least 80% confidence. Speculation pollutes the signal. If unsure, write a question, not a finding.

iv.

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.

//03Chains with

It composes.

Skills compose into workflows. Review is rarely the only skill you will use — it pairs naturally with these others in the library.

//04Install · just this skill

One command.

Installs only stryx-review (skip the other 19) into ~/.claude/skills/stryx-review/.

macOS · Linux
STRYX_SKILL=stryx-review curl -fsSL https://stryxlabs.com/install-skills.sh | bash
 
Windows · PowerShell
PS> $env:STRYX_SKILL="stryx-review"; irm https://stryxlabs.com/install-skills.ps1 | iex
 
All 20 skills (the full library)
curl -fsSL https://stryxlabs.com/install-skills.sh | bash
//05Reach

Free for all use.

Stryx Labs License v1.0. Use Review in personal, commercial, internal, and production work. No attribution required.