What is clean-tests?
Use when writing, fixing, editing, or refactoring Python tests. Enforces Clean Code principles—fast tests, boundary coverage, one assert per test. Source: ertugrul-dmr/clean-code-skills.
Use when writing, fixing, editing, or refactoring Python tests. Enforces Clean Code principles—fast tests, boundary coverage, one assert per test.
Quickly install clean-tests AI skill to your development environment via command line
Source: ertugrul-dmr/clean-code-skills.
Test everything that could possibly break. Use coverage tools as a guide, not a goal.
Coverage tools report gaps in your testing strategy. Don't ignore them.
Trivial tests document behavior and catch regressions. They're worth more than their cost.
Use when writing, fixing, editing, or refactoring Python tests. Enforces Clean Code principles—fast tests, boundary coverage, one assert per test. Source: ertugrul-dmr/clean-code-skills.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/ertugrul-dmr/clean-code-skills --skill clean-testsUse when writing, fixing, editing, or refactoring Python tests. Enforces Clean Code principles—fast tests, boundary coverage, one assert per test. Source: ertugrul-dmr/clean-code-skills.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/ertugrul-dmr/clean-code-skills --skill clean-tests Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/ertugrul-dmr/clean-code-skills