QualityHTML

AC Criteria Validator

by majiayu000

AC Criteria Validator is a Quality skill for Claude Code, published by majiayu000 in claude-skill-registry.

575 stars88 forkson majiayu000/claude-skill-registryAdded 2026/08/25+1% in starsRepository updated 2026/08/25
ai-skillsclaude-codegenerated-artifactgithub-pagesskill-registryskills
Install in seconds
Install AC Criteria Validator
Copy AC Criteria Validator into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/majiayu000/claude-skill-registry/tree/main/skills/agent/ac-criteria-validator ~/.claude/skills/ac-criteria-validator

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/majiayu000/claude-skill-registry.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/agent/ac-criteria-validator/SKILL.md in majiayu000/claude-skill-registry
Installs to
~/.claude/skills/ac-criteria-validator
Collection
One of 23 skills cataloged from this repository
Category
Quality1354 skills

What AC Criteria Validator does

AC Criteria Validator checks implemented features against acceptance criteria and reports whether they pass. Use it to verify test results, code completeness, and other feature completion checks.

AC Criteria Validator is cataloged under Quality on DirSkills. AC Criteria Validator comes from a repository tagged ai-skills, claude-code, generated-artifact, github-pages and skill-registry.

Documentation

README

AC Criteria Validator

Validate acceptance criteria and determine feature completion.

Purpose

Validates that implemented features meet their acceptance criteria, determining when passes can transition from false to true.

Quick Start

from scripts.criteria_validator import CriteriaValidator

validator = CriteriaValidator(project_dir)
result = await validator.validate_feature("auth-001")
print(result.passes)  # True/False
print(result.criteria_results)

Validation Result

This is the opening of the README. Read the full README on GitHub.

Frequently asked about AC Criteria Validator

  • What else does majiayu000 publish alongside AC Criteria Validator?

    AC Criteria Validator is one of 23 skills that DirSkills catalogs from majiayu000/claude-skill-registry, the repository it ships in. Its siblings there include AC Autonomous Orchestrator, AC Checkpoint Manager and AC Commit Manager. Each one is a separate skill with its own page in this directory, installs the same way AC Criteria Validator does, and is maintained by majiayu000 in that same repository. The rest of the collection is listed on the majiayu000/claude-skill-registry page.

  • How does AC Criteria Validator compare to other Quality skills?

    AC Criteria Validator ranks #1152 by stars among the 1354 Quality skills in this catalog. The most-starred ones next to it are Benchmark, Benchmark Optimization Loop and API Design Patterns. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of AC Criteria Validator against them. Open each page to compare what they document and how they install.

More from majiayu000/claude-skill-registry

AC Criteria Validator is one of 23 skills cataloged on DirSkills from majiayu000/claude-skill-registry.

See all 23 skills
🤖
6d ago

AC Autonomous Orchestrator

AC Autonomous Orchestrator coordinates autonomous coding operations from initialization through planning, execution, validation, and commit. Use it to run full-session implementations or manage multiple components together.
AI Engineering
57588
🗂️
6d ago

AC Checkpoint Manager

AC Checkpoint Manager creates and restores checkpoints for safe rollback during autonomous development. Use it to save state before risky changes, recover known-good points, or return to a previous checkpoint.
DevOps
57588
📝
6d ago

AC Commit Manager

AC Commit Manager creates structured git commits after completed features and verifies the commit was created. Use it to stage changes, generate descriptive messages, and manage version control for autonomous coding.
DevOps
57588
🧩
6d ago

AC Handoff Creator

AC Handoff Creator packages current progress, decisions, blockers, and next actions so a later session can resume work. Use it when ending a session or saving resumable context.
AI Engineering
57588
📝
6d ago

AGENTS Md Generator

AGENTS Md Generator creates AGENTS.md files for Java repositories through a step-based interactive process. Use it to document conventions, commands, workflow, and contributor boundaries for agent instructions.
Writing
57588
🌐
6d ago

Agent Browser

Agent Browser provides a CLI for browser automation tasks like opening sites, filling forms, clicking elements, taking screenshots, and extracting page data. Use it for web interaction, login flows, and testing web apps.
Automation
57588