build-lint-validator

Detect TypeScript compilation errors and ESLint violations with a report.

5|1|Updated Feb 17, 2026
One-click install
npx skills add https://github.com/Ramakrishnan24689/codeapps-toolkit --skill build-lint-validator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: build-lint-validator
Source: https://github.com/Ramakrishnan24689/codeapps-toolkit/tree/main/skills/build-lint-validator
Command: npx skills add https://github.com/Ramakrishnan24689/codeapps-toolkit --skill build-lint-validator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill ensures production-ready code by validating TypeScript compilation and ESLint compliance before delivery, catching type errors and lint violations early.

Core Features & Use Cases

  • TypeScript compilation check: surface type errors across the codebase during the validation stage.
  • ESLint compliance check: enforce style guidelines and detect risky patterns before merging.
  • Auto-fix capability: automatically fix a subset of lint issues to accelerate resolution.
  • Validation workflow: generate a structured report with pass/fail status and clear next steps for developers.

Quick Start

Run the validator after implementing changes to verify a clean build and lint pass.

Frequently Asked Questions about build-lint-validator

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

FAQPage Schema
How do I check TypeScript compilation and ESLint violations before delivery?

To check TypeScript compilation and ESLint violations, apply a validation workflow that runs a compile check and lint check across code changes. This generates a structured report with pass/fail status to guarantee production-ready quality.

Can I automatically fix ESLint issues during the build validation process?

Yes, you can automatically fix a subset of ESLint issues during the build validation process. The validator attempts auto-fixes as part of its three-step flow to accelerate issue resolution before delivering the final validation report.

What is the best way to validate multi-file refactors for production-ready quality?

The best way to validate multi-file refactors is running a structured validation workflow that executes TypeScript compile checks and ESLint compliance checks. This surfaces type errors and enforces style guidelines across all updated files to ensure production-ready quality.

Does this code quality validator work without external dependencies?

Yes, this code quality validator works without external dependencies. It operates independently to enforce TypeScript compilation and ESLint compliance, applying a three-step validation flow to generate structured pass/fail reports for code changes.

Why does ESLint auto-fix leave remaining violations in the validation report?

ESLint auto-fix leaves remaining violations in the validation report because it only automatically fixes a subset of lint issues. Developers must manually resolve complex style guideline violations and risky patterns that auto-fix cannot address to achieve a clean build.