Add judgment-hygiene-stack skill for lightweight framing, verification, and action checks#292
Open
SyntagmaNull wants to merge 2 commits intoopenai:mainfrom
Open
Add judgment-hygiene-stack skill for lightweight framing, verification, and action checks#292SyntagmaNull wants to merge 2 commits intoopenai:mainfrom
SyntagmaNull wants to merge 2 commits intoopenai:mainfrom
Conversation
…-stack Add judgment-hygiene-stack skill for lightweight framing, verification, and action checks
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
This PR adds a new Codex skill:
judgment-hygiene-stack.The skill is designed as a lightweight judgment cleanup tool, not a full reasoning framework. It helps catch a small set of common failure modes in judgment-heavy prompts:
Why this skill
Many hard prompts do not fail because the model cannot generate an answer. They fail because the answer starts from the wrong layer, inherits a loaded premise, verifies the wrong claim, or gives advice without enough structural discipline.
This skill is meant to be small and composable:
Instead, it offers a short set of internal checks that can be applied only when needed.
What is included
SKILL.mdwith a short trigger-oriented entrypointIntended use
Use this skill for prompts involving:
Do not use it for:
Design note
This skill is intentionally scoped as a lightweight corrective tool. It is not intended to serve as a general-purpose reasoning method or a replacement for model judgment.
This skill is useful because it targets recurring, model-agnostic judgment failures without imposing a heavy framework. It is narrow enough to be practical, but broad enough to help across relationship, policy, legal, medical, and action-oriented prompts where structural drift is common.
The skill is especially aimed at preventing confident but structurally wrong answers, not at making answers longer or more cautious by default.