code-lint

Detect linting requirements and run auto-fix commands on code repositories.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/sirn/dotfiles --skill code-lint
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-lint
Source: https://github.com/sirn/dotfiles/tree/main/var/agents/skills/code-lint
Command: npx skills add https://github.com/sirn/dotfiles --skill code-lint

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Detect project linting requirements, automatically run linting, and fix issues to maintain code quality across environments.

Core Features & Use Cases

  • Identify lint targets by scanning common indicators (Makefile, package.json, pyproject.toml, setup.cfg) and language-specific configs.
  • Execute appropriate lint commands with auto-fix where possible and report remaining issues for manual review.
  • Integrate with CI workflows and local development to ensure consistent style across multiple repositories.

Quick Start

Run code-lint on your repository to detect lint issues and apply automatic fixes where possible.

Frequently Asked Questions about code-lint

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

FAQPage Schema
How do I automate linting across multiple projects with different configurations?

Automate linting by scanning configuration files like Makefile, package.json, and pyproject.toml to identify project context. The tool determines the appropriate linting strategy, executes commands with auto-fix, and reports remaining issues for manual review.

How does auto-fix linting work when issues remain after the first run?

Auto-fix linting runs the selected linter to apply automatic corrections, then re-runs the lint to verify resolution. If issues remain, it provides a structured summary highlighting exactly what requires manual intervention.

Can I integrate automated linting into my CI workflows?

Yes, automated linting integrates with CI workflows to ensure consistent code style across multiple repositories. It detects linting requirements and executes appropriate commands to maintain code quality across environments.

What configuration files are needed to detect project linting requirements?

Project linting requirements are detected by scanning common indicators including Makefile, package.json, pyproject.toml, setup.cfg, and language-specific configs to determine the appropriate linting strategy.

What is the best way to handle unresolved lint issues after auto-fix?

Handle unresolved lint issues by reviewing the structured summary provided after the verification re-run. This summary details remaining problems that cannot be auto-fixed and require manual intervention to resolve.