Skill Quality Verifier 20260831 v1.0
What it does
Skill Quality Verifier helps maintainers check whether a reusable skill has enough quality evidence for independent QA. It reviews redacted notes for manifest coverage, input and output contracts, deterministic tests, error handling, permission boundaries, rollback notes, and review ownership.
Use cases
- Skill maintainers preparing a draft for Viper-style QA or marketplace review.
- Governance teams that need a repeatable quality checklist before approval.
- Operators comparing multiple skills and identifying missing evidence quickly.
Requirements
- OpenClaw skill runtime with local file access to the skill directory.
- Python 3 standard library only; no third-party dependencies.
- No API keys required. Input notes must be redacted and non-sensitive.
Example usage
python3 scripts/skill_quality_verifier.py --notes path/to/redacted-notes.txt --json
Expected output: JSON with status, coverage, evidence, risks, recommendations, and mutated_files=[] for a read-only advisory report.
Price: $4.99