From 086f887916c9a2a59232d3aba0d6618c88b1b34c Mon Sep 17 00:00:00 2001 From: ShikChen Date: Mon, 6 Jul 2026 12:18:53 +0800 Subject: [PATCH] fix: remove stray backticks in outline skill --- ast-grep/skills/outline/SKILL.md | 1 - 1 file changed, 1 deletion(-) diff --git a/ast-grep/skills/outline/SKILL.md b/ast-grep/skills/outline/SKILL.md index 945098f..efe301f 100644 --- a/ast-grep/skills/outline/SKILL.md +++ b/ast-grep/skills/outline/SKILL.md @@ -79,4 +79,3 @@ ast-grep outline $(git diff --name-only HEAD) --items exports types, follow re-export chains, or build a call graph. Use `ast-grep run`, `rg`, or compiler-backed tools for those questions, then outline the candidate files they surface. -````