quality-engineer

Community

Automate code quality, ensure production-ready code.

Authormarcioaltoe
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill establishes and enforces high code quality standards through automated checks. It integrates tools like Biome, Prettier, and TypeScript into a robust quality gates workflow, catching errors early and ensuring consistent, maintainable code.

Core Features & Use Cases

  • Automated Quality Gates: Sets up a sequence of craft, format, lint, type-check, and test to run before commits and in CI/CD.
  • Biome & Prettier Configuration: Configures Biome for TypeScript/JavaScript/CSS linting and formatting, and Prettier for Markdown/package.json.
  • Pre-commit Hooks: Implements Husky and lint-staged to automatically enforce quality checks before code is committed.
  • Use Case: "Configure Biome for my monorepo, set up pre-commit hooks with Husky, and add a quality script to my package.json."

Quick Start

Setup code quality checks for a new project, including Biome, Prettier, and pre-commit hooks.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 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: quality-engineer
Download link: https://github.com/marcioaltoe/claude-craftkit/archive/main.zip#quality-engineer

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