js-quality

Community

Automate JS quality with lint, format, and tests.

Authormorodomi
Version1.0.0
Installs0

System Documentation

What problem does it solve?

JavaScript projects often suffer from inconsistent quality: linting errors, formatting drift, and flaky tests that slow development. This skill consolidates quality checks by running ESLint, Prettier, and test suites to ensure code health.

Core Features & Use Cases

  • Static analysis: Run ESLint to identify and fix code quality issues.
  • Code formatting: Use Prettier to ensure consistent formatting.
  • Test execution: Run Jest or Vitest to verify behavior and coverage.
  • Use Case: A frontend project with a CI job can automatically lint, format, and test on every push to prevent regressions.

Quick Start

Install the necessary tools in your project, then run: npx eslint . npm test npx vitest run

Dependency Matrix

Required Modules

None required

Components

references

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: js-quality
Download link: https://github.com/morodomi/tdd-skills/archive/main.zip#js-quality

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.