feat(skills): add verify bundled skill#176
Merged
emal-avala merged 1 commit intomainfrom Apr 23, 2026
Merged
Conversation
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
Independent double-check before acting on a claim. Enforces: - state the claim in one sentence - pick ONE authoritative source (code / test / exit code / file / runtime check) — never verify AI-generated claims with another AI-generated claim (circular) - show what was checked and what was found - if claim holds → proceed; if not → do NOT proceed, ask user Skip verification only when cost of being wrong < cost of the check. Anything that writes/deletes/deploys/sends → verify.
5794683 to
0818fa1
Compare
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
/verify— independent double-check of a claim before acting. Rules baked in:Pairs with
/stuck(unblock when looping) —/verifyprevents the common failure mode where an agent confidently acts on its own summary of something it didn't actually check.Test plan
cargo fmt --allcleancargo checkpasses/verifyreads the code and reports what it actually found