quality-checks

Orchestrate testing, documentation, coding standards, and security checks at development lifecycle points.

40|33|Updated Aug 20, 2015
One-click install
npx skills add https://github.com/bitsoex/bitso-java --skill quality-checks-bitsoex
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: quality-checks
Source: https://github.com/bitsoex/bitso-java/tree/main/.claude/skills/quality-checks
Command: npx skills add https://github.com/bitsoex/bitso-java --skill quality-checks-bitsoex

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the process of verifying code quality at critical development stages, preventing bugs and ensuring consistency before code is merged or deployed.

Core Features & Use Cases

  • Lifecycle Checks: Orchestrates tests, documentation, style, and security checks at pre-edit, post-edit, and on-stop points.
  • Sub-Skill Coordination: Integrates with specialized skills like testing-standards, doc-validation-rfc-37, coding-standards, and security-review.
  • Use Case: Before completing a feature, run the quality check skill to ensure all tests pass, code style is consistent, and documentation is up-to-date, providing a final gate before task completion.

Quick Start

Run the quality check skill to perform a full quality gate on recent changes.

Frequently Asked Questions about quality-checks

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate code quality checks before merging changes?

Automating code quality checks before merges involves orchestrating tests, documentation validation, linting, and security reviews at key development lifecycle points. This Skill coordinates those specialized sub-skills to provide a final validation gate before task completion.

What is included in a comprehensive CI/CD quality gate?

A comprehensive CI/CD quality gate includes testing, documentation validation, coding standards enforcement, and security reviews. This Skill orchestrates these checks at pre-edit, post-edit, and on-stop lifecycle points to prevent bugs and ensure consistency.

Do I need Node.js 24+ to run automated quality assurance checks?

Yes, Node.js 24+ is required to execute this automated quality assurance Skill. The environment uses this runtime to orchestrate comprehensive testing, linting, and security reviews through integrated sub-skills and IDE hooks.

Can I use IDE hooks for automated code review and linting?

Yes, you can use IDE hooks for automated code review and linting. This Skill supports IDE hooks to trigger automated validation, orchestrating style checks and security reviews at critical pre-edit and post-edit development stages.

How do I run a full quality gate on recent code changes?

To run a full quality gate on recent code changes, execute this Skill to perform automated validation. It orchestrates testing, coding standards, and documentation checks, coordinating specialized sub-skills to ensure all standards pass before deployment.

What's the best way to coordinate testing and security reviews in a development lifecycle?

The best way to coordinate testing and security reviews is using an orchestration Skill that integrates specialized sub-skills like testing-standards and security-review. This approach validates code quality automatically at pre-edit, post-edit, and on-stop lifecycle points.