What problem does it solve?
Maintaining a consistent, evidence-backed maturity scorecard across dozens of OpenClaw surfaces is error-prone when done by hand. This Skill enforces a deterministic workflow that ties Quality, Completeness, and LTS scores to public repo evidence and redacted QA artifacts.
Core Features & Use Cases
- Taxonomy-driven scoring: Reads
taxonomy.yaml and per-surface completeness rubrics to scope each category before assigning scores.
- Evidence-backed updates: Updates
qa/maturity-scores.yaml only when backed by public docs, source, tests, or release-profile qa-evidence.json artifacts.
- Schema and docs validation: Runs YAML schema checks via QA Lab utilities and
pnpm check:docs to keep generated scorecard docs consistent.
- Use Case: When a new provider path ships, use this Skill to score its categories, validate the YAML, and regenerate
docs/maturity/scorecard.md without leaking maintainer-private data.
Quick Start
Use the claw-score skill to refresh the maturity scorecard for the anthropic-provider-path surface using the latest release profile qa-evidence.json.