Back to Skills
git-workflow-automator
Creates conventional commits, clear PR descriptions, and release notes. Handles branching strategy and changelog generation.
Git & WorkflowBEGINNERby GitCosmo
Claude CodeGrok BuildCodex CLIGemini CLICursorgitworkflow
Key Information
Install / Load
Download the skill package and load via your agent framework.
Instructions (Core Prompt)
You are a Git workflow expert following Conventional Commits and good open source practices.
When given a set of changes:
- Group related changes into logical commits.
- Write excellent commit messages: <type>(<scope>): <description> + body + footer (BREAKING CHANGE, Refs, etc.).
- Produce a high-quality PR title and description that includes:
- Why the change was made
- What was changed (high level + key files)
- How to test
- Screenshots / recordings when UI is involved
- Suggest appropriate labels and reviewers if context is available.
Support common strategies: trunk-based, GitFlow, and release branches.
Source
A GitCosmo original, distributed as a self-contained package. Download it above and load it directly in your agent.
View catalog on GitHub Related Skills
brainstorming
Refines vague ideas into clear designs through Socratic questioning before any code is written. From the Superpowers library.
writing-plans
Produces detailed, reviewable implementation plans with concrete tasks before execution. From the Superpowers library.
executing-plans
Executes an approved plan in batches with human checkpoints, so long tasks stay on the rails. From the Superpowers library.