AgentSkillsCN

test-usecase

咨询由三位AI人格组成的顾问委员会——卡托(怀疑论者)、艾达(乐观主义者)、马库斯(务实主义者)——并由不同的前沿LLM代理(Gemini、Claude、Codex)提供支持。每位人格都以独立的代理进程运行,拥有完整的仓库上下文,并返回独立的反馈。当用户说“/council”、寻求第二意见、希望对代码变更提出反馈、需要进行事前复盘、想要对某项决策进行压力测试,或询问“你认为这个方案怎么样?”时,可以使用此功能。此外,Claude还可能主动建议在做出重大架构决策、进行高风险部署,或面对模棱两可的权衡取舍之前,先咨询顾问委员会(但需事先征得用户的同意)。

SKILL.md
--- frontmatter
name: test-usecase
description: Run use-case module tests quickly. Use when user wants to run use-case tests or mentions /test-usecase command.

Run Use-Case Tests

Action

bash
cd backend && ./gradlew.bat :usecase:test --rerun-tasks

With argument (test filter):

bash
cd backend && ./gradlew.bat :usecase:test --tests "*{argument}*" --rerun-tasks

Output

Report the test results from output.