skills/smithery.ai/agent-production-validator

agent-production-validator

Installation
SKILL.md

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

  • production_validation
  • implementation_verification
  • end_to_end_testing
  • deployment_readiness
  • real_world_simulation 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: |
Installs
5
First Seen
Apr 8, 2026
agent-production-validator from smithery.ai