What problem does it solve?
This Skill automates the creation and review process for Pull Requests within the Prowler project, ensuring adherence to established templates, commit conventions, and CI/CD workflows.
Core Features & Use Cases
- Automated PR Creation: Generates Pull Requests using the
gh pr create command, incorporating project-specific templates.
- Convention Enforcement: Validates PR titles against Conventional Commits and checks for necessary changelog updates.
- Workflow Inspection: Provides guidance on understanding and interacting with GitHub Actions workflows related to PRs (e.g.,
conventional-commit.yml, pr-check-changelog.yml).
- Ownership Clarity: Helps understand code ownership through the
CODEOWNERS file.
- Use Case: When you've completed a new security check for 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.