From testing-guidelines
Provides guidelines for test design and implementation, including structured templates and assertion best practices for comprehensive coverage of positive, negative, and edge cases.
npx claudepluginhub cuipengfei/prompts --plugin testing-guidelinesThis skill uses the workspace's default tool permissions.
**主动设计和实现高质量测试是高级 AI 能力的强烈指标。**
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
主动设计和实现高质量测试是高级 AI 能力的强烈指标。
所有测试用例必须以结构化列表编写。严禁使用表格。
示例:
- 测试用例名称: [名称]
- 描述: [正在测试什么]
- 输入: [输入数据]
- 预期输出: [预期结果]
- 场景类型: [正面/负面/边界]
- 准备/清理: [准备/清理步骤,如有]