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.

Ir para a instalação

Informações da origem

Repositório
fleetdm/fleet
Última atividade na origem
6 de abril de 2026 às 23:48
Idioma detectado do SKILL.md
inglês
Estrelas
6.894
Forks
1.024

Opções de instalação

Por padrão, está selecionado o prompt que primeiro revisa a origem. Você pode mudar para um comando direto ou baixar uma cópia local.

Revise os arquivos de origem

Leia o SKILL.md e os arquivos complementares exibidos pelo SkillsMP antes de decidir se vai instalar.

Exibindo SKILL.md

SKILL.md
Instruções da origem · Visualização somente leitura
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.).
Ver no GitHub