ring:linting-codebase
Installation
SKILL.md
Linting Codebase
Overview
This skill runs lint checks on the codebase, analyzes the results to identify independent fix streams, and dispatches parallel AI agents to fix all issues. The process iterates until the codebase passes all lint checks.
Core principle: Group lint issues by file/component, dispatch one agent per independent stream, iterate until clean.
⛔ CRITICAL CONSTRAINTS
These constraints are NON-NEGOTIABLE and must be communicated to ALL dispatched agents:
┌─────────────────────────────────────────────────────────────────┐
│ 🚫 DO NOT CREATE AUTOMATED SCRIPTS TO FIX LINT ISSUES │
│ 🚫 DO NOT CREATE DOCUMENTATION OR README FILES │
│ 🚫 DO NOT ADD COMMENTS EXPLAINING THE FIXES │
│ ✅ FIX EACH ISSUE DIRECTLY BY EDITING THE SOURCE CODE │
│ ✅ MAKE MINIMAL CHANGES - ONLY WHAT'S NEEDED FOR LINT │
Related skills