Skip to main content

find-related-tests

Find test files and functions related to recent git changes. Suggests exact go test commands with correct env vars.

インストールへ移動

ソース情報

リポジトリ
fleetdm/fleet
ソースの最終更新活動
2026年4月6日 23:48
検出された SKILL.md の言語
英語
スター
6,894
フォーク
1,024

インストール方法

デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。

ソースファイルを確認

インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。

SKILL.md を表示中

SKILL.md
ソースの指示 · 読み取り専用プレビュー
name
find-related-tests
description
Find test files and functions related to recent git changes. Suggests exact go test commands with correct env vars.
allowed-tools
Bash(git *), Read, Grep, Glob
effort
low
Look at my recent git changes (`git diff` and `git diff --cached`) and find all related test files. For each modified file, find: 1. The `_test.go` file in the same package 2. Integration tests that exercise the modified code (check `server/service/integration_*_test.go` files) 3. Any test helpers or fixtures that may need updating List the test files and suggest specific test functions to run with the exact `go test` commands, including the right env vars (MYSQL_TEST, REDIS_TEST, etc.).
GitHubで見る