# Review Agent Production Readiness

> >-

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

## Install

```sh
agentstack add skill-btfranklin-skills-review-agent-production-readiness
```

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

## About

# Review Agent Production Readiness

Use this skill as a second-pass production review for Agents SDK work. It is not a replacement for the official OpenAI Agents SDK skill or current OpenAI documentation.

## Workflow

1. Establish the target workflow: user goal, input/output contract, tools, state, side effects, approval gates, runtime surface, and whether the design is single-agent, multi-agent, sandbox-backed, or explicitly orchestrated code.
2. If the request requires current SDK APIs, implementation changes, sandbox semantics, eval platform config, or deployment commands, read the official Agents SDK docs or use the official OpenAI Agents SDK skill first.
3. Read `references/production-readiness-checklist.md` for the applicable review lenses.
4. Review the real artifact whenever available: source code, prompts, tool schemas, eval cases, traces, logs, deployment config, runbooks, dashboards, or incident notes.
5. Report concrete gaps before general advice. Separate must-fix launch blockers from follow-up hardening.

## Review Stance

- Prefer the simplest architecture that satisfies the workflow. Start with one agent and explicit code orchestration unless specialization, handoffs, or sandbox execution have a clear payoff.
- Treat every tool as a production interface: validate inputs, constrain permissions, bound runtime, make side effects idempotent where possible, and require approvals for irreversible or externally visible actions.
- Judge evals against behavior that matters: task success, required or forbidden tool calls, approvals, guardrails, state changes, traceability, failure handling, cost, and latency.
- Require observability that can diagnose real failures: trace IDs, tool-call logs, error classes, turn counts, latency/cost signals, escalation events, and enough context to reproduce issues without leaking secrets.
- Keep governance practical: scoped credentials, privacy controls, audit logs, rollout/rollback paths, human escalation, and ownership for incidents.

## Output Shape

For reviews, lead with findings ordered by severity and include file or artifact references when possible. Then include:

- Architecture fit: whether single-agent, multi-agent, sandbox, or explicit orchestration is justified.
- Launch blockers: issues that can cause unsafe actions, incorrect results, runaway cost, privacy exposure, or inability to debug.
- Eval gaps: missing cases or grading signals needed before trusting the workflow.
- Operations gaps: missing monitoring, alerting, rollout, rollback, cost/latency, or human-oversight controls.
- Next actions: a short, ordered hardening plan.

For design/planning requests, produce a production-readiness checklist tailored to the workflow rather than a generic essay.

For a worked review shape, read [examples/readiness-review-output.md](examples/readiness-review-output.md) when producing a full report.

## Source & license

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

- **Author:** [btfranklin](https://github.com/btfranklin)
- **Source:** [btfranklin/skills](https://github.com/btfranklin/skills)
- **License:** MIT

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-btfranklin-skills-review-agent-production-readiness
- Seller: https://agentstack.voostack.com/s/btfranklin
- 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%.
