·outside-in-testing
</>

outside-in-testing

rysweet/amplihack

使用 gadugi-agentic-test 框架为 CLI、TUI、Web 和 Electron 应用程序生成代理由外向内测试。 当您需要行为驱动的测试来验证外部接口而无需内部实现知识时使用。 创建 YAML 测试场景,供 AI 代理执行、观察并根据预期结果进行验证。 支持从简单的冒烟测试到高级的多步骤工作流程的渐进复杂性。

22安装·2热度·@rysweet

安装

$npx skills add https://github.com/rysweet/amplihack --skill outside-in-testing

SKILL.md

This skill helps you create agentic outside-in tests that verify application behavior from an external user's perspective without any knowledge of internal implementation. Using the gadugi-agentic-test framework, you write declarative YAML scenarios that AI agents execute, observe, and validate.

Key Principle: Tests describe WHAT should happen, not HOW it's implemented. Agents figure out the execution details.

Each example is marked with its level. Start at Level 1 and progress as needed.

使用 gadugi-agentic-test 框架为 CLI、TUI、Web 和 Electron 应用程序生成代理由外向内测试。 当您需要行为驱动的测试来验证外部接口而无需内部实现知识时使用。 创建 YAML 测试场景,供 AI 代理执行、观察并根据预期结果进行验证。 支持从简单的冒烟测试到高级的多步骤工作流程的渐进复杂性。 来源:rysweet/amplihack。

查看原文

可引用信息

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

安装命令
npx skills add https://github.com/rysweet/amplihack --skill outside-in-testing
分类
</>开发工具
认证
收录时间
2026-02-01
更新时间
2026-02-18

快速解答

什么是 outside-in-testing?

使用 gadugi-agentic-test 框架为 CLI、TUI、Web 和 Electron 应用程序生成代理由外向内测试。 当您需要行为驱动的测试来验证外部接口而无需内部实现知识时使用。 创建 YAML 测试场景,供 AI 代理执行、观察并根据预期结果进行验证。 支持从简单的冒烟测试到高级的多步骤工作流程的渐进复杂性。 来源:rysweet/amplihack。

如何安装 outside-in-testing?

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

这个 Skill 的源码在哪?

https://github.com/rysweet/amplihack