
submit-skill-fix-pr
✓ Official★ 227by microsoft · part of microsoft/GitHub-Copilot-for-Azure
Submit a pull request with skill fixes. Validates skill structure, bumps versions, and creates a PR with a proper description. TRIGGERS: submit skill fix, create fix PR, skill fix pull request, submit PR, push skill fix
🧩 One of 7 skills in the microsoft/GitHub-Copilot-for-Azure package — works on its own, and pairs well with its siblings.
This is the playbook your agent receives when the skill activates — you don't need to read it to use the skill, but it's here to audit before installing.
Submit Skill Fix PR
Creates a pull request after committing skill fixes in microsoft/GitHub-Copilot-for-Azure.
When to Use This Skill
- You have committed skill fixes and need to submit a PR
- You need to validate skill structure before pushing
- You want to create a properly formatted fix PR
Steps
- Install NPM dependencies in the
scriptsdirectory, if necessary. - From the
scriptsdirectory runnpm run frontmatterandnpm run referencesto validate the skill structure. Fix and commit any problems. - Ensure that skill version has been bumped for any updated SKILL.md.
- Push the branch to origin and create a PR into upstream. The PR description should include:
- A brief description of the problem(s).
- A brief description of the fix(es) and how they address the problems.
- A "Fixes #<issue_number>" note. Ask the user if you don't know the issue number.
Copy & paste — that's it
npx skills add https://github.com/microsoft/GitHub-Copilot-for-Azure --skill submit-skill-fix-prRun this in your project — your agent picks the skill up automatically.
No common issues documented yet. If you hit a problem, the repository's GitHub Issues page is the best place to look.