What problem does it solve?
Sharing valuable skills with the wider community can be a cumbersome process involving multiple Git commands and PR creation steps. This skill streamlines the entire workflow, guiding you through branching, committing, pushing, and creating a pull request to contribute your well-tested skills upstream.
Core Features & Use Cases
- Guided Contribution Workflow: Follow a step-by-step process for contributing new or updated skills.
- Automated PR Creation: Use the
gh CLI to generate pull requests with pre-filled templates.
- Best Practices Enforcement: Ensures skills are broadly applicable, well-tested, and follow contribution guidelines.
- Use Case: You've developed a new skill for advanced data analysis. Use this skill to prepare your local environment, create a feature branch, commit your skill, push it to your fork, and create a pull request to the upstream repository.
Quick Start
You have a new skill named 'my-new-skill' ready to be shared. Use this skill to create a feature branch, commit your skill, push it to your fork, and generate a pull request to the upstream repository.