fix-lint

Fix lint and format issues in codebases using Makefiles and Poetry scripts.

381|261|Updated May 7, 2026
One-click install
npx skills add https://github.com/nudgebee/nudgebee --skill fix-lint-nudgebee
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fix-lint
Source: https://github.com/nudgebee/nudgebee/tree/main/.gemini/skills/fix-lint
Command: npx skills add https://github.com/nudgebee/nudgebee --skill fix-lint-nudgebee

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Manually fixing lint and format issues in large codebases can be time-consuming and error-prone. This Skill automates the process, ensuring code quality is maintained consistently.

Core Features & Use Cases

  • Automated Linting: Identifies and fixes common linting issues across services.
  • Format Standardization: Ensures consistent formatting across services, which is crucial for code readability and maintainability.
  • Use Case: When a developer checks in code that fails linting checks, this Skill can be triggered to automatically fix the issues before the code is merged.

Quick Start

Run the fix-lint skill to automatically fix lint and format issues in your codebase.

Frequently Asked Questions about fix-lint

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

FAQPage Schema
How do I automatically fix lint and format issues across multiple services?

Automated lint and format fixing works by executing targeted formatting commands in each service's respective directory using Makefiles and Poetry scripts to ensure code quality.

Do I need a local codebase to run automated code formatting?

Yes, a local codebase is required to run automated code formatting, as the tool executes targeted formatting commands directly within the respective service directories to apply fixes.

Can I use Makefiles and Poetry scripts to standardize code formatting?

Yes, you can use Makefiles and Poetry scripts to standardize code formatting, as this automated linting approach utilizes them to execute targeted formatting commands across multiple languages and services.

What is the best way to fix linting issues before merging code?

The best way to fix linting issues before merging is to trigger an automated formatting process that runs targeted commands in your service directories, ensuring consistent code formatting and readability.

Does automated code formatting support multiple programming languages?

Yes, automated code formatting supports multiple languages and formats by executing targeted commands within the service directories, ensuring consistent formatting across the entire local codebase.