lint-check-hd

Run ESLint, TypeScript type checks, and accessibility audits on codebases.

1|1|Updated Apr 9, 2026
One-click install
npx skills add https://github.com/kangmomin/harness-plugins --skill lint-check-hd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lint-check-hd
Source: https://github.com/kangmomin/harness-plugins/tree/main/plugins/hyeondongs-harness/skills/lint-check-hd
Command: npx skills add https://github.com/kangmomin/harness-plugins --skill lint-check-hd

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Developers spend too much time manually linting, type-checking, and validating accessibility across projects, risking inconsistent quality and delayed feedback.

Core Features & Use Cases

  • ESLint audits for JavaScript/TypeScript projects, with clear rule violation reporting.
  • TypeScript type-checking to surface type errors and enforce safer code.
  • Accessibility (a11y) checks to detect missing labels, alt text, and interactive accessibility issues.
  • Use Case: Integrate into CI to prevent PRs with lint or type errors and surface a11y issues early.

Quick Start

Run lint-check-hd on your project to perform ESLint, TS type checks, and a11y audits.

Frequently Asked Questions about lint-check-hd

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

FAQPage Schema
How do I run ESLint, TypeScript type checks, and a11y audits together?

Run lint-check-hd to perform holistic code quality checks across your project. It executes ESLint, TS strictness verification, and accessibility audits, reporting violations with guidance for remediation.

What is the best way to automate React accessibility and TypeScript checks in CI?

Automating React accessibility and TypeScript checks in CI is done by running this skill on changed files or full project scans. It prevents PRs with lint, type errors, or a11y issues from merging.

Can I use this to find missing alt text and labels in frontend React components?

Yes, you can use it to find missing alt text and labels in frontend React components. The accessibility checks specifically detect missing labels, alt text, and interactive accessibility issues.

Does lint-check-hd work with both frontend and backend TypeScript code?

lint-check-hd works with both frontend and backend TypeScript projects. It applies ESLint rule verification and TS type-checking across the entire codebase, handling changed files or full project scans.

Why should I use a holistic code quality check instead of just running ESLint?

A holistic code quality check is needed because relying solely on ESLint misses type errors and accessibility barriers. Combining ESLint, TS strictness, and a11y audits ensures consistent quality and prevents delayed feedback.