← スキル一覧に戻る

test-first-change
by benreceveur
⚡ Accelerate workflows with Skills orchestration and intelligent automation for Claude AI - 95%+ token savings, 20-30x faster execution
⭐ 3🍴 1📅 2026年1月16日
SKILL.md
name: test-first-change description: Reduce regressions by discovering tests, running them, then editing code version: 1.0.0 tags: [testing, tdd, quality, regression]
Test-First Change Skill
Purpose
Ensure code changes don't introduce regressions by forcing test discovery and execution before modifications.
Process
- Discover existing tests for target code
- Run tests to establish baseline
- Make code changes
- Re-run tests to verify
- Log changes to memory
Scripts
run_tests.sh: Execute test suite with coveragediff_summary.py: Generate change summary for memory
Safety
- Never edit code before running tests
- Quarantine flaky tests
- Require 80%+ coverage on changes
Test-First Change v1.0.0
スコア
総合スコア
75/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
✓説明文
100文字以上の説明がある
+10
○人気
GitHub Stars 100以上
0/15
✓最近の活動
1ヶ月以内に更新
+10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
✓タグ
1つ以上のタグが設定されている
+5
レビュー
💬
レビュー機能は近日公開予定です
