fix(feedback): confirm before filing issues#11308
Merged
Merged
Conversation
Require the bundled feedback skill to show the drafted issue title and body and ask for explicit confirmation before any public filing action. Co-Authored-By: Oz <oz-agent@warp.dev>
Contributor
|
I'm starting a first review of this pull request. You can view the conversation on Warp. I completed the review and no human review was requested for this pull request. Comment Powered by Oz |
Contributor
There was a problem hiding this comment.
Overview
This PR updates the bundled /feedback skill to require an explicit confirmation step before filing a public GitHub issue. I did not find correctness, security, or spec-alignment issues in the changed instructions.
Concerns
- The change affects user-visible agent behavior by adding a new final confirmation prompt, but the PR does not include screenshots or a screen recording demonstrating the flow end to end. For this user-facing change, please include screenshots or a screen recording demonstrating it working end to end.
Verdict
Found: 0 critical, 1 important, 0 suggestions
Request changes
Comment /oz-review on this pull request to retrigger a review (up to 3 times on the same pull request).
Powered by Oz
peicodes
approved these changes
May 19, 2026
lawsmd
pushed a commit
to lawsmd/cortex
that referenced
this pull request
May 22, 2026
Co-authored-by: Oz <oz-agent@warp.dev>
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.
Description
Updates the bundled
/feedbackskill so it requires explicit final confirmation before posting anything publicly. The new confirmation step shows the exact proposed issue title and description/body, then asks whether the user wants the issue filed inwarpdotdev/warp.Linked Issue
ready-to-specorready-to-implement.N/A — this is a small bundled skill instruction hardening change from Slack feedback.
Testing
git diff --checkpython3lightweight validation for feedback skill frontmatter and required confirmation instructionsI have manually tested my changes locally with
./script/runNot run; this is a markdown-only bundled skill instruction update.
Screenshots / Videos
N/A
Agent Mode
CHANGELOG-NONE
Co-Authored-By: Oz oz-agent@warp.dev
Conversation: https://staging.warp.dev/conversation/ca8c78e6-cc6d-4555-b906-f464aa3c8c49
Run: https://oz.staging.warp.dev/runs/019e4122-c08e-7e0f-aa3d-a8a41eca8012
This PR was generated with Oz.