Sub-skill of testing-production: Configuration.
Scanned 9/9/2026
Install to Claude Code
npx -y skills add vamseeachanta/workspace-hub --skill configuration --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Configuration?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vamseeachanta-configuration-f7830189)More formats (shields.io, HTML) on the badges page.
---
name: testing-production-configuration
description: 'Sub-skill of testing-production: Configuration.'
version: 1.0.0
category: development
type: reference
scripts_exempt: true
---
# Configuration
## Configuration
```yaml
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
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Use this skill when developing or maintaining browser extension code in the `browser/` directory, including Chrome/Firefox/Edge compatibility, content scripts, background scripts, or i18n updates.