From code-postman
API 测试方法论知识库。提供系统化的测试用例设计方法:正向测试、反向参数校验、 安全测试和链路测试。每类测试包含用例命名规范、请求数据构造方法和预期结果断言。
How this skill is triggered — by the user, by Claude, or both
Slash command
/code-postman:test-methodologyThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
本 skill 为 api-testgen agent 的 **Phase 3** 提供系统化的测试用例设计方法论。Agent 通过读取 references 中的用例设计指南来生成测试方案。
本 skill 为 api-testgen agent 的 Phase 3 提供系统化的测试用例设计方法论。Agent 通过读取 references 中的用例设计指南来生成测试方案。
Agent 在设计测试用例时,读取 ${CLAUDE_SKILL_DIR}/references/case-design-guide.md,按优先级 P0→P3 逐类生成用例。
测试方法论分为四个层次:
每层测试都有标准的用例模板和断言要求。
npx claudepluginhub unfallenwill/skills --plugin code-postmanCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.