quality-assurance

Community

Automate code reviews and system health monitoring.

AuthorM2AI-jp
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill provides continuous quality assurance through automated linting, integrity checks, and system health monitoring, catching issues before they become problems.

Core Features & Use Cases

  • Automated Linting: Runs ESLint, TypeScript checks, and ShellCheck on code changes
  • Integrity Validation: Verifies file references and prevents broken dependencies
  • Health Monitoring: Checks system state, playbook consistency, and Git status
  • Use Case: Before every commit, this Skill automatically runs lint checks, verifies all referenced files exist, and ensures your playbook and state files are synchronized, preventing broken commits.

Quick Start

Use the quality-assurance skill to automatically validate code quality and system integrity before commits, or call the reviewer subagent for detailed code reviews.

Dependency Matrix

Required Modules

jqshellcheck

Components

scriptsreferences

💻 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: quality-assurance
Download link: https://github.com/M2AI-jp/thanks4claudecode-fresh/archive/main.zip#quality-assurance

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