git-worktree-status
Installation
SKILL.md
Git Worktree Status
Check background verification tasks (type check, tests, build) launched by /git-worktree.
Core principle: Non-blocking feedback on worktree health without interrupting development flow.
Part of: Worktree Lifecycle Suite | /git-worktree | /git-worktree-remove | /git-worktree-clean
Process
- Detect Current Worktree: Verify we're inside a git worktree
- Check Log Files: Read
.worktree-logs/for background task results - Parse Results: Extract pass/fail counts, errors
- Report Status: Color-coded summary with actionable next steps