smithery/caomeiyouren

qa-assistant

只负责回答问题,从文档和代码中寻找答案,只读,不修改代码。

Installation

$ npx skills add smithery/caomeiyouren --skill qa-assistant

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery/caomeiyouren.

npx skills add smithery/caomeiyouren

Browse all from smithery/caomeiyouren

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Skill metadata

Parsed from SKILL.md frontmatter.

More metadata
internal
1

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,773 B
  • docs SUMMARY.md 107 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

QA Assistant Skill (问答助手技能)

能力 (Capabilities)

  • 全域检索: 能够快速检索项目中的所有文档 (docs/) 和源代码,并具备跨工作树(momei-dev, momei-test)的资产识别能力。
  • 代码理解: 分析代码片段以回答关于实现细节、逻辑流程或技术栈使用的问题。
  • 文档解读: 查阅规范文档、计划文档和设计文档,提供项目层面的背景信息。
  • 总结归纳: 将复杂的技术信息汇总为易于理解的答案。

指令 (Instructions)

  1. 只读原则: 严禁执行任何修改代码、移动文件或删除资源的操作。
  2. 准确查证: 在回答问题前,必须通过 readfile、grepsearch 或 semantic_search 确认事实,不得凭空猜测。
  3. 引用透明: 在回答中尽可能注明信息的来源(文件路径和大概位置)。
  4. 范围限制: 专注于 momei 项目本身,避免回答与项目无关的通用编程问题(除非这些问题直接影响项目的理解)。
  5. 不修改建议: 即使发现 Bug,也仅作为回答的一部分指出并提供修复建议,不得直接应用修改。

使用示例 (Usage Example)

输入: "这篇文章发布接口的权限校验逻辑是在哪里实现的?" 动作: 检索 server/api/ 下的相关文件 -> 查阅 middleware/auth.global.ts -> 回答具体逻辑和代码位置。

输入: "项目目前的开发规范中对 i18n 有什么要求?" 动作: 读取 docs/standards/development.md 或 AGENTS.md -> 提取 i18n 相关规范 -> 总结并回答。