Agent skill

testing-production

Production validation specialist ensuring applications are fully implemented and deployment-ready. Use to verify no mock/stub/fake implementations remain, validate against real databases and APIs, perform end-to-end testing with actual systems, and confirm production readiness.

Stars 4
Forks 4

Install this agent skill to your Project

npx add-skill https://github.com/vamseeachanta/workspace-hub/tree/main/.claude/skills/development/testing/testing-production

SKILL.md

Testing Production

Quick Start

bash
# Scan for incomplete implementations
grep -r "mock\|fake\|stub\|TODO\|FIXME" src/ --exclude-dir=__tests__

# Run production validation tests
npm run test:production
npm run test:e2e

# Validate against real services
npm run test:integration -- --env=staging

When to Use

  • Before deploying to production
  • After completing TDD implementation phase
  • To verify no mock implementations remain in production code
  • To test against real databases, APIs, and infrastructure
  • To validate performance under realistic load
  • To confirm security measures are properly implemented

Prerequisites

  • Completed unit/integration test suite
  • Access to staging environment with real services
  • Environment variables for real service connections
  • Load testing tools (if validating performance)

References

Version History

  • 1.0.0 (2026-01-02): Initial release - converted from production-validator agent

Sub-Skills

  • Configuration
  • Example 1: Complete Validation Suite (+2)
  • Example 4: Security Validation
  • Real Data Usage (+3)

Sub-Skills

  • Execution Checklist
  • Error Handling

Sub-Skills

  • Production Validation vs Unit Testing (+1)
  • 1. Implementation Completeness Check (+2)
  • Metrics & Success Criteria
  • MCP Tools (+2)

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results