Agent Skills
› elie222/inbox-zero
› llm-test
llm-test
GitHub提供LLM相关功能测试的编写指南,规范测试用例中AI提供商和模型的固定方式,确保测试通用性。
Trigger Scenarios
编写LLM功能测试时
需要遵循LLM测试规范时
Install
npx skills add elie222/inbox-zero --skill llm-test -g -y
SKILL.md
Frontmatter
{
"name": "llm-test",
"description": "Guidelines for writing tests for LLM-related functionality"
}
Read and follow .claude/skills/testing/llm.md.
For normal LLM tests, do not pin fixture users to a specific aiProvider / aiModel; leave them null unless the test is explicitly about model-selection behavior.
Version History
- 633a2ab Current 2026-08-20 17:14


