What problem does it solve?
This Skill automates the entire process of committing code, performing automated reviews, fixing issues, pushing to a remote repository, and creating a pull request, ensuring code quality and efficient delivery.
Core Features & Use Cases
- Autonomous Workflow: Manages commit, review, fix, push, and PR creation without user intervention.
- Automated Code Review: Integrates with review tools to identify and fix bugs, security vulnerabilities, and silent failures.
- Conventional Commits: Enforces commit message standards for better project history.
- Use Case: When you're ready to share your completed feature or bug fix, simply invoke this skill with a commit message hint, and it will handle the rest, from code checks to PR creation.
Quick Start
Use the shipping-pr skill to automatically commit, review, and create a pull request for your current changes with the commit message hint "feat: implement user authentication".