quality

Run linting, style, and formatting checks across a codebase.

Updated Nov 9, 2025
One-click install
npx skills add https://github.com/YoniChechik/claude-code-config --skill quality-yonichechik
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: quality
Source: https://github.com/YoniChechik/claude-code-config/tree/main/skills/quality
Command: npx skills add https://github.com/YoniChechik/claude-code-config --skill quality-yonichechik

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps teams enforce code quality by running checks and applying fixes across a codebase, reducing manual review time.

Core Features & Use Cases

  • Single-pass quality checks: runs linting, style checks, and minor fixes in one workflow.
  • Auto-fix & formatting: auto-formats code to align with style guides and fix common issues.
  • Use Case: During a PR or CI run, call this skill to automatically clean up style violations and improve readability.

Quick Start

Run the quality process on your repository to detect and fix linting and formatting issues.

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 and auto-fix linting issues in CI?

Automating code quality checks involves running a three-step pipeline that removes AI slop, organizes structure, and applies linting and formatting fixes across your software repository in a single pass.

What is the best way to enforce a code style guide and fix formatting automatically?

To enforce a style guide, run an automated pipeline with a dedicated lint-agent that auto-formats code, fixes structural hygiene, and resolves common style violations across the project.

Can I run automated quality checks locally before a pull request?

Yes, automated quality checks can be executed during local development workflows to clean up style violations, apply formatting fixes, and improve code readability before a PR.

How does an automated quality pipeline handle AI-generated code slop?

The pipeline handles AI slop by first running a slop-agent to remove it, then a structure-agent to organize the codebase, and finally a lint-agent to apply formatting and type fixes.

Does automated code formatting work with existing CI workflows?

Automated code formatting works seamlessly with CI workflows by executing a three-step pipeline—slop removal, structure organization, and lint fixing—to maintain quality during continuous integration.