feat(workflows): add /change-risk slash command for PR risk assessment#434
Merged
Conversation
Add an on-demand agentic workflow triggered by /change-risk on pull requests. The agent analyses the diff for breaking API changes, behavioral shifts, pipeline output changes, and dependency impact, then submits a formal PR review (APPROVE or REQUEST_CHANGES). Co-authored-by: Copilot <[email protected]>
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.
Summary
Adds a new
/change-riskslash command workflow that performs on-demand breaking-change risk assessments on pull requests.What it does
When a user comments
/change-riskon a PR, the agent:APPROVEorREQUEST_CHANGES) with a structured risk assessment — not just a commentFiles
.github/workflows/change-risk.md.github/workflows/change-risk.lock.yml.github/aw/actions-lock.jsonTesting
gh aw compile change-risk --strict— 0 errors, 0 warnings