From 3d30a927e3510eab487148426bbeaf877fbf8f70 Mon Sep 17 00:00:00 2001 From: David Karlsson <35727626+dvdksn@users.noreply.github.com> Date: Tue, 19 May 2026 17:10:52 +0200 Subject: [PATCH] create-pr skill: prohibit Test plan section Documentation PRs don't need test plans, but the system-level PR template includes one. Add an explicit prohibition so the skill instruction overrides the default. Co-Authored-By: Claude Sonnet 4.6 --- .agents/skills/create-pr/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.agents/skills/create-pr/SKILL.md b/.agents/skills/create-pr/SKILL.md index 33ae4468e575..dda1abfe8a96 100644 --- a/.agents/skills/create-pr/SKILL.md +++ b/.agents/skills/create-pr/SKILL.md @@ -69,7 +69,7 @@ EOF ``` Keep the body short. Reviewers need to know what changed and why — nothing -else. +else. Do **not** add a "Test plan" section — documentation PRs don't need one. Use an accurate disclosure footer that names the active coding agent, for example `Generated by Codex` or `Generated by Claude Code`.