---
name: Review Design
slug: review-design
category: Quality
description: Review Design compares a design document against the codebase to check whether the plan matches existing implementation details. Use it when validating design assumptions before building or changing code.
github: "https://github.com/janekbaraniewski/openusage/tree/main/.codex/skills/review-design"
language: Go
stars: 187
forks: 16
install: "npx degit https://github.com/janekbaraniewski/openusage/tree/main/.codex/skills/review-design ~/.claude/skills/review-design"
installs_to: ~/.claude/skills/review-design
source_path: .codex/skills/review-design/SKILL.md
collection_size: 14
category_size: 1745
collection_url: "https://dirskills.com/collections/janekbaraniewski/openusage"
added: 2026-09-06T05:20:23.123Z
last_synced: 2026-09-06T05:20:23.123Z
canonical_url: "https://dirskills.com/skills/review-design"
---

# Review Design

Review Design compares a design document against the codebase to check whether the plan matches existing implementation details. Use it when validating design assumptions before building or changing code.

**Install:**

```bash
npx degit https://github.com/janekbaraniewski/openusage/tree/main/.codex/skills/review-design ~/.claude/skills/review-design
```

## README

# Skill: Review Design

> **Invocation**: Review a design doc against the codebase

Read and follow the full skill specification in `docs/skills/review-design/SKILL.md`.
