What problem does it solve?
This skill removes the friction and uncertainty for external contributors by automating the adherence to project-specific contribution standards, ensuring pull requests are formatted and tested correctly for immediate maintainer review.
Core Features & Use Cases
- Standardized Workflow: Enforces the contribution flow defined in the project documentation, including DCO sign-off and conventional commit formatting.
- Automated Validation: Guides the user through necessary test suites and linting checks to ensure the PR is ready for submission.
- Use Case: An external developer wants to submit a bug fix for the SQL runtime; this skill ensures they run the correct integration tests, sign their commits, and format the PR body to meet maintainer expectations.
Quick Start
Use the contrib-pr skill to finalize and open a pull request for the current branch after verifying all tests pass.