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)