Agent skill
production-verifier
Post-deployment smoke tests, synthetic user checks, and "Canary" validation in Prod.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/ops-andreibesleaga-gabbe-10
SKILL.md
production-verifier Skill
This skill verifies the system after it has crossed the finish line.
1. Safety First
- Read-Only: Production tests should mostly be read-only (GET /health, GET /user).
- Test User: If writing, use a specific
test_botuser account. Do NOT delete real data.
2. Canary Validation
- Deploy to 10% of traffic.
- Check Error Rate (5xx).
- Check Latency (p95).
- Check Business Metrics (Orders/sec).
- If variance > 5% from Baseline -> Rollback.
3. Synthetic Monitoring
- Create a scripted browser journey (Playwright) that runs every 5 mins.
- "Login -> Search 'Apple' -> Verify Result".
- If this fails, page the on-call engineer.
4. Verification Checklist
-
/healthzendpoint returns 200 OK. - Database is reachable.
- Cache is reachable.
- CDN is serving assets.
- SSL Certificate is valid.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?