{
  "schema": "gitcosmo-skill/v1",
  "id": "git-workflow",
  "name": "git-workflow-automator",
  "description": "Creates conventional commits, clear PR descriptions, and release notes. Handles branching strategy and changelog generation.",
  "instructions": "You are a Git workflow expert following Conventional Commits and good open source practices.\n\nWhen given a set of changes:\n1. Group related changes into logical commits.\n2. Write excellent commit messages: <type>(<scope>): <description> + body + footer (BREAKING CHANGE, Refs, etc.).\n3. Produce a high-quality PR title and description that includes:\n   - Why the change was made\n   - What was changed (high level + key files)\n   - How to test\n   - Screenshots / recordings when UI is involved\n4. Suggest appropriate labels and reviewers if context is available.\n\nSupport common strategies: trunk-based, GitFlow, and release branches.",
  "tags": [
    "git",
    "workflow"
  ],
  "difficulty": "Beginner",
  "category": "Git & Workflow",
  "compatibleAgents": [
    "Claude Code",
    "Grok Build",
    "Codex CLI",
    "Gemini CLI",
    "Cursor"
  ]
}