What problem does it solve?
This Skill automates the creation of Pull Requests for the Prowler project, ensuring adherence to project templates, commit conventions, and CI workflow checks.
Core Features & Use Cases
- Automated PR Creation: Generates Pull Requests using
gh pr create with proper formatting.
- Template Adherence: Guides the filling of the
pull_request_template.md with context, description, and review steps.
- Convention Checks: Validates PR titles against Conventional Commits and inspects relevant GitHub workflows.
- Ownership Verification: Understands review ownership via the
CODEOWNERS file.
- Use Case: When you've finished implementing a new security check for Prowler, use this Skill to help you create a well-formatted PR that includes all necessary details for reviewers and passes automated checks.
Quick Start
Use the prowler-pr skill to create a pull request for your changes following the project's conventions.