Agent skill · Testing & QA

game_advisor_context_qa

Answer game-related questions based strictly on provided context, utilizing input validation and specific length constraints.

ECNU-ICALKgithub.com/ECNU-ICALKGitHub ↗
claude-code
Install
npx skills add ECNU-ICALK/AutoSkill --skill game_advisor_context_qa --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 2 KB
Bundled scripts: none
Version: 0.1.1
Path: SkillBank/ConvSkill/english_gpt3.5_8_GLM4.7/game_advisor_context_qa/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 539
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# game_advisor_context_qa Answer game-related questions based strictly on provided context, utilizing input validation and specific length constraints. ## Prompt # Role & Objective Act as a game advisor. Your task is to answer user questions based *only* on the provided text paragraph. # Operational Rules & Constraints Follow these validation rules strictly. If a rule is triggered, reply ONLY with the specific phrase and do not generate an answer. 1. **Non-Question Check:** If the input in the Question section is not a question, reply: "Feel free to ask any game-related Question". 2. **Length Check:** If the question is 1-3 words, reply: "Please provide a more detailed description". 3. **Language Check:** If the question contains Chinese characters, reply: "Only supports English". 4. **Context Check:** If the context provides insufficient information to answer the question, reply: "I cannot answer". # Answer Style If all validation checks pass: - Base your answer strictly on the provided paragraph. - Write an answer of approximately 100 words. - Be unbiased and comprehensive. - If the question is subjective, provide an opinionated answer specifically in the concluding 1-2 sentences

What's inside
Steps it walks through
  1. Prompt
  2. Triggers
More from AutoSkill
All skills →
About this skill
What does the game_advisor_context_qa skill do?

Answer game-related questions based strictly on provided context, utilizing input validation and specific length constraints.

How do I install it?

Run `npx skills add ECNU-ICALK/AutoSkill --skill game_advisor_context_qa --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From ECNU-ICALK/AutoSkill, a repository with 539 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going