lint-surgeon_lc_v1

Harvest, diagnose, and orchestrate fixes for Python lint violations.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/MilanKra13/python-enterprise-template --skill lint-surgeon-lc-v1
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lint-surgeon_lc_v1
Source: https://github.com/MilanKra13/python-enterprise-template/tree/main/%7B%7Bcookiecutter.project_slug%7D%7D/.claude/skills/lint-surgeon_lc_v1
Command: npx skills add https://github.com/MilanKra13/python-enterprise-template --skill lint-surgeon-lc-v1

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Lint Surgeon provides systematic AI-driven lint analysis to collect all violations across tools, diagnose root causes, and plan structured repairs to improve code quality.

Core Features & Use Cases

  • HARVEST/DIAGNOSE/STRATEGIZE/OPERATE: end-to-end lint workflow across Ruff, MyPy, Pylint, and security/quality linters to identify, classify, and fix issues.
  • Deterministic fixes with guardrails: execute repairs while preserving functionality, with minimal noise and clear traceability.
  • Use Case: Teams can integrate this into CI to reduce manual lint review and accelerate clean code adoption.

Quick Start

Launch the lint surgeon workflow on your project with a single activation command.

Frequently Asked Questions about lint-surgeon_lc_v1

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

FAQPage Schema
How do I automate lint fixes across a Python project with multiple linters?

Lint remediation systematically collects violations from multiple static analysis tools, classifies their root causes, and applies structured fixes with guardrails. This process reduces manual review overhead and ensures deterministic repairs that preserve existing functionality across your Python project.

Can I coordinate Ruff, MyPy, and Pylint fixes without breaking existing functionality?

Yes, you can coordinate multiple linters to apply repairs with deterministic guardrails that preserve functionality. The workflow harvests and diagnoses violations across tools like Ruff and MyPy, then executes structured fixes with clear traceability and minimal noise.

What is the best way to diagnose root causes of static analysis violations in Python?

The best way is to use a multi-phase workflow that harvests violations from static analysis tools like Ruff, MyPy, and Pylint, then diagnoses root causes systematically. This structured approach plans targeted repairs rather than addressing individual lint errors in isolation across the Python codebase.

Does automated lint remediation work for Python codebases of varying sizes?

Yes, automated lint remediation applies to Python codebases of varying sizes by coordinating multiple linters to harvest, diagnose, and repair issues end-to-end. The structured workflow scales by systematically collecting violations and orchestrating fixes across the entire project.

How do I integrate static analysis fixes into CI to reduce manual lint review?

You can integrate automated lint remediation into CI by running a multi-phase workflow that harvests violations from Ruff, MyPy, and Pylint, then orchestrates deterministic repairs with guardrails. This reduces manual lint review overhead and accelerates clean code adoption across the team.