·test-runner
</>

test-runner

执行和管理 Rust 测试,包括单元测试、集成测试和文档测试。运行测试时使用以确保代码质量和正确性。

17安装·2热度·@d-o-hub

安装

$npx skills add https://github.com/d-o-hub/rust-self-learning-memory --skill test-runner

如何安装 test-runner

通过命令行快速安装 test-runner AI 技能到你的开发环境

  1. 打开终端: 打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 运行安装命令: 复制并运行以下命令:npx skills add https://github.com/d-o-hub/rust-self-learning-memory --skill test-runner
  3. 验证安装: 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

来源:d-o-hub/rust-self-learning-memory。

SKILL.md

查看原文

Execute and manage Rust tests for the self-learning memory project.

| Category | Command (preferred) | Fallback | Scope |

| Unit | cargo nextest run --lib | cargo test --lib | Individual functions | | Integration | cargo nextest run --test '' | cargo test --test '' | End-to-end workflows | | Doc | cargo test --doc | (nextest unsupported) | Documentation examples | | All | cargo nextest run --all | cargo test --all | Complete validation |

执行和管理 Rust 测试,包括单元测试、集成测试和文档测试。运行测试时使用以确保代码质量和正确性。 来源:d-o-hub/rust-self-learning-memory。

可引用信息

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

安装命令
npx skills add https://github.com/d-o-hub/rust-self-learning-memory --skill test-runner
分类
</>开发工具
认证
收录时间
2026-02-23
更新时间
2026-03-11

Browse more skills from d-o-hub/rust-self-learning-memory

快速解答

什么是 test-runner?

执行和管理 Rust 测试,包括单元测试、集成测试和文档测试。运行测试时使用以确保代码质量和正确性。 来源:d-o-hub/rust-self-learning-memory。

如何安装 test-runner?

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

这个 Skill 的源码在哪?

https://github.com/d-o-hub/rust-self-learning-memory