code-quality-testing

Generate Vitest tests and Biome configurations for TypeScript strict mode.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/addval/finishd-platform --skill code-quality-testing
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-quality-testing
Source: https://github.com/addval/finishd-platform/tree/main/.claude/skills/code-quality-testing
Command: npx skills add https://github.com/addval/finishd-platform --skill code-quality-testing

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill equips development teams with ready-to-use Vitest tests and code-quality configurations to improve test coverage, enforce TypeScript strict mode, and standardize linting across projects.

Core Features & Use Cases

  • Vitest Test Generation for React components and backend services to accelerate test creation.
  • Biome Configuration & Linting Setup to standardize code quality across a monorepo.
  • TypeScript Strict Mode Enforcement to ensure strong typing and safer codebases.
  • Use Case: A large React + Node project needs new tests and consistent lint rules across packages; this skill scaffolds tests and Biome configurations to streamline onboarding and maintenance.

Quick Start

Run the code-quality-testing skill in your workspace to generate Vitest test scaffolds and Biome configs. Review and adjust the generated tests under tests/ and config/ biome folders, then run the test suite and lint tools to validate improvements.

Frequently Asked Questions about code-quality-testing

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

FAQPage Schema
How do I generate Vitest tests for React components?

Vitest test generation creates ready-to-use test scaffolds for React components and backend services. This skill generates test files that accelerate test creation and improve coverage across your codebase without manual boilerplate.

Can I set up Biome linting and code quality rules across a monorepo?

Yes, this skill configures Biome linting to standardize code quality across monorepo packages. It generates and applies consistent lint rules that enforce your project's quality standards automatically.

How do I enforce TypeScript strict mode in an existing project?

TypeScript strict mode enforcement tightens type checking to ensure safer, more robust code. This skill applies strict mode configuration across Node.js and TypeScript projects, catching potential type errors early.

What's the best way to improve test coverage in React and Node projects?

Combining Vitest tests and Biome linting improves both test coverage and code consistency. This skill scaffolds tests and standardizes configurations across React components and backend services in modern monorepos.

Does this work with existing TypeScript and React monorepos?

Yes, this skill applies to existing React and Node monorepos running TypeScript. It generates test scaffolds and linting configs that integrate with your current project structure without breaking changes.

What happens if my project already has some tests and linting rules?

Review and adjust the generated Vitest tests and Biome configs to merge with your existing setup. The skill scaffolds new configurations and tests that you can customize to match your project's current standards and practices.