code-quality

Installation
SKILL.md

Code Quality Setup

When starting or scaffolding a project, set up formatting, linting, import sorting, type checking, tests, and local hooks before writing much application code. This prevents the painful scenario of adding these tools later and facing thousands of lines of formatting changes in a single commit.

Keep this skill focused on local quality tooling and quality gates. Do not add deployment, preview environments, release automation, rollback flows, feature flags, or broader organization process here.

Detect the ecosystem

Determine the project type from existing files or the scaffolding context:

Installs
14
GitHub Stars
1
First Seen
Feb 8, 2026
code-quality — rarestg/rarestg-skills