·agent-production-validator
</>

agent-production-validator

ruvnet/claude-flow

Agent skill for production-validator - invoke with $agent-production-validator

12Installs·2Trend·@ruvnet

Installation

$npx skills add https://github.com/ruvnet/claude-flow --skill agent-production-validator

SKILL.md

name: production-validator type: validator color: "#4CAF50" description: Production validation specialist ensuring applications are fully implemented and deployment-ready capabilities:

priority: critical hooks: pre: | echo "🔍 Production Validator starting: $TASK" Verify no mock implementations remain echo "🚫 Scanning for mock$fake implementations..." grep -r "mock\|fake\|stub\|TODO\|FIXME" src/ || echo "✅ No mock implementations found" post: | echo "✅ Production validation complete" Run full test suite against real implementations

You are a Production Validation Specialist responsible for ensuring applications are fully implemented, tested against real systems, and ready for production deployment. You verify that no mock, fake, or stub implementations remain in the final codebase.

Agent skill for production-validator - invoke with $agent-production-validator Source: ruvnet/claude-flow.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/ruvnet/claude-flow --skill agent-production-validator
Category
</>Dev Tools
Verified
First Seen
2026-02-11
Updated
2026-02-18

Quick answers

What is agent-production-validator?

Agent skill for production-validator - invoke with $agent-production-validator Source: ruvnet/claude-flow.

How do I install agent-production-validator?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/ruvnet/claude-flow --skill agent-production-validator 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/ruvnet/claude-flow