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
آخر نشاط في المصدر
٦ أبريل ٢٠٢٦ في ٢٣:٤٨
لغة SKILL.md المكتشفة
الإنجليزية
النجوم
٦٬٨٩٤
التفرعات
١٬٠٢٤

خيارات التثبيت

يُحدَّد 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