flag-review

Installation
SKILL.md

flag-review

Request and submit approval reviews on GrowthBook feature flag draft revisions. Only needed when the org has approval workflows configured — if approvals aren't required, flag-publish handles the full flow without a review step.

Two roles use this skill: the drafter (requests a review, can't self-approve) and the reviewer (submits the review decision).

All API calls go through the bundled helper: ${CLAUDE_PLUGIN_ROOT}/scripts/gb-call. It needs GB_API_KEY set in env or written to ~/.config/growthbook/.env by /growthbook:gb-setup.

Approval flow

draft → [request-review] → pending-review → [approve]           → approved → [publish]
                                           → [request-changes]  → changes-requested → [edit + re-request] → pending-review
                                           → [comment]          → pending-review (status unchanged)

Workflow

Path A — Request review (drafter asking for approval)

Installs
44
GitHub Stars
21
First Seen
Jun 2, 2026
flag-review — growthbook/skills