Add YAML frontmatter to all skills for automatic discovery

Skills require YAML frontmatter with name and description fields
for Claude Code to automatically discover and load them. Added
frontmatter to all five skill files:
- gitea: CLI for issues, PRs, and repository management
- code-review: Guidelines for reviewing code changes
- issue-writing: How to write clear, actionable issues
- backlog-grooming: Review and improve existing issues
- roadmap-planning: Plan features and create issues

Closes #12

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit was merged in pull request #13.
This commit is contained in:
2025-12-31 19:11:45 +01:00
parent 60f0a39347
commit 9c975c64ea
5 changed files with 25 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
---
name: issue-writing
description: How to write clear, actionable issues with proper structure and acceptance criteria
---
# Issue Writing
How to write clear, actionable issues.