lint-fix

Execute Makefile targets to format code and run linting checks.

3|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/yu-iskw/dbt-heros --skill lint-fix-yu-iskw
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lint-fix
Source: https://github.com/yu-iskw/dbt-heros/tree/main/.claude/skills/lint-fix
Command: npx skills add https://github.com/yu-iskw/dbt-heros --skill lint-fix-yu-iskw

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates code formatting and linting checks, ensuring code quality and consistency across the project.

Core Features & Use Cases

  • Code Formatting: Applies standard formatting rules to your code.
  • Linting: Detects and reports potential errors, style issues, and anti-patterns.
  • Use Case: Before committing your code, run this Skill to automatically fix formatting issues and identify any potential bugs or style violations.

Quick Start

Run make format then make lint to ensure code quality.

Frequently Asked Questions about lint-fix

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

FAQPage Schema
How do I format and lint code using a Makefile?

To format and lint code using a Makefile, execute the 'make format' and 'make lint' commands. This automates code formatting and identifies potential bugs or style violations.

What is the best way to automate code quality checks before committing?

Automating code quality checks before committing is best achieved by running Makefile targets. This ensures code quality and consistency by applying standard formatting rules and detecting anti-patterns.

Does the lint-fix Skill require any specific project configuration?

Yes, the lint-fix Skill requires access to the project's Makefile. It relies on deterministic execution of the 'make format' and 'make lint' commands defined within your project.

Can I use this to fix formatting issues and identify style violations?

Yes, you can use this to fix formatting issues and identify style violations. It applies standard formatting rules to your code and reports potential errors, style issues, and anti-patterns.

What happens if my project does not have a Makefile?

If your project does not have a Makefile, this approach cannot execute. The Skill requires a Makefile containing the defined 'make format' and 'make lint' targets for deterministic execution.

Why does code formatting and linting matter for software development workflows?

Code formatting and linting matter because they ensure adherence to coding standards and prevent errors. This maintains code quality and consistency across the project throughout the development workflow.