From 958d114ea9abf719b4b554e83ada90753bde8db0 Mon Sep 17 00:00:00 2001 From: Ario Barin Ostovary Date: Wed, 5 Aug 2026 15:30:56 -0400 Subject: [PATCH] record skill behavioral evidence --- codex/skills/write-a-skill/SKILL.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/codex/skills/write-a-skill/SKILL.md b/codex/skills/write-a-skill/SKILL.md index 2ac9b6a..e446d16 100644 --- a/codex/skills/write-a-skill/SKILL.md +++ b/codex/skills/write-a-skill/SKILL.md @@ -42,6 +42,9 @@ Challenge the core on realistic work. Observe what the agent selects, decides, and produces. When a failure exposes missing judgment, add the smallest causal instruction and run it again. Never expand against an imagined failure. +Make the pull request carry the challenge and observed result so reviewers can +judge the behavioral claim. + Fix the causal language, then delete every line that merely makes the skill more complete. Run the structural validator and the repository's current checks.