What problem does it solve?
This Skill automates the creation and management of Pull Requests for the Prowler project, ensuring adherence to project templates, conventions, and CI checks.
Core Features & Use Cases
- Automated PR Creation: Generates Pull Requests using the GitHub CLI (
gh pr create) with proper formatting.
- Template Adherence: Guides the user to fill out the
pull_request_template.md with relevant context, description, and steps to review.
- Conventional Commits: Enforces commit message conventions for better project history.
- CI Workflow Inspection: Helps in understanding and preparing for checks defined in GitHub workflows like
conventional-commit.yml and pr-check-changelog.yml.
- Use Case: When you've finished implementing a new security check in Prowler, use this Skill to help you create a well-formatted Pull Request that includes all necessary details for reviewers and passes automated checks.
Quick Start
Use the prowler-pr skill to create a new pull request for your changes.