·run-tests
</>

run-tests

microck/ordinary-claude-skills

通过智能地选择和运行适当的测试套件来验证代码更改。在编辑代码时使用此功能来验证更改是否正常工作、运行测试、验证功能或检查回归。自动发现受影响的测试套件,选择验证所需的最小 venv 集,并根据需要使用 Docker 服务处理测试执行。

5安装·0热度·@microck

安装

$npx skills add https://github.com/microck/ordinary-claude-skills --skill run-tests

SKILL.md

This skill helps you efficiently validate code changes by running the appropriate subset of the test suite. It uses scripts/run-tests to intelligently discover affected tests and run only what's necessary for validation.

I'll use the scripts/run-tests script to discover what test suites match your changes:

Rather than running ALL available venvs (which could take hours), I'll select the minimal set needed to validate your changes:

通过智能地选择和运行适当的测试套件来验证代码更改。在编辑代码时使用此功能来验证更改是否正常工作、运行测试、验证功能或检查回归。自动发现受影响的测试套件,选择验证所需的最小 venv 集,并根据需要使用 Docker 服务处理测试执行。 来源:microck/ordinary-claude-skills。

查看原文

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/microck/ordinary-claude-skills --skill run-tests
分类
</>开发工具
认证
收录时间
2026-02-01
更新时间
2026-02-18

快速解答

什么是 run-tests?

通过智能地选择和运行适当的测试套件来验证代码更改。在编辑代码时使用此功能来验证更改是否正常工作、运行测试、验证功能或检查回归。自动发现受影响的测试套件,选择验证所需的最小 venv 集,并根据需要使用 Docker 服务处理测试执行。 来源:microck/ordinary-claude-skills。

如何安装 run-tests?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/microck/ordinary-claude-skills --skill run-tests 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用

这个 Skill 的源码在哪?

https://github.com/microck/ordinary-claude-skills