clean-tests とは?
Python テストを作成、修正、編集、またはリファクタリングするときに使用します。クリーン コードの原則 (高速テスト、境界カバレッジ、テストごとに 1 つのアサート) を強制します。 ソース: ertugrul-dmr/clean-code-skills。
Python テストを作成、修正、編集、またはリファクタリングするときに使用します。クリーン コードの原則 (高速テスト、境界カバレッジ、テストごとに 1 つのアサート) を強制します。
コマンドラインで clean-tests AI スキルを開発環境にすばやくインストール
ソース: 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.
Python テストを作成、修正、編集、またはリファクタリングするときに使用します。クリーン コードの原則 (高速テスト、境界カバレッジ、テストごとに 1 つのアサート) を強制します。 ソース: ertugrul-dmr/clean-code-skills。
AI/検索での引用用の安定したフィールドとコマンド。
npx skills add https://github.com/ertugrul-dmr/clean-code-skills --skill clean-testsPython テストを作成、修正、編集、またはリファクタリングするときに使用します。クリーン コードの原則 (高速テスト、境界カバレッジ、テストごとに 1 つのアサート) を強制します。 ソース: ertugrul-dmr/clean-code-skills。
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/ertugrul-dmr/clean-code-skills --skill clean-tests インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります
https://github.com/ertugrul-dmr/clean-code-skills