Ops Review banner
MilindGaharwar MilindGaharwar

Ops Review

Development community

Description

--- name: ops-review description: Run operational readiness review checklist argument-hint: "<service-name>" user-invocable: true allowed-tools: Bash, Read, Glob, Grep, Write, Agent --- Run a Production Readiness Review (PRR) checklist for the target service. ## Procedure 1. **Determine service name.** Use `$ARGUMENTS` if provided. If not provided, derive the name from the current working directory basename. 2. **Create output directory.** Create `.fettle/` in the current working directory i

Installation

Installs to ~/.claude/skills/milindgaharwar-fettle-ops-review/SKILL.md

Terminal
mkdir -p ~/.claude/skills/milindgaharwar-fettle-ops-review && curl -fsSL https://raw.githubusercontent.com/MilindGaharwar/fettle/HEAD/commands/ops-review.md -o ~/.claude/skills/milindgaharwar-fettle-ops-review/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository