Sub-skill of testing-production: Metrics & Success Criteria.
Scanned 9/9/2026
Install to Claude Code
npx -y skills add vamseeachanta/workspace-hub --skill metrics-success-criteria --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Metrics Success Criteria?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vamseeachanta-metrics-success-criteria-dfce3f38)More formats (shields.io, HTML) on the badges page.
---
name: testing-production-metrics-success-criteria
description: 'Sub-skill of testing-production: Metrics & Success Criteria.'
version: 1.0.0
category: development
type: reference
scripts_exempt: true
---
# Metrics & Success Criteria
## Metrics & Success Criteria
| Validation | Pass Criteria |
|------------|---------------|
| Mock-Free Code | 0 mock/fake/stub in production code |
| Database Integration | All CRUD operations work |
| API Integration | All external APIs respond correctly |
| Performance | p99 < 200ms, > 1000 req/s |
| Security | All auth/authz tests pass |
| Health Check | Returns healthy status |
| Error Rate | < 0.1% under load |
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!
Practical guide to testing web applications with screen readers for comprehensive accessibility validation.