reference-lookup

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Reference 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.
  1. For error codes (E001, E002, etc.): Read
    references/codes.md
    to find the meaning
  2. For response formats: Read
    references/formats.md
    to see how to structure answers
Do NOT guess or make up code meanings. Always look them up in the reference files.
重要提示:要回答关于代码的问题,你必须先阅读参考文件。
  1. 对于错误代码(E001、E002等):阅读
    references/codes.md
    以查找其含义
  2. 对于响应格式:阅读
    references/formats.md
    以了解如何构建答案
请勿猜测或编造代码含义。务必在参考文件中查询。

Example Workflow

示例流程

User asks: "What does error code E002 mean?"
  1. Read
    references/codes.md
    using
    read_skill_resource
  2. Find E002 in the lookup table
  3. Return the exact description from the reference
用户提问:"错误代码E002是什么意思?"
  1. 使用
    read_skill_resource
    读取
    references/codes.md
  2. 在查询表中找到E002
  3. 返回参考文件中的准确描述