One sentence: what this skill does and when to invoke it. Use for: [list 2-3 trigger phrases users would naturally type].
Scanned 5/27/2026
Install via CLI
openskills install rfxlamia/skillkit---
name: your-skill-name
description: >
One sentence: what this skill does and when to invoke it.
Use for: [list 2-3 trigger phrases users would naturally type].
category: engineering
# Available categories: core, engineering, documentation, planning,
# deployment, productivity, quality, security, experimentation,
# agent-frameworks, creative
---
## Overview
[2-3 sentences: what this skill does and why it exists. Be specific.
Bad: "Helps with code." Good: "Reviews Python functions for PEP-8
compliance and common anti-patterns, then outputs a prioritized fix list."]
---
## When to Use This Skill
[Optional but recommended for complex skills. List the specific
conditions that should trigger this skill.]
Examples:
- User pastes a function and asks for a review
- User says "check my code" or "code review"
---
## Section 1: [First Major Step]
[Instructions for the agent. Be explicit — don't say "do the right thing,"
say exactly what to do. Use numbered steps for ordered workflows,
bullet points for flexible guidance.]
1. Step one
2. Step two
3. Step three
---
## Section 2: [Second Major Step]
[Continue as needed. Each section should have one clear responsibility.]
---
## Reference: [Optional — Load-on-Demand Content]
[Put bulky reference material here rather than in the main flow.
The agent loads this only when needed, saving tokens.]
No comments yet. Be the first to comment!
Draft release notes and changelog entries from git history or merged PRs between two refs (tags/SHAs/branches), including breaking changes, migrations, and upgrade steps. Use when the user asks for release notes, changelog updates, or a GitHub Release draft.