[REL-12454] supporting approvals#13
Merged
Conversation
nieblara
added a commit
that referenced
this pull request
Apr 10, 2026
* updating ai config tools to use remote mcp tools * fixing bugs * we want to keep projects skill the same for now * [REL-12454] supporting approvals (#13) supporting approvals * improve ai configs skills based on evals
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.
The flag-targeting skill now guides agents through the full approval lifecycle.
The SKILL.md prerequisites were updated to list the three new approval tools as optional, and the safety checklist was expanded so agents know to offer creating an approval request when any mutation tool returns
requiresApproval: true.A new "Handling Approval-Required Environments" section walks agents through the end-to-end flow: create the request, inform the user, check status, apply once approved, and verify.
The detailed reference material lives in a new
approval-workflows.mdfile covering detection, creation examples, status checking, applying, and explicit anti-patterns (never auto-approve, never retry blocked changes). The safety checklist was also expanded with concrete steps for approval request management.Related Jira issue: REL-12454: Add approval workflow support to feature management skills and MCP tools