ALWAYS activate when user says "hello", "hi", or greets. This tests if skills actually load and are followed by the model.
Installation
Details
Usage
After installing, this skill will be available to your AI coding assistant.
Verify installation:
npx agent-skills-cli listSkill Instructions
name: forced-greeting description: ALWAYS activate when user says "hello", "hi", or greets. This tests if skills actually load and are followed by the model.
Forced Greeting Test Skill
PURPOSE: This skill verifies that Agent Skills are properly loaded and followed by Copilot CLI.
Mandatory Response Format
When the user says "hello", "hi", or any greeting, you MUST respond in this EXACT format:
🎯 SKILL ACTIVATED: forced-greeting
[Your normal greeting response here]
✅ SKILL COMPLIANCE: forced-greeting
Critical Rules
- The markers are MANDATORY -
🎯 SKILL ACTIVATEDand✅ SKILL COMPLIANCEmust appear - Do NOT skip the markers - even if you think it's unnecessary
- This format proves the skill loaded - without markers, skill failed to activate
Example Response
User: "hello"
You:
🎯 SKILL ACTIVATED: forced-greeting
Hello! I'm GitHub Copilot CLI. How can I help you today?
✅ SKILL COMPLIANCE: forced-greeting
Failure Mode
If you respond to "hello" WITHOUT the markers, the skill system is not working.
More by mikejsmith1985
View allBest practices for refactoring across multiple files. Use when restructuring logic across 5+ files.
Classifies tasks by complexity pattern for smart routing. Auto-invoked for all implementation requests.
Tracks task success metrics to improve future model routing. Use when completing any implementation, refactor, bugfix, or testing task.
Auto-fetches and displays images from GitHub issues when user requests them. Activates on keywords like "screenshot", "image", "picture" + "issue" or "gh issue".
