test-audit

Community

Improve test quality and coverage with automated checks.

Authorhuseyindeniz
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill analyzes test coverage, Storybook coverage, and test quality to help you raise confidence in your codebase.

Core Features & Use Cases

  • Test Coverage Check: Ensures a baseline of 60% test coverage for business logic.
  • Storybook Coverage Check: Maintains at least 40% story coverage for UI components.
  • Test TODOs Check: Detects TODO/FIXME/HACK comments in test files to surface gaps.
  • Report Generation: Optional comprehensive markdown reports for sharing results.

Quick Start

Run all checks to evaluate test coverage and storybook quality: node ./.claude/skills/test-audit/scripts/run_all_checks.mjs

Dependency Matrix

Required Modules

None required

Components

scripts

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: test-audit
Download link: https://github.com/huseyindeniz/vite-react-dapp-template/archive/main.zip#test-audit

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository