---
description: SDP command codereview
globs: []
alwaysApply: false
---
<!-- GENERATED by sdp generate-adapters from sdp.manifest.yaml — do not edit manually -->
<!-- Source: prompts/commands/codereview.md -->
# /codereview — Review

## Overview

This command implements the review skill from the SDP workflow.

See `/prompts/skills/review/SKILL.md` for complete documentation.

## Usage

```bash
/codereview [arguments]
```

## Implementation

The command delegates to the `review` skill, which provides:

- Systematic workflow
- Quality gates
- Proper error handling
- Documentation

## Related

- Skills: `prompts/skills/review/SKILL.md`
- Agents: `prompts/agents/builder.md`