diff --git a/skills/coding-agent/SKILL.md b/skills/coding-agent/SKILL.md index 11cf490a628..4ac0ea1acba 100644 --- a/skills/coding-agent/SKILL.md +++ b/skills/coding-agent/SKILL.md @@ -87,6 +87,7 @@ gh pr create --repo user/repo --head fix/issue-78 --title "fix: ..." --body "... # Cleanup git worktree remove /tmp/issue-78 +git worktree remove /tmp/issue-99 ``` ## Auto-Notify on Completion diff --git a/skills/gh-issues/SKILL.md b/skills/gh-issues/SKILL.md index dd4f65b6662..9cf5eceef77 100644 --- a/skills/gh-issues/SKILL.md +++ b/skills/gh-issues/SKILL.md @@ -59,5 +59,3 @@ For detailed phase instructions and sub-agent prompt templates, read `references ## Sub-agent Confidence Gate Sub-agents self-assess before implementing. If confidence < 7/10, they skip and report why (vague requirements, can't locate code, scope too large, no clear fix). - -Read `references/phases.md` for the full phase instructions and sub-agent prompt templates.