testing-production-configuration
Provides a YAML schema for configuring production validation rules, database usage, and API test modes.
Install
mkdir -p .claude/skills/testing-production-configuration && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/14547" && unzip -o skill.zip -d .claude/skills/testing-production-configuration && rm skill.zipInstalls to .claude/skills/testing-production-configuration
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Sub-skill of testing-production: Configuration.Key capabilities
- →Define configuration patterns for production validation
- →Specify directory and file exclusions for scans
- →Configure database settings for testing
- →Set external API testing parameters
- →Establish performance benchmarks
- →Reference environment-specific testing constraints
How it works
The skill provides a YAML configuration structure that defines patterns for production validation scans, database settings, external API parameters, and performance benchmarks.
Inputs & outputs
When to use testing-production-configuration
- →Defining production validation patterns
- →Configuring test database connection settings
- →Setting performance benchmarks for testing
About this skill
Configuration
Configuration
production_validation:
scan:
patterns:
- "mock"
- "fake"
- "stub"
- "TODO"
- "FIXME"
- "not implemented"
exclude_dirs:
- "__tests__"
- "tests"
- "spec"
- "node_modules"
exclude_files:
- "*.test.*"
- "*.spec.*"
database:
use_real: true
host: ${TEST_DB_HOST}
cleanup_after: true
external_apis:
use_test_mode: true
timeout_ms: 30000
retry_count: 3
performance:
concurrent_requests: 100
max_latency_ms: 200
min_throughput_rps: 1000
sustained_duration_s: 60
When not to use it
- →When not performing production validation
- →When not needing to define testing configuration structures
Limitations
- →Serves as a reference, not an active execution tool
- →Does not perform the actual scans or tests
- →Configuration is specific to production validation
How it compares
This skill offers a standardized, structured YAML configuration for production testing, ensuring consistent validation parameters, unlike ad-hoc or manual configuration.
Compared to similar skills
testing-production-configuration side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| testing-production-configuration (this skill) | 0 | 4mo | No flags | Beginner |
| webapp-testing | 353 | 3mo | Review | Intermediate |
| ui-ux-expert-skill | 91 | 9mo | Review | Advanced |
| skill-creator | 128 | 3mo | Review | Advanced |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by vamseeachanta
View all by vamseeachanta →You might also like
webapp-testing
anthropics
Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.
ui-ux-expert-skill
fercracix33
Technical workflow for implementing accessible React user interfaces with shadcn/ui, Tailwind CSS, and TanStack Query. Includes 6-phase process with mandatory Style Guide compliance, Context7 best practices consultation, Chrome DevTools validation, and WCAG 2.1 AA accessibility standards. Use after Test Agent, Implementer, and Supabase agents complete their work.
skill-creator
anthropics
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
python-testing-patterns
wshobson
Implement comprehensive testing strategies with pytest, fixtures, mocking, and test-driven development. Use when writing Python tests, setting up test suites, or implementing testing best practices.
dependency-upgrade
wshobson
Manage major dependency version upgrades with compatibility analysis, staged rollout, and comprehensive testing. Use when upgrading framework versions, updating major dependencies, or managing breaking changes in libraries.
playwright-mcp
sfc-gh-dflippo
Browser testing, web scraping, and UI validation using Playwright MCP. Use this skill when you need to test Streamlit apps, validate web interfaces, test responsive design, check accessibility, or automate browser interactions through MCP tools.