What problem does it solve?
The workflow Skill automates the entire Git workflow, from branch creation to PR notification, saving time and reducing human error.
Core Features & Use Cases
- Automated Branch Creation: Suggests and creates feature branches with conventional naming.
- Intelligent Commits: Groups changes and creates well-structured commits.
- Automated PRs: Generates and creates pull requests with GitHub CLI integration.
- Team Notifications: Sends PR notifications via Slack, Discord, or Teams.
- Fully Configurable: Customize the workflow to match your team's needs.
- Modular Design: Use individual skills or the complete workflow.
- Agent Agnostic: Compatible with any AI agent supporting Markdown skill definitions.
- Use Case: If you're starting a new feature and need to automate the branch creation, commit management, PR creation, and notification process.
Quick Start
To start the complete workflow for a new feature, say: "Start workflow for implementing user authentication."