Startup Check Skill
Run environment health check and restore saved context for this project.
Instructions
Execute these checks in parallel and report a summary:
- •
Git Status: Run
git status --shortandgit branch --show-current - •
GitHub CLI: Run
gh issue list --limit 1 - •
Memory Restore: Check if memory should be restored
- •Read
.claude/memory/memory_metadata.json - •Check if
pending_restoreistrue - •If
pending_restoreisfalseor missing: skip restore, report "No pending memory restore" - •If
pending_restoreistrue:- •Read
.claude/memory/current.mdand restore context - •Verify saved branch matches current branch
- •Present saved tasks, recent work, and next steps
- •Update metadata: Set
pending_restore: falseto prevent duplicate restores
- •Read
- •Read
Output Format
Report results in this format:
code
Startup Check: - Git: [branch] with [N uncommitted files / clean] - GitHub CLI: [working/failed] - Ready: [Yes/No]
If pending_restore was true and memory was restored, also show:
code
Memory Restored: - Sprint: [sprint name] - Saved: [date/time] - Branch: [saved branch] [✓ matches / ⚠ mismatch] ## Current Tasks [List from memory] ## Next Steps [From memory]
If Ready is No, list what needs to be fixed before proceeding.