lint-build-fixer
✓Used to systematically fix TypeScript build errors and ESLint linting issues. Triggers when asked to 'fix the build', 'resolve lint errors', 'fix type errors', or when build/lint failures are detected. Follows a strict priority: 1) Identify scripts, 2) Fix TS/Build errors first, 3) Verify & Commit build fix, 4) Fix Lint (Auto-fix first, then rule-by-rule), 5) Final Full Verification.
Installation
SKILL.md
This skill provides a systematic workflow for resolving TypeScript and ESLint errors in a project.
TypeScript/Build Fixes (Priority 1) Fix all TypeScript or build-related errors before addressing linting.
ESLint/Lint Fixes (Priority 2) After the build is passing, address linting issues.
Used to systematically fix TypeScript build errors and ESLint linting issues. Triggers when asked to 'fix the build', 'resolve lint errors', 'fix type errors', or when build/lint failures are detected. Follows a strict priority: 1) Identify scripts, 2) Fix TS/Build errors first, 3) Verify & Commit build fix, 4) Fix Lint (Auto-fix first, then rule-by-rule), 5) Final Full Verification. Source: vajahath/skill-lint-build-fixer.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/vajahath/skill-lint-build-fixer --skill lint-build-fixer- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-05
- Updated
- 2026-02-18
Quick answers
What is lint-build-fixer?
Used to systematically fix TypeScript build errors and ESLint linting issues. Triggers when asked to 'fix the build', 'resolve lint errors', 'fix type errors', or when build/lint failures are detected. Follows a strict priority: 1) Identify scripts, 2) Fix TS/Build errors first, 3) Verify & Commit build fix, 4) Fix Lint (Auto-fix first, then rule-by-rule), 5) Final Full Verification. Source: vajahath/skill-lint-build-fixer.
How do I install lint-build-fixer?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/vajahath/skill-lint-build-fixer --skill lint-build-fixer Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/vajahath/skill-lint-build-fixer
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-05