What problem does it solve?
This Skill streamlines the entire code delivery process, from committing changes to merging pull requests, ensuring adherence to project conventions and automating repetitive tasks.
Core Features & Use Cases
- Automated Git Workflow: Handles commits, pushes, and pull request creation with a single command.
- Convention Enforcement: Automatically applies project-specific commit message formats and PR descriptions.
- Quality Gates: Integrates automated testing and code review checks before merging.
- Worktree Management: Supports batch processing of multiple worktrees for efficient delivery of parallel development tasks.
- Use Case: A developer finishes a feature and wants to submit it for review. Instead of running multiple Git commands and interacting with GitHub's UI, they can simply run
/delivery <description> --issue <N>, and the Skill will handle the rest, including creating the PR, running tests, and attempting to merge it.
Quick Start
Use the delivery skill to commit and create a pull request for your current changes with the description "Implement user authentication flow".