KS
Killer-Skills

run-quality-checks — how to use run-quality-checks how to use run-quality-checks, run-quality-checks setup guide, run-quality-checks alternative, run-quality-checks vs eslint, install run-quality-checks, run-quality-checks for React developers, code quality checks for React, run-quality-checks tutorial, run-quality-checks best practices

v1.0.0
GitHub

About this Skill

Ideal for React Development Agents requiring automated code quality validation using ESLint and TypeScript run-quality-checks is a skill that executes code quality checks, including linting, type checking, and formatting, to ensure high-quality code in React applications.

Features

Executes linting with ESLint via npm run lint
Performs type checking with TypeScript via npm run typecheck
Enforces code formatting with Prettier via npm run prettier
Supports React applications with modular and accessible UI components
Utilizes Tailwind CSS for styling and design system consistency
Leverages React Hooks for efficient and scalable component development

# Core Topics

leboncoin leboncoin
[87]
[21]
Updated: 2/23/2026

Quality Score

Top 5%
53
Excellent
Based on code quality & docs
Installation
SYS Universal Install (Auto-Detect)
Cursor IDE Windsurf IDE VS Code IDE
> npx killer-skills add leboncoin/spark-web/run-quality-checks

Agent Capability Analysis

The run-quality-checks MCP Server by leboncoin is an open-source Categories.community integration for Claude and other AI agents, enabling seamless task automation and capability expansion. Optimized for how to use run-quality-checks, run-quality-checks setup guide, run-quality-checks alternative.

Ideal Agent Persona

Ideal for React Development Agents requiring automated code quality validation using ESLint and TypeScript

Core Value

Empowers agents to enforce code standards and best practices by executing npm scripts for linting, type checking, and formatting, ensuring high-quality React applications with consistent coding styles and correct TypeScript types

Capabilities Granted for run-quality-checks MCP Server

Automating code quality checks before committing
Validating TypeScript types in React projects
Enforcing consistent code formatting with Prettier

! Prerequisites & Limits

  • Requires npm and React project setup
  • Limited to React applications with configured ESLint and TypeScript
Project
SKILL.md
1.1 KB
.cursorrules
1.2 KB
package.json
240 B
Ready
UTF-8
SKILL.md
Readonly

Run Quality Checks

Execute all code quality checks for the Spark UI project.

When to Use

  • Before committing code
  • When preparing a PR
  • User wants to verify code quality
  • User mentions "lint", "typecheck", or "quality"

Instructions

  1. Linting:

    bash
    1npm run lint

    Checks code style and quality with ESLint.

  2. Type Checking:

    bash
    1npm run typecheck

    Verifies TypeScript types are correct.

  3. Formatting:

    bash
    1npm run prettier

    Checks and fixes code formatting.

  4. All Formatting Checks:

    bash
    1npm run prettify

    Runs both lint and prettier.

  5. Tests:

    bash
    1npm run test:run

    Runs all unit tests.

  6. Test Coverage:

    bash
    1npm run test:coverage

    Generates coverage report.

  7. E2E Tests:

    bash
    1npm run test:e2e

    Runs end-to-end tests with Playwright.

  8. Accessibility Tests:

    bash
    1npm run test:a11y

    Runs accessibility tests.

Complete Quality Pipeline

For a complete check before PR:

bash
1npm run lint && npm run typecheck && npm run test:run && npm run test:a11y

Related Skills

Looking for an alternative to run-quality-checks or building a Categories.community AI Agent? Explore these related open-source MCP Servers.

View All

widget-generator

Logo of f
f

widget-generator is an open-source AI agent skill for creating widget plugins that are injected into prompt feeds on prompts.chat. It supports two rendering modes: standard prompt widgets using default PromptCard styling and custom render widgets built as full React components.

149.6k
0
Design

chat-sdk

Logo of lobehub
lobehub

chat-sdk is a unified TypeScript SDK for building chat bots across multiple platforms, providing a single interface for deploying bot logic.

73.0k
0
Communication

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication