| name | skill-name |
| description | Replace with a description of what this skill does and when it should be used. Include trigger keywords so the agent reliably activates this skill. |
| license | Apache-2.0 |
| compatibility | Requires: gh CLI authenticated to GitHub. Network access to api.github.com. |
| metadata | {"author":"open-edge-platform","version":"1.0.0","tags":"replace with space-separated topic tags","internal":true} |
| allowed-tools | bash git gh |
Skill Title
One-sentence summary of what this skill accomplishes.
When to Use
Bullet list of situations that should trigger this skill:
- User asks to ...
- User wants to ...
- The codebase contains ... and needs ...
Procedure
Step-by-step instructions for the agent. Be explicit and unambiguous.
Step 1 — ...
Description of the step.
Step 2 — ...
Description of the step.
Step 3 — ...
Description of the step.
Examples
Example: ...
Input: ...
Expected output: ...
Edge Cases
- If ... then ...
- If ... then ...
Notes