What problem does it solve?
This Skill streamlines the creation of final Pull Request descriptions for OAT projects, ensuring all relevant artifacts and review statuses are accurately reflected, and optionally automates PR creation.
Core Features & Use Cases
- Automated PR Description Generation: Compiles project goals, changes, verification steps, and review outcomes into a comprehensive PR description.
- Artifact Integration: Gathers information from
spec.md, design.md, plan.md, and implementation.md for a complete summary.
- Optional PR Creation: Integrates with the GitHub CLI (
gh) to create the PR automatically after description generation.
- Use Case: After completing all development phases for a new feature, run this skill to generate a PR description that includes a summary of changes, links to design documents, and final review status, then have it automatically open the PR against the main branch.
Quick Start
Run the oat-project-pr-final skill to generate the final PR description and open the PR.