# Review Feature

> Invoke the feature-review worker to produce feature-audit artifacts for an active feature folder.

- Skill: `drmoisan/review-feature` (Agent Skill)
- Install (CLI): `npx skillmds@latest add drmoisan/review-feature`
- Raw SKILL.md: https://api.skillmd.com/api/skills/drmoisan/review-feature/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Security, Coding & Dev Tools
- Author: drmoisan (https://skillmd.com/u/drmoisan)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/drmoisan/review-feature

---


# Review Feature Skill

This direct-use wrapper delegates review work to the `feature-review` worker.

## Inputs

- Active feature folder path
- Existing implementation, evidence, and requirement files under that folder

## Output Paths

When the active review scope is a selected version folder such as `docs/features/active/<feature>/v2/`, write the review artifacts into that selected version folder rather than the parent feature root.

- `docs/features/active/<feature-or-selected-version>/policy-audit.<timestamp>.md`
- `docs/features/active/<feature-or-selected-version>/code-review.<timestamp>.md`
- `docs/features/active/<feature-or-selected-version>/feature-audit.<timestamp>.md`

## Worker Routing

- Worker: `feature-review`

