QualityJavaScript

Quality Checking

by huangjia2019

Quality Checking is a Quality skill for Claude Code, published by huangjia2019 in claude-code-engineering.

1.1K stars379 forkson huangjia2019/claude-code-engineeringAdded 2026/08/21Repository updated 2026/07/23
agentagentic-aiaiclaudeclaude-codeclaude-skills
Install in seconds
Install Quality Checking
Copy Quality Checking 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/huangjia2019/claude-code-engineering/tree/main/04-Skills/projects/08-skill-pipeline/.claude/skills/quality-checking ~/.claude/skills/quality-checking

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/huangjia2019/claude-code-engineering.git

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

In this catalog

Source file
04-Skills/projects/08-skill-pipeline/.claude/skills/quality-checking/SKILL.md in huangjia2019/claude-code-engineering
Installs to
~/.claude/skills/quality-checking
Collection
One of 13 skills cataloged from this repository
Category
Quality1354 skills

What Quality Checking does

Quality Checking validates generated API documentation against a standards checklist. Use it to confirm routes, structure, auth markers, examples, and source matches are correct.

Quality Checking is cataloged under Quality on DirSkills. Quality Checking comes from a repository tagged agent, agentic-ai, ai, claude and claude-code.

Documentation

README

Quality Checking Skill

Validate generated API documentation against quality standards.

Input

You will receive a documentation manifest from the previous pipeline stage, listing generated files and documented routes.

Process

Step 1: Load Quality Rules

Read the rules at rules/doc-standards.md for the complete checklist.

Step 2: Check Each Documentation File

For each generated doc file, verify:

  1. Completeness: Every route from the scanner manifest is documented
  2. Structure: Each endpoint has method, path, description, parameters, responses
  3. Auth markers: Endpoints with auth middleware have 🔒 markers
  4. Examples: Request/response examples are valid JSON
  5. Consistency: All files follow the same format

Step 3: Cross-Reference with Source

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

Frequently asked about Quality Checking

  • What else does huangjia2019 publish alongside Quality Checking?

    Quality Checking is one of 13 skills that DirSkills catalogs from huangjia2019/claude-code-engineering, the repository it ships in. Its siblings there include API Conventions, API Documentation and API Documentation Generator. Each one is a separate skill with its own page in this directory, installs the same way Quality Checking does, and is maintained by huangjia2019 in that same repository. The rest of the collection is listed on the huangjia2019/claude-code-engineering page.

  • How does Quality Checking compare to other Quality skills?

    Quality Checking ranks #803 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 Quality Checking against them. Open each page to compare what they document and how they install.

More from huangjia2019/claude-code-engineering

Quality Checking is one of 13 skills cataloged on DirSkills from huangjia2019/claude-code-engineering.

See all 13 skills