fix: address review feedback

- Remove duplicate references/phases.md pointer in gh-issues/SKILL.md
- Add missing worktree cleanup for /tmp/issue-99 in coding-agent/SKILL.md
This commit is contained in:
Berlin Luk 2026-03-18 17:22:33 +08:00
parent 384de62b0c
commit ad1ecc1669
2 changed files with 1 additions and 2 deletions

View File

@ -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

View File

@ -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.