🩺
QualityJavaScript

Code Health Check

by huangjia2019

Code Health Check 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 Code Health Check
Copy Code Health Check 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/07-skill-fork-demo/.claude/skills/code-health-check ~/.claude/skills/code-health-check

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/07-skill-fork-demo/.claude/skills/code-health-check/SKILL.md in huangjia2019/claude-code-engineering
Installs to
~/.claude/skills/code-health-check
Collection
One of 13 skills cataloged from this repository
Category
Quality β€” 1354 skills

What Code Health Check does

Code Health Check analyzes a codebase for file organization, error handling, security basics, code quality, and dependency hygiene. Use it when you need a structured health report with issues ranked by severity.

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

Documentation

README

Code Health Check

Analyze the codebase at $ARGUMENTS and produce a structured health report.

Checks to Perform

1. File Organization

  • Are files reasonably sized? (Flag files > 200 lines)
  • Is the directory structure logical?
  • Any files that look misplaced?

2. Error Handling

  • Are async operations wrapped in try/catch?
  • Are errors propagated correctly (not swallowed)?
  • Is there a global error handler?

3. Security Basics

  • Any hardcoded secrets, API keys, or passwords?
  • Any use of eval() or similar dangerous functions?
  • Are user inputs validated before use?

4. Code Quality

  • Any obvious code duplication (similar blocks in multiple files)?
  • Any unused variables or imports?
  • Are function signatures reasonable (not too many parameters)?

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

Frequently asked about Code Health Check

  • What else does huangjia2019 publish alongside Code Health Check?

    Code Health Check 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 Code Health Check 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 Code Health Check compare to other Quality skills?

    Code Health Check ranks #801 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 Code Health Check against them. Open each page to compare what they document and how they install.

More from huangjia2019/claude-code-engineering

Code Health Check is one of 13 skills cataloged on DirSkills from huangjia2019/claude-code-engineering.

See all 13 skills β†’