prod-ready
✓Production-readiness audit covering linting, security, edge cases, and deployment checks. Only trigger when the user explicitly says "run prod-ready workflow" — do not run proactively.
Installation
SKILL.md
Perform a production-readiness audit before deployment. Verify the codebase meets security, reliability, and quality standards.
Run all available project tooling. Every check must pass before deployment.
If a command doesn't exist (e.g., no typecheck script), skip it and note that in the report.
Production-readiness audit covering linting, security, edge cases, and deployment checks. Only trigger when the user explicitly says "run prod-ready workflow" — do not run proactively. Source: aravhawk/claude-code-utils.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/aravhawk/claude-code-utils --skill prod-ready- Category
- !Security
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is prod-ready?
Production-readiness audit covering linting, security, edge cases, and deployment checks. Only trigger when the user explicitly says "run prod-ready workflow" — do not run proactively. Source: aravhawk/claude-code-utils.
How do I install prod-ready?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/aravhawk/claude-code-utils --skill prod-ready Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/aravhawk/claude-code-utils