docs: add YAML frontmatter to general-dev-workflow skill

Required by the Claude skill upload dialog for name/description discovery.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-27 15:43:58 +03:00
parent b4d050a3cf
commit cb6178c90d
+6
View File
@@ -1,3 +1,9 @@
---
name: general-dev-workflow
description: Structured development workflow for any project. Guides you through Plan → Issue → Implement → Test → PR with checkpoints at each stage to ensure code quality, thorough testing, and well-documented PRs before merge. Use this whenever starting a new feature, bug fix, or change — regardless of tech stack or platform (GitHub, GitLab, Gitea, etc.). Works locally or with remote repositories.
compatibility: Git, GitHub/GitLab/Gitea (auto-detected)
---
# General Development Workflow
This skill guides you through a structured, repeatable development workflow that works across any tech stack and version control platform. The goal is to ensure consistent, high-quality code while reducing context-switching and providing clear checkpoints.