groove-admin-doctor
Original:🇺🇸 English
Translated
Run all groove health checks: config, backends, companions, AGENTS.md.
11installs
Sourceandreadellacorte/groove
Added on
NPX Install
npx skill4agent add andreadellacorte/groove groove-admin-doctorTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →<!-- groove:managed — do not edit; changes will be overwritten by groove update -->
groove-admin-doctor
Outcome
All groove sub-skill health checks are run and a consolidated summary is reported. User knows exactly what is working, what is misconfigured, and what action to take for any failure.
Acceptance Criteria
- and
/groove-utilities-task-doctorare run/groove-utilities-memory-doctor - Companion skill presence is checked directly
- Results are shown per sub-skill with pass/fail per check
- Overall status is shown: all healthy, or N issues found
- Each failure includes a specific remediation action
Output format
groove doctor
─────────────────────────────────────
groove
✓ git repo: detected
✓ groove-version: 0.1.0
✓ installed version: 0.1.0
✓ up to date
task
✓ .groove/index.md present
✓ tasks: beans
✓ beans installed (v0.x.x)
✓ .beans.yml present
✓ beans reachable
memory
✓ memory path exists (.groove/memory/)
✓ memory dirs exist (.groove/memory/daily/, weekly/, monthly/, git/)
companions
✓ find-skills installed
✓ agent-browser installed
✓ pdf-to-markdown installed
AGENTS.md
✓ groove:prime section present
✗ groove:task section missing — run: /groove-admin-install
─────────────────────────────────────
1 issue found. Run the suggested commands above to fix.Constraints
- Run git repo check first, then version check, then ,
/groove-utilities-task-doctor, companions check in sequence/groove-utilities-memory-doctor - Git repo check:
- Run in the current directory
git rev-parse --is-inside-work-tree - If it succeeds:
✓ git repo: detected - If it fails:
✗ git repo: not a git repository — groove requires a git repo
- Run
- Version check:
- Read from
groove-version:(if absent, treat as.groove/index.md)0.1.0 - Read from
version:skills/groove/SKILL.md - If they differ:
✗ groove-version (<local>) behind installed (<installed>) — run: /groove-admin-update
- Read
- Companions check:
- Check — if absent:
ls .agents/skills/find-skills/SKILL.md✗ find-skills not installed — run: /groove-admin-install - Check — if absent:
ls .agents/skills/agent-browser/SKILL.md✗ agent-browser not installed — run: /groove-admin-install - Check — if absent:
ls .agents/skills/pdf-to-markdown/SKILL.md✗ pdf-to-markdown not installed — run: /groove-admin-install
- Check
- Also check for presence of
AGENTS.mdand<!-- groove:prime:start -->sections<!-- groove:task:start --> - Collect all results before printing — do not interleave output with check progress
- Each item must include a concrete remediation command on the same line
✗ - Exit with a clear "all healthy" message if no issues found
- Do not attempt to auto-fix issues — report only