# Manage Reviews

> Handle approval workflows — internal review, client review, CEO approval, revision requests.

- **Type:** Skill
- **Install:** `agentstack add skill-indranilbanerjee-socialforge-manage-reviews`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [indranilbanerjee](https://agentstack.voostack.com/s/indranilbanerjee)
- **Installs:** 0
- **Category:** [AI & ML](https://agentstack.voostack.com/c/ai-and-ml)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [indranilbanerjee](https://github.com/indranilbanerjee)
- **Source:** https://github.com/indranilbanerjee/socialforge/tree/main/skills/manage-reviews
- **Website:** https://indranil.in

## Install

```sh
agentstack add skill-indranilbanerjee-socialforge-manage-reviews
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# /socialforge:manage-reviews — Review & Approval Manager

Manage the multi-tier approval workflow per brand's approval-chain.json.

## Approval Tiers
- **HERO content**: Internal review → Client approval → CEO approval (if configured)
- **HUB content**: Internal review → Client approval (optional)
- **HYGIENE content**: Internal review only (auto-approvable if configured)

## Actions
- `/socialforge:manage-reviews --approve P04` — Approve post P04 at current tier
- `/socialforge:manage-reviews --revise P04 "Make the background warmer"` — Request revision with feedback
- `/socialforge:manage-reviews --client-send` — Send all internally-approved posts to client review
- `/socialforge:manage-reviews --check` — Check pending approvals and send reminders

## State Transitions
QUEUED → ASSET_MATCHING → GENERATING → PENDING_REVIEW
  PENDING_REVIEW → APPROVED_INTERNAL | REVISION_REQUESTED | REJECTED
  REVISION_REQUESTED → GENERATING (re-enters production with feedback)
  REJECTED → QUEUED (start over)
  APPROVED_INTERNAL → PENDING_CLIENT (if client review required) | FINAL (if not)
  PENDING_CLIENT → APPROVED_CLIENT | REVISION_REQ_CLIENT | REJECTED_CLIENT
  APPROVED_CLIENT → PENDING_CEO (if CEO required) | FINAL (if not)
  PENDING_CEO → APPROVED_CEO → FINAL
  FINAL → (write-protected, no transitions)

## Rules
- FINAL status is write-protected — cannot be modified after finalization
- Revision requests re-enter the generation pipeline with specific feedback
- Max 3 revision cycles per HERO post before escalation
- Reminders sent via Slack/email after N days (per escalation_rules)

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [indranilbanerjee](https://github.com/indranilbanerjee)
- **Source:** [indranilbanerjee/socialforge](https://github.com/indranilbanerjee/socialforge)
- **License:** MIT
- **Homepage:** https://indranil.in

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-indranilbanerjee-socialforge-manage-reviews
- Seller: https://agentstack.voostack.com/s/indranilbanerjee
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
