By TestAny-io
Automate and guide the full R&D workflow: interview vague ideas into BRDs/PRDs/use cases, generate/review prototypes/UI/API contracts/guardrails/HLDs/LLDs/test strategies/specs/runbooks, ensuring consistency via repo scans and iterative quality gates.
API contract review, 接口契约评审。Use when: PRD 完成后、HLD/LLD/实现前需要审查 OpenAPI/AsyncAPI/GraphQL/gRPC/WebSocket/SSE/Webhook/SDK/文件格式/IPC-CLI 契约。
Write API contract, 写接口契约。Use when: PRD 完成后、HLD 之前需要定义 OpenAPI/AsyncAPI/GraphQL/gRPC/WebSocket/SSE/Webhook/SDK/文件格式规范。
BRD interview, 业务需求访谈。Use when: 需要将模糊的业务想法梳理成 BRD、"帮我梳理业务需求"、"老板说要做 XXX"、"这个需求不太清楚"、"写 BRD"。
Review Project Guardrails, 工程规范评审。Use when: Guardrails 创建或更新后需要作为项目级治理基线做准出,检查触发判定、生成模式、事实标准、下游工作流钩子与规则可执行性。
Write Project Guardrails, 写工程规范。Use when: 需要创建或更新项目级 Guardrails 基线,明确跨模块/跨团队的默认约束、更新触发条件与下游工作流钩子;适用于项目启动、架构/平台/合规变化、事故复盘、重复评审问题固化。
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Skills 是包含指令、脚本和资源的文件夹,Claude 可以动态加载它们以提升特定任务的表现。Skills 教会 Claude 以可重复的方式完成特定任务,无论是按照公司规范撰写文档、使用特定工作流分析数据,还是自动化日常任务。
更多信息请参考:
本仓库包含 Testany 公司内部使用的 Agent Skills,覆盖产品研发流程中的各类专业场景。Skills 按领域分为多个 Plugin:
| Plugin | 领域 | 命令 |
|---|---|---|
| testany-eng | 研发流程 | /testany-eng:guide, /testany-eng:brd-interviewer, /testany-eng:uc-interviewer, /testany-eng:prd-writer, /testany-eng:prd-reviewer, /testany-eng:prototype-designer, /testany-eng:prototype-reviewer, /testany-eng:api-writer, /testany-eng:api-reviewer, /testany-eng:guardrails-writer, /testany-eng:guardrails-reviewer, /testany-eng:hld-writer, /testany-eng:hld-reviewer, /testany-eng:test-strategy-writer, /testany-eng:test-strategy-reviewer, /testany-eng:lld-writer, /testany-eng:lld-reviewer, /testany-eng:test-spec-writer, /testany-eng:test-reviewer, /testany-eng:runbook-writer |
| testany-llm | AI/LLM 工具 | /testany-llm:prompt-optimizer |
| testany-mrkt | 营销内容 | /testany-mrkt:media-writer |
| testany-bot | 测试平台(通用版,按宿主能力适配) | /testany-bot:case, /testany-bot:case-writing, /testany-bot:pipeline, /testany-bot:execution, /testany-bot:debug, /testany-bot:trigger, /testany-bot:workspace |
testany-agent-skills/
├── plugins/ # 按领域分组的 Plugins
│ ├── testany-eng/ # 研发流程工具集
│ │ ├── commands/ # CLI 命令(/testany-eng:xxx)
│ │ └── skills/ # 完整实现
│ ├── testany-llm/ # AI/LLM 工具集
│ │ ├── commands/
│ │ └── skills/
│ ├── testany-mrkt/ # 营销内容工具集
│ │ ├── commands/
│ │ └── skills/
│ └── testany-bot/ # Testany 测试平台(通用版,交互原语按宿主能力适配)
│ ├── commands/
│ └── skills/
└── CHANGELOG.md # 版本变更记录
/plugin marketplace add TestAny-io/testany-agent-skills
然后选择要安装的 plugin:
Browse and install pluginstestany-agent-skillstestany-eng - 研发流程(BRD/UC/PRD/Prototype/API/Guardrails/HLD/LLD/Test/Runbook)testany-llm - AI 工具(Prompt 优化)testany-mrkt - 营销内容(自媒体)testany-bot - 测试平台(通用版,按宿主能力适配)Install now安装后,可以通过 / 命令调用:
/testany-eng:prd-writer 写一个用户登录功能的 PRD
/testany-eng:guide 帮我扫一下这个项目下一步该做什么
/testany-eng:prd-reviewer ./docs/prd-login.md
/testany-llm:prompt-optimizer 帮我优化这个提示词...
/testany-mrkt:media-writer 写一篇关于 AI 的公众号文章
/plugin marketplace remove testany-eng
/plugin marketplace add TestAny-io/testany-agent-skills
testany-eng 默认跟随用户输入语言输出;用户显式指定语言时以用户指定为准;TRACEABILITY-METADATA 的字段名、枚举值与稳定 ID 保持英文。
| 命令 | 描述 |
|---|---|
/testany-eng:guide | 流程导航助手,扫描现有文档与准出状态,判断当前所处阶段并推荐下一步最合适的 skill |
/testany-eng:brd-interviewer | 业务需求访谈专家,通过选择题引导 stakeholder 输出结构化 BRD |
/testany-eng:uc-interviewer | 用户旅程访谈专家,在 BRD 和 PRD 之间建立对齐检查点 |
/testany-eng:prd-writer | PRD 写作技能,支持多种类型:新功能、第三方集成、重构、优化 |
/testany-eng:prd-reviewer | PRD 审查专家,作为「准出门禁」从多角色视角全面审查 |
/testany-eng:prototype-designer | 交互原型设计助手,在前端仓库中基于 PRD + User Journey 生成可交互原型 |
/testany-eng:prototype-reviewer | 原型评审门禁,检查上游对齐、交互完整性、工程隔离与下游输入质量 |
/testany-eng:api-writer | API 契约撰写助手,支持 9 种协议,PRD→Contract 100% 覆盖检查 |
/testany-eng:api-reviewer | API 契约评审门禁,检查完整性/一致性/兼容性 |
/testany-eng:guardrails-writer | 工程规范编写助手,产出项目级 Guardrails |
/testany-eng:guardrails-reviewer | 工程规范审查门禁,检查覆盖性与可执行性 |
/testany-eng:hld-writer | HLD 写作技能,基于 PRD + API Contract 做技术决策 |
/testany-eng:hld-reviewer | HLD 审查专家,模拟 Design Review 会议,重点检测 PRD→HLD 漂移 |
/testany-eng:test-strategy-writer | 测试策略写作助手,基于 PRD/API/HLD 定义测试方法、分层、环境与门禁 |
/testany-eng:test-strategy-reviewer | 测试策略评审门禁,检查风险覆盖、分层、环境和入口/出口标准 |
/testany-eng:lld-writer | LLD 写作技能,将 HLD 和 Contract 细化为可实现的详细设计 |
/testany-eng:lld-reviewer | LLD 审查门禁,检查 HLD→LLD 漂移、完整性与实现风险 |
/testany-eng:test-spec-writer | 测试规格与测试用例包写作助手,输出完整 test case package |
/testany-eng:test-reviewer | 测试评审门禁,检查测试包覆盖、证据与残余风险 |
/testany-eng:runbook-writer | 运维手册(Runbook)编写协调器,基于 HLD/LLD 产出生产就绪的运维手册 |
| 命令 | 描述 |
|---|---|
/testany-llm:prompt-optimizer | AI 提示词优化专家,支持 Claude、ChatGPT、DeepSeek、豆包、智谱、Gemini 等多平台 |
| 命令 | 描述 |
|---|---|
/testany-mrkt:media-writer | 自媒体内容创作工作流,支持公众号、知乎、小红书、LinkedIn、Medium、Reddit |
通用版,适用于 VS Code Copilot、GitHub Copilot、Claude Code 等 AI 平台。Skill 格式与 MCP workflow 跨平台复用;结构化问答与 slash command 会按宿主能力自动适配。需要配置 Testany MCP Server。
npx claudepluginhub testany-io/testany-agent-skills --plugin testany-engTestany AI/LLM 工具集:Prompt 优化
Testany 测试平台智能助手 - 支持 platform case 编写与注册、pipeline 编排、trigger 配置、execution 管理、故障诊断
Testany 营销内容工具集:自媒体文章创作、短视频脚本创作
Use this agent when you need to create comprehensive Product Requirements Documents (PRDs) that combine business strategy, technical architecture, and user research. Examples: <example>Context: The user needs to create a PRD for a new feature or product launch. user: "I need to create a PRD for our new user authentication system that will support SSO and multi-factor authentication" assistant: "I'll use the prd-specialist agent to create a comprehensive PRD that covers the strategic foundation, technical requirements, and implementation blueprint for your authentication system."</example> <example>Context: The user is planning a major product initiative and needs strategic documentation. user: "We're launching a mobile app for our e-commerce platform and need a detailed PRD to guide development" assistant: "Let me engage the prd-specialist agent to develop a thorough PRD that includes market analysis, user research integration, technical architecture, and implementation roadmap for your mobile app initiative."</example>
Interactive PRD (Product Requirements Document) builder with comprehensive interview-driven discovery, gap analysis, and taskmanager integration.
Testany AI/LLM 工具集:Prompt 优化
PRDs, user stories, acceptance criteria, and technical specifications.
Guides you through creating a Product Requirements Document (PRD) for a new app or feature.
Skills for the Ralph autonomous agent system - Generate PRDs and convert them to prd.json format for autonomous execution