lint-remediation

Convert static analysis and linting reports into code refactoring instructions.

6|2|Updated Apr 19, 2026
One-click install
npx skills add https://github.com/paudley/coding-ethos --skill lint-remediation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lint-remediation
Source: https://github.com/paudley/coding-ethos/tree/main/.gemini/extensions/coding-ethos/skills/lint-remediation
Command: npx skills add https://github.com/paudley/coding-ethos --skill lint-remediation

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps developers convert linter and static analysis findings into concrete, code-level refactors grounded in ETHOS principles, improving code quality and reducing manual suppression.

Core Features & Use Cases

  • Error Analysis and Classification: Identifies the type and severity of static analysis findings.
  • Structural Fix Suggestions: Recommends refactoring strategies aligned with SOLID and best practices.
  • Use Case: When a mypy type warning appears, this Skill suggests code modifications that resolve the issue without suppressions, ensuring maintainable, safe code.

Quick Start

Use the lint-remediation skill to analyze the recent static analysis report and generate a list of recommended code changes.

Frequently Asked Questions about lint-remediation

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

FAQPage Schema
How do I fix static analysis and linting findings without using suppressions?

To fix linting findings without suppressions, you can convert static analysis reports into actionable code refactoring instructions that resolve underlying structural issues based on ETHOS principles.

What is the best way to refactor code flagged by mypy type checking warnings?

Refactoring code flagged by mypy type checking involves analyzing the warning severity and applying structural fix suggestions aligned with SOLID principles to ensure maintainable, type-safe code.

Can I use automated refactoring suggestions to enforce SOLID coding standards?

Yes, automated refactoring suggestions can enforce SOLID coding standards by translating static analysis findings into concrete code modifications that target underlying structural problems.

How do I convert a static analysis report into actionable code changes?

Converting a static analysis report into actionable code changes requires classifying finding types and severities, then generating targeted refactoring strategies that improve overall code quality.

Why should I resolve code quality issues through refactoring instead of inline suppressions?

Resolving code quality issues through refactoring instead of inline suppressions fosters responsible ownership of code quality and ensures long-term adherence to established coding standards.

Does lint remediation work for general static analysis reports or only specific linters?

Lint remediation processes general static analysis and linting reports, analyzing finding types and severities to recommend structural refactoring strategies regardless of the specific linter used.