·lint-fix

Run ESLint with --fix across the repo (or a scope), capture errors that could not be auto-fixed, group them by rule, store results in the KB, and scan for eslint-disable suppressions (which are covered-up errors, not fixes). Use this skill instead of running pnpm lint directly.

12Installs·1Trend·@michael-menard

Installation

$npx skills add https://github.com/michael-menard/monorepo --skill lint-fix

How to Install lint-fix

Quickly install lint-fix AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/michael-menard/monorepo --skill lint-fix
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: michael-menard/monorepo.

SKILL.md

View raw

After auto-fix and manual fix attempts, if any errors remain:

eslint-disable comments added during a story = automatic FAIL in code review. The suppression inventory (Phase 4) is diffed against the previous run to detect new suppressions introduced by the current story.

Rule name = the final whitespace-delimited token on each error/warning line.

Run ESLint with --fix across the repo (or a scope), capture errors that could not be auto-fixed, group them by rule, store results in the KB, and scan for eslint-disable suppressions (which are covered-up errors, not fixes). Use this skill instead of running pnpm lint directly. Source: michael-menard/monorepo.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/michael-menard/monorepo --skill lint-fix
Category
</>Dev Tools
Verified
First Seen
2026-03-10
Updated
2026-03-11

Browse more skills from michael-menard/monorepo

Quick answers

What is lint-fix?

Run ESLint with --fix across the repo (or a scope), capture errors that could not be auto-fixed, group them by rule, store results in the KB, and scan for eslint-disable suppressions (which are covered-up errors, not fixes). Use this skill instead of running pnpm lint directly. Source: michael-menard/monorepo.

How do I install lint-fix?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/michael-menard/monorepo --skill lint-fix Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/michael-menard/monorepo

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-03-10