b-open-io

Review Wave — Security skill for Claude Code

Security community

4 specialized reviewers examine changes simultaneously — security, perf, correctness, style.

How to install Review Wave

Installs to ~/.claude/skills/b-open-io-prompts-review-wave/SKILL.md

Terminal
mkdir -p ~/.claude/skills/b-open-io-prompts-review-wave && curl -fsSL https://raw.githubusercontent.com/b-open-io/prompts/HEAD/commands/review-wave.md -o ~/.claude/skills/b-open-io-prompts-review-wave/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Review Wave does


allowed-tools: Agent, Bash(git:*) description: 4 specialized reviewers examine changes simultaneously — security, perf, correctness, style argument-hint: "[branch|commit-range] - defaults to uncommitted changes"

Your Task

If the arguments contain "--help", show this help and exit:

**review-wave** - Parallel multi-perspective code review

**Usage:** `/review-wave [branch|commit-range]`

**Description:** Fans out 4 specialist review agents in parallel, each focused on ONE dimension.

Alternatives in Security

  • FastAPI Review — Review a FastAPI application for architecture, async correctness, dependency injection, Pydantic schemas, secu 243.5k ★
  • Claude Code Security Review — An AI-powered security review GitHub Action using Claude to analyze code changes for security vulnerabilities 3.9k ★
  • Mcp-scan (Invariant Labs) — MCP security scanner with proxy mode for real-time scanning without infrastructure changes 1.9k ★

Full documentation available on GitHub

View Source Repository