add-check

Integrate new code quality checks into CI, justfile, and pre-commit hooks.

3|Updated Dec 29, 2025
One-click install
npx skills add https://github.com/frizzle-chan/mudd --skill add-check-frizzle-chan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-check
Source: https://github.com/frizzle-chan/mudd/tree/main/.claude/skills/add-check
Command: npx skills add https://github.com/frizzle-chan/mudd --skill add-check-frizzle-chan

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the process of integrating new code quality checks into your project's development workflow, ensuring consistency and maintainability.

Core Features & Use Cases

  • Automated Integration: Adds new linters, formatters, or type checkers to your CI, justfile, and pre-commit hooks.
  • Workflow Consistency: Ensures all code quality tools are consistently applied across the development lifecycle.
  • Use Case: When introducing a new linter like Ruff, use this Skill to automatically configure it in your CI pipeline, local pre-commit hooks, and build scripts.

Quick Start

Use the add-check skill to add a new Python type checker to the project.

Frequently Asked Questions about add-check

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

FAQPage Schema
How do I add a new linter to pre-commit hooks and CI workflows for a Python project?

To add a linter to pre-commit hooks and CI, you update configuration files including lefthook.yml, justfile, and CI workflows to incorporate new automated verification steps for consistent code quality checks.

What is the best way to automate Python type checker integration across local and CI environments?

Automating Python type checker integration requires configuring the tool consistently across local pre-commit hooks, justfile build scripts, and CI pipelines to enforce code standards throughout the development lifecycle.

Does this code quality automation workflow require lefthook.yml and justfile configuration?

Yes, integrating new code quality checks requires configuration updates in lefthook.yml for pre-commit hooks and justfile for build scripts, alongside CI workflows, to ensure consistent application of linters and formatters.

Can I use this to configure Ruff in my CI pipeline and local development workflow?

Yes, you can use this to configure linters like Ruff by automatically integrating the tool into your CI pipeline, local pre-commit hooks, and justfile build scripts to ensure consistent code standards across environments.

Why do I need to update multiple configuration files when adding a formatter to my development workflow?

Updating multiple configuration files ensures workflow consistency, guaranteeing that formatters and type checkers are uniformly applied across local pre-commit hooks, justfile commands, and CI pipelines throughout the development lifecycle.