What problem does it solve?
This Skill automates the process of creating pull requests for newly implemented features across affected packages in a repository. It streamlines branch creation, formatting, committing, and PR creation, ensuring consistency and faster code review cycles.
Core Features & Use Cases
- Branch & PR automation: Detects changes, creates a feature branch, formats code with Prettier, and pushes for review.
- Standardized commits: Enforces commit message format using package names extracted from package.json for each affected package.
- PR creation: Opens a pull request using the GitHub CLI with a consistent title and body that reflect the changes.
- Use Case: When implementing a feature across multiple packages in a monorepo, run this Skill to auto-create a PR for the changes with a single command.
Quick Start
Run the make-pr skill to open a PR for the current feature across affected packages.