reference-lookup
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseReference Lookup
参考查询
A skill for looking up error codes and status messages.
这是一个用于查询错误代码和状态消息的Skill。
When to Use This Skill
何时使用此Skill
Activate this skill when the user needs to:
- Look up what an error code means
- Find the description for a status code
- Understand system messages
当用户有以下需求时激活此技能:
- 查询错误代码的含义
- 查找状态代码的描述
- 理解系统消息
How to Answer Questions
如何回答问题
IMPORTANT: To answer questions about codes, you MUST read the reference file first.
- For error codes (E001, E002, etc.): Read to find the meaning
references/codes.md - For response formats: Read to see how to structure answers
references/formats.md
Do NOT guess or make up code meanings. Always look them up in the reference files.
重要提示:要回答关于代码的问题,你必须先阅读参考文件。
- 对于错误代码(E001、E002等):阅读以查找其含义
references/codes.md - 对于响应格式:阅读以了解如何构建答案
references/formats.md
请勿猜测或编造代码含义。务必在参考文件中查询。
Example Workflow
示例流程
User asks: "What does error code E002 mean?"
- Read using
references/codes.mdread_skill_resource - Find E002 in the lookup table
- Return the exact description from the reference
用户提问:"错误代码E002是什么意思?"
- 使用读取
read_skill_resourcereferences/codes.md - 在查询表中找到E002
- 返回参考文件中的准确描述