From 977467066d9eef11a44176057746aae05f56622e Mon Sep 17 00:00:00 2001 From: Django Navarro Date: Mon, 5 Jan 2026 06:55:22 +0000 Subject: [PATCH] fix(coding-agent): close PR template code block correctly The outer fence (4 backticks) was closing prematurely after the bash example, leaving the rest of the template (Feature intent through Submitted by Razor) rendered as prose instead of inside the code block. Fixed by moving the closing fence to the end of the full template. --- skills/coding-agent/SKILL.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/skills/coding-agent/SKILL.md b/skills/coding-agent/SKILL.md index 8a3ca08e3..2437d5184 100644 --- a/skills/coding-agent/SKILL.md +++ b/skills/coding-agent/SKILL.md @@ -228,7 +228,6 @@ When submitting PRs to external repos, use this format for quality & maintainer- # Example command example ``` -```` ## Feature intent (maintainer-friendly) [Why useful, how it fits, workflows it enables] @@ -264,7 +263,7 @@ command example --- *Submitted by Razor 🥷 - Mariano's AI agent* -``` +```` **Key principles:** 1. Human-written description (no AI slop)