quality

Consolidate linting, type checking, and CLAUDE.md audits into automated quality gates.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/bosmadev/claude --skill quality-bosmadev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: quality
Source: https://github.com/bosmadev/claude/tree/main/skills/quality
Command: npx skills add https://github.com/bosmadev/claude --skill quality-bosmadev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Centralize and automate code quality governance to reduce drift, repetitive toil, and manual configuration errors across Claude Code projects.

Core Features & Use Cases

  • Quality checks (lint, types, dead-code) to ensure code health across the project.
  • CLAUDE.md audits to verify documentation and configuration integrity.
  • Setup recommendations to optimize developer workflows and automation.
  • Design and security reviews integrated into /review workflows.
  • Behavior rule management via /rule commands to enforce policies.

Quick Start

Run /quality to execute all quality checks and audits across the repository.

Frequently Asked Questions about quality

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

FAQPage Schema
How do I automate code quality checks like linting and type checking across my project?

You can automate code quality checks by running a consolidated command that executes linting, type checking, and dead-code analysis across your project to ensure code health and reduce manual configuration errors.

What is a CLAUDE.md audit and how does it verify configuration integrity?

A CLAUDE.md audit verifies documentation and configuration integrity by reviewing the file structure and rules, ensuring automated development workflows remain consistent and free from configuration drift.

How do I enforce behavior rules and design policies in automated code review workflows?

You can enforce behavior rules and design policies by integrating rule-based design checks and safety guardrails into your review workflows, using specific commands to manage and apply policy rules.

Can I integrate static analysis and security reviews into existing developer workflows?

Yes, you can integrate static analysis and security reviews into existing workflows by applying structured automation that runs quality gates and audits directly within your development pipeline.

What's the best way to set up automated quality gates across multiple software projects?

The best way to set up automated quality gates is to consolidate your linting, type checking, and audits into a single structured workflow, reducing repetitive toil and manual setup across projects.

Do I need any external dependencies to run centralized code quality governance?

No external dependencies are required to run centralized code quality governance; the system operates independently to enforce structured workflows and safety guardrails for automated development.