From 4d9dc004e4da874acde2cd39832601deb0fadd36 Mon Sep 17 00:00:00 2001 From: Sebastien Taggart Date: Sat, 11 Apr 2026 21:34:29 -0400 Subject: [PATCH] Fix resolution comment heading in codex submit-for-review adapter --- .agents/skills/submit-for-review/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.agents/skills/submit-for-review/SKILL.md b/.agents/skills/submit-for-review/SKILL.md index 4c6b0e3..5cab5f5 100644 --- a/.agents/skills/submit-for-review/SKILL.md +++ b/.agents/skills/submit-for-review/SKILL.md @@ -237,7 +237,7 @@ Read the issue body (from Step 3 or via `gh issue view `) to recall the Use your file-writing tool (not Bash) to create `/resolution_comment.md` (same temp directory from Step 6): ```markdown -### Resolution Notes +## Resolution <1-3 sentences explaining what was done to fix the problem, written in plain language for a non-technical audience — no code, no file paths, no jargon. Focus on what changed from the user's perspective and why it solves the problem described in the issue.>