review

Reviews code changes across design, security, and performance to catch problems before they reach users.

Installation
Run `npx skills add "https://github.com/elliottlawson/open-review" --skill "review"` to install this skill, then follow its SKILL.md instructions for my next request.

Paste this into Claude Code, Cursor, or any agent that can run commands.

SKILL.mdShow the author's original SKILL.md
---
name: architecture
description: Judges the high-level shape of the solution — the architectural pattern, structure, placement, and data model.
license: MIT
metadata:
  version: "1"
---

# Architecture

Judge the solution at the system level, not the code level.

- **Architectural pattern.** What pattern is the work built on — and is it the right one for this problem?
- **Decomposition.** How is the work split into pieces? Are the pieces in the right modules, layers, or services?
- **Dependency direction.** Do the pieces depend on each other the right way, or is something coupled that should be separate?
- **Data model.** Is the schema and migration shape right? How does state flow through the change?
- **Right-sized.** Over-built for what it needs, or too thin to hold up?

A decision that would ripple across the codebase is architecture. Localized details — how the framework is used, conventions, tests, naming — are judged by the implementation and craft passes, not here.

If the shape is wrong, say so first. Nothing else matters until the shape is right.

Ships with 8 supporting files:

  • passes/craft/SKILL.md
  • passes/implementation/SKILL.md
  • passes/mission/assess-against-mission/SKILL.md
  • passes/mission/SKILL.md
  • passes/mission/uncover-mission/SKILL.md
  • passes/performance/SKILL.md
  • passes/security/SKILL.md
  • SKILL.md

Mirrored from the author's public source. Install counts from the open skills registry.

The systems behind these skills get built for partners every week.

Partner with us