proxy release skill#1312
Merged
Merged
Conversation
jlorper
reviewed
Jun 19, 2026
jlorper
left a comment
Member
There was a problem hiding this comment.
LGTM, guess you will keep it as draft until you test it / release at the same time
Contributor
There was a problem hiding this comment.
Pull request overview
Adds an initial “release QA” workflow (and LLM skill documentation) to streamline pre-release validation of dev examples and connector smoke tests before merging an rc-vX.Y.Z branch to main.
Changes:
- Introduces a
run-release-qa.shorchestrator plus helper scripts to verify release refs, apply AWS/GCP examples, run generatedtest-all.sh, summarize results, and optionally post outcomes back to the release PR. - Adds a release QA runbook (
tools/release/release-qa.md) and links it from existing release documentation and agent conventions. - Adds a Cursor skill document describing the same release QA workflow.
Reviewed changes
Copilot reviewed 10 out of 10 changed files in this pull request and generated 6 comments.
Show a summary per file
| File | Description |
|---|---|
| tools/release/run-release-qa.sh | Orchestrates the end-to-end QA workflow (verify → apply → test → summarize → PR update). |
| tools/release/release-qa.md | Human runbook describing the sequential QA steps and artifacts. |
| tools/release/qa/verify-release-refs.sh | Validates branch/ref migration (rc → release) and checks for stale refs/strings. |
| tools/release/qa/apply-example.sh | Runs terraform plan/apply for aws/gcp dev examples and logs outputs. |
| tools/release/qa/run-example-tests.sh | Runs the generated test-all.sh for an example and captures output. |
| tools/release/qa/summarize-connector-tests.sh | Parses test output into markdown summaries + checklist metadata. |
| tools/release/qa/update-release-pr-results.sh | Posts summaries to a PR and updates test-plan checkboxes in the PR body. |
| docs/development/releases.md | Adds a pointer/command to run the new release QA workflow. |
| AGENTS.md | Documents the release QA workflow location/orchestrator for agents. |
| .cursor/skills/release-qa/SKILL.md | Defines a Cursor skill to guide running the release QA process. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
aperez-worklytics
approved these changes
Jul 1, 2026
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
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.
Features
Change implications
CHANGELOG.mdanything that will show up interraform plan/applythat isn't obviously a no-op?alpha, requires major version change