What problem does it solve?
This Skill eliminates the complexity of contributing your useful skills back to an upstream repository by guiding you through the entire Git workflow, from branching to Pull Request creation. It ensures your contributions meet standards and are properly integrated, saving you time and reducing errors.
Core Features & Use Cases
- Streamlined Contribution: Guides you through the complete Git workflow for sharing skills, including branching, committing, pushing, and creating a Pull Request.
- Prerequisite Checks: Ensures your skills are well-tested and documented according to guidelines before contribution.
- Automated PR Creation: Uses the
gh CLI to generate structured pull requests with summaries and testing details.
- Use Case: You've developed a new, broadly applicable debugging technique as a skill. Use this to easily share it with the community, ensuring it meets contribution standards and is properly integrated into the upstream repository.
Quick Start
Use the sharing-skills skill to contribute my new 'refactoring-patterns' skill to the upstream repository.