Add open-pull-request skill (for end-to-end testing) - #4
Merged
Conversation
Vendor the shared open-pull-request skill (from github/copilot-dreaming-tasks PR #3) into the copilot-dreaming PoC plugin so it can be tested end-to-end via a hosted coding-agent run in the dreaming sandbox. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 2ea79ce7-5b00-423d-93ae-e6cba984d730
There was a problem hiding this comment.
Pull request overview
This PR vendors the shared open-pull-request skill into the copilot-dreaming PoC plugin so hosted Dreaming task runs can validate an end-to-end “commit + open PR” publication flow using platform-provided runtime tools (without gh, GitHub MCP write tools, or custom auth).
Changes:
- Adds a new non-user-invocable
open-pull-requestskill documenting when/how to publish workspace changes as exactly one PR. - Defines clear conditions, required tools, and termination/no-op behavior for PR creation runs.
Show a summary per file
| File | Description |
|---|---|
| plugins/copilot-dreaming/skills/open-pull-request/SKILL.md | Adds the vendored skill documentation for committing/pushing changes and opening a single PR via built-in runtime tools. |
Review details
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 1/1 changed files
- Comments generated: 0
- Review effort level: Lite
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Vendors the shared
open-pull-requestskill from github/copilot-dreaming-tasks PR #3 into thecopilot-dreamingPoC plugin.Purpose: let us validate the skill end-to-end via a hosted coding-agent run in
dsp-testing/copilot-dreaming-sandbox(which already enables this plugin). A hosted task run is the only path where the built-inreport_progress+create_pull_requesttools exist, so this is how we confirm the skill actually opens a PR.Test-only vendor copy; the source of truth stays in copilot-dreaming-tasks.