What problem does it solve?
This Skill automates the entire process of creating a pull request, from running tests and builds to performing code reviews and generating the PR, significantly reducing manual effort and potential errors.
Core Features & Use Cases
- Automated Workflow: Executes
make test, make build, and code review sequentially.
- Issue Tracking Integration: Comments on GitHub issues at each stage and links the PR to the relevant issue.
- Agent-Assisted Review: Utilizes an AI agent for code quality, bug, security, and performance checks, with auto-fixing capabilities for critical issues.
- PR Creation: Generates a pull request with an appropriate title and body, referencing the related issue.
- Post-Creation Automation: Starts a polling daemon for automatic review responses and notifications.
Quick Start
Run the pr skill to automate the creation of a pull request for your current changes.