Agent skill · Testing & QA

quality-checklist

Validate implementation quality through custom checklists, scoring against constitution standards, specification coverage, and producing remediation recommendations.

a5c-aigithub.com/a5c-aiGitHub ↗
claude-codecodexcan modify filesMIT
Install
npx skills add a5c-ai/babysitter --skill quality-checklist --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 2 KB
Bundled scripts: none
Allowed tools: ReadBashGrepGlobAgentAskUserQuestion
Path: library/methodologies/spec-kit/skills/quality-checklist/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,642
Language: JavaScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

- When validating code quality against constitution standards - When verifying specification requirement coverage - When running custom project-specific quality checks ## Key Principle Quality validation must be objective, reproducible, and multi-dimensional. Failed items must have actionable remediation recommendations. The checklist supports convergence loops -- re-validate after fixes until quality threshold is met. ## Process 1. **Validate code quality** - Check against constitution coding standards 2. **Verify test coverage** - Ensure coverage meets constitution thresholds 3. **Check spec satisfaction** - Verify all requirements are implemented 4. **Assess performance** - Validate against constitution benchmarks 5. **Verify security** - Check compliance with constitution security constraints 6. **Execute custom checks** - Run any project-specific quality checks 7. **Score overall quality** - Weighted average across categories (0-100) 8. **Produce recommendations** - Actionable fixes for failed items 9. **Remediation loop** - Re-validate after fixes (up to 3 iterations) ## Tool Use Invoke via babysitter process: `methodologies/spec-kit/spec-kit-implementation` (quality checklis

What's inside
Steps it walks through
  1. Key Principle
  2. Process
  3. Tool Use
Ships with 1 file
  • README.md
More from babysitter
All skills →
About this skill
What does the quality-checklist skill do?

Validate implementation quality through custom checklists, scoring against constitution standards, specification coverage, and producing remediation recommendations.

How do I install it?

Run `npx skills add a5c-ai/babysitter --skill quality-checklist --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From a5c-ai/babysitter, a repository with 1,642 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going