This automates the full Git workflow from branch creation to PR submission, handling the boring parts so you can focus on the actual code changes. You trigger it when starting new work that needs a clean branch, and it walks through creating a descriptive branch off main, completing your implementation, committing focused changes, and opening a PR with proper summary and test notes. The guardrails are sensible: keep branches focused on one change set and include verification notes before review. It's straightforward process automation that saves you from context switching between coding and Git ceremony, though you'll still need to write the actual code and tests yourself.
npx -y skills add cursor/plugins --skill new-branch-and-pr --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
github/awesome-copilot
microsoft/win-dev-skills
github/awesome-copilot