reference-lookup
Original:🇺🇸 English
Translated
Look up error codes, status codes, and system messages. Use when the user asks about error codes, status meanings, or needs to decode system messages.
1installs
Sourceivanvza/dspy-skills
Added on
NPX Install
npx skill4agent add ivanvza/dspy-skills reference-lookupTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →Reference Lookup
A skill for looking up error codes and status messages.
When to Use This 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.
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