grove-doctor
I'm using the grove-doctor skill to run a series of diagnostic checks on this Grove setup.
Workflow
Run each check in order. Collect all results and print the full report at the end.
Check 1: Platform
diskutil info / | grep "File System"
- PASS if output contains
APFS - WARN if macOS but not APFS
- FAIL if not macOS
Check 2: CLI installed
More from chrisbanes/grove
using-grove
Use when starting feature work that needs isolation from the current workspace, or before executing implementation plans in a Grove-enabled repository
9grove-multi-agent
Use when multiple independent tasks need to be executed in parallel, each in an isolated workspace with warm build state
9finishing-grove-workspace
Use when implementation is complete, all tests pass, and the agent is operating inside a Grove workspace that needs to be resolved or cleaned up
9grove-init
Use when setting up Grove for a repository that does not yet have a `.grove/config.json`, or when a user asks to initialize Grove in their project
4grove-config
Use when configuring Grove for a repository that does not yet have a `.grove/config.json`, or when a user asks to configure Grove in their project
3