What problem does it solve?
This Skill eliminates the inconsistency and manual effort of formatting sample contribution pull requests to match the repository's strict branch naming, commit message, PR template, and labeling requirements, reducing review friction and integration delays for sample updates.
Core Features & Use Cases
- Standardized Branch Naming: Automatically generates compliant branch names tied to issue numbers and kebab-case slugs derived from issue titles.
- Consistent PR Metadata: Enforces the correct commit message and PR title format (
samples(<Area>/<Topic>): <summary> (#<issue-number>)) and provides a pre-filled PR body template with all required sections.
- Built-in Guardrails: Enforces contribution rules like one issue per PR, required labels (
area:samples, agent:eligible), and stop conditions to prevent invalid PRs from being opened.
- Use Case: A contributor submitting a new sample topic for the Facilities area can use this Skill to instantly generate a compliant PR linked to the tracking issue, with all required metadata and labels applied automatically.
Quick Start
Use the prepare-sample-pr skill to create a properly formatted pull request for your sample contribution linked to your open GitHub issue.