Stats
Actions
Tags
From workflow-skills
Restricts test execution to files affected by recent changes using git diff and runner-specific filter options for Gradle, pytest, Jest, Go, and Cargo.
How this skill is triggered — by the user, by Claude, or both
Slash command
/workflow-skills:test-targetedThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
特別な指示がない限り、プロジェクト全体テストの一括実行は行わない。直前の作業内容・最新コミット差分・修正ファイルのパスから影響範囲を特定し、対象テストクラスのみに絞って実行する。
特別な指示がない限り、プロジェクト全体テストの一括実行は行わない。直前の作業内容・最新コミット差分・修正ファイルのパスから影響範囲を特定し、対象テストクラスのみに絞って実行する。
git log / git diff で修正対象のクラス/パッケージを特定する--tests "*ClassNameTest" または --tests "FQCN"pytest path/to/test_file.py::TestClass::test_func または -k "expr"jest path/to/file.test.ts または -t "test name pattern"go test ./pkg/... -run TestNamecargo test --test integration_test test_name以下の場合のみ全範囲テストを実行する:
計画書に「全体テスト」と明示されていても、ユーザーから直接の指示がなければ対象テストに絞る。
npx claudepluginhub yasunori0418/skills --plugin workflow-skillsCreates, edits, and verifies skills using a test-driven development approach with pressure scenarios and subagents.