quality-engineer
CommunityAutomate 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, andtestto 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
qualityscript to mypackage.json."
Quick Start
Setup code quality checks for a new project, including Biome, Prettier, and pre-commit hooks.
Dependency Matrix
Required Modules
None requiredComponents
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.