en un clic
commit-as-pull-request
// Commit current changes as a pull request — creates a branch, pushes, opens a PR, squash-merges, and syncs local main.
// Commit current changes as a pull request — creates a branch, pushes, opens a PR, squash-merges, and syncs local main.
Merge reference implementation changes from the official Copilot SDK into this Java SDK.
Merge reference implementation changes from the official Copilot SDK into this Java SDK.
Assess whether the documentation in src/site/markdown/ adequately covers the Java SDK functionality.
Commit current changes as a pull request — creates a branch, pushes, opens a PR, squash-merges, and syncs local main.
Assess whether the documentation in src/site/markdown/ adequately covers the Java SDK functionality.
| name | commit-as-pull-request |
| description | Commit current changes as a pull request — creates a branch, pushes, opens a PR, squash-merges, and syncs local main. |
| license | MIT |
Follow instructions in the commit-as-pull-request prompt to take the current uncommitted changes, create a feature branch, push it, open a pull request, squash-merge it into main, and sync the local repository.