Sub-skill of sparc-refinement: 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-bb750aad)More formats (shields.io, HTML) on the badges page.
---
name: sparc-refinement-metrics-success-criteria
description: 'Sub-skill of sparc-refinement: Metrics & Success Criteria.'
version: 1.0.0
category: development
type: reference
scripts_exempt: true
---
# Metrics & Success Criteria
## Metrics & Success Criteria
```javascript
// Jest configuration for coverage
module.exports = {
coverageThreshold: {
global: {
branches: 80,
functions: 80,
lines: 80,
statements: 80
}
},
coveragePathIgnorePatterns: [
'/node_modules/',
'/test/',
'/dist/'
]
};
```
- Code coverage: >= 80%
- Cyclomatic complexity: < 10
- All tests passing
- No performance regressions
- Error handling for all failure paths
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.