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:
@@ -1,3 +1,8 @@
|
|||||||
|
---
|
||||||
|
name: backlog-grooming
|
||||||
|
description: How to review and improve existing issues for clarity and actionability
|
||||||
|
---
|
||||||
|
|
||||||
# Backlog Grooming
|
# Backlog Grooming
|
||||||
|
|
||||||
How to review and improve existing issues.
|
How to review and improve existing issues.
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
---
|
||||||
|
name: code-review
|
||||||
|
description: Guidelines and templates for reviewing code changes in pull requests
|
||||||
|
---
|
||||||
|
|
||||||
# Code Review
|
# Code Review
|
||||||
|
|
||||||
Guidelines for reviewing code changes in pull requests.
|
Guidelines for reviewing code changes in pull requests.
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
---
|
||||||
|
name: gitea
|
||||||
|
description: Gitea CLI (tea) for issues, pull requests, and repository management
|
||||||
|
---
|
||||||
|
|
||||||
# Gitea CLI (tea)
|
# Gitea CLI (tea)
|
||||||
|
|
||||||
Command-line interface for interacting with Gitea repositories.
|
Command-line interface for interacting with Gitea repositories.
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
---
|
||||||
|
name: issue-writing
|
||||||
|
description: How to write clear, actionable issues with proper structure and acceptance criteria
|
||||||
|
---
|
||||||
|
|
||||||
# Issue Writing
|
# Issue Writing
|
||||||
|
|
||||||
How to write clear, actionable issues.
|
How to write clear, actionable issues.
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
---
|
||||||
|
name: roadmap-planning
|
||||||
|
description: How to plan features and create issues for implementation
|
||||||
|
---
|
||||||
|
|
||||||
# Roadmap Planning
|
# Roadmap Planning
|
||||||
|
|
||||||
How to plan features and create issues for implementation.
|
How to plan features and create issues for implementation.
|
||||||
|
|||||||
Reference in New Issue
Block a user