·clean-tests
</>

clean-tests

Use when writing, fixing, editing, or refactoring Python tests. Enforces Clean Code principles—fast tests, boundary coverage, one assert per test.

6Installs·0Trend·@ertugrul-dmr

Installation

$npx skills add https://github.com/ertugrul-dmr/clean-code-skills --skill clean-tests

How to Install clean-tests

Quickly install clean-tests AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/ertugrul-dmr/clean-code-skills --skill clean-tests
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: ertugrul-dmr/clean-code-skills.

SKILL.md

View raw

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.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/ertugrul-dmr/clean-code-skills --skill clean-tests
Category
</>Dev Tools
Verified
First Seen
2026-02-25
Updated
2026-03-11

Browse more skills from ertugrul-dmr/clean-code-skills

Quick answers

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.

How do I install clean-tests?

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

Where is the source repository?

https://github.com/ertugrul-dmr/clean-code-skills