What problem does it solve?
This Skill automates the creation of GitHub Pull Requests, including relevant architecture diagrams and issue closing, streamlining the code review process.
Core Features & Use Cases
- Automated PR Creation: Generates PRs with titles derived from plan files and bodies populated with summaries, requirements, and architecture diagrams.
- Architecture Diagram Integration: Selects relevant arch-lens lenses based on changed files and embeds generated diagrams in the PR body.
- Issue Closing: Optionally closes a GitHub issue when the PR is created.
- Use Case: After implementing a new feature, this Skill can be invoked to automatically create a PR, ensuring reviewers have all necessary context, including architectural impact, directly within the PR description.
Quick Start
Use the open-pr skill to create a pull request for the feature branch 'my-feature' against the base branch 'main', using plan files located at '/path/to/plan1.md'.