@andreadellacorte/groove-utilities-task-doctor
Groove engineering workflow system. Top-level entry point. Use groove-daily-*, groove-work-*, groove-utilities-*, groove-admin-* for all workflow and admin commands.
No skills found in this collection.
SKILL.md
| name | groove-utilities-task-doctor |
| description | Check task backend health and connectivity. |
| license | MIT |
| allowed-tools | Read Write Edit Glob Grep Bash(git:*) Bash(beans:*) Bash(gh:*) Bash(linear:*) Bash(npx:*) AskUserQuestion |
groove-utilities-task-doctor
Outcome
All task backend health checks pass. User knows if the task backend is correctly configured, installed, and reachable.
Acceptance Criteria
- Each check is reported with ✓ or ✗
- Each failure includes a specific remediation command
- Checks cover config, CLI installation, and reachability
Checks (run in order)
.groove/index.mdexists at git roottasks.backendkey is present and has a valid value (beans,linear,github, ornone)- If
tasks.backend: none— report no-op and exit (all green) - Backend CLI is installed:
beans:beans versionlinear:linear --versiongithub:gh --version
- Backend-specific config file exists:
beans:.beans.ymlat git rootlinear: auth token configuredgithub:gh auth status
- Backend is reachable (lightweight read operation):
beans:beans list --json(or equivalent)linear: list one issuegithub:gh issue list --limit 1
AGENTS.mdcontains<!-- groove:task:start -->section (iftasks: beans)
Remediation hints
| Failure | Remediation |
|---|---|
.groove/index.md missing |
/groove-utilities-task-config or /groove config |
| Backend not installed | /groove-utilities-task-install |
.beans.yml missing |
/groove-utilities-task-install (will scaffold) |
| Backend unreachable | Check auth / network, re-run /groove-utilities-task-install |
AGENTS.md section missing |
/groove install |
Constraints
- Report all checks even if an early one fails — give the full picture
- Do not attempt to fix issues — report and suggest only
- If
tasks: none, show one green line: "tasks: none — task commands disabled" and exit
Loading...
Select a file to preview
Analyzing security...
Checking scan reports and verification data.
Bill of Materials
Everything this skill can do — files, network, commands, and more.
No demos yet. To add one, ask your AI agent: "Submit a demo for @andreadellacorte/groove-utilities-task-doctor" — or upload via the API.
To add a demo, ask your AI agent: "Submit a demo for @andreadellacorte/groove-utilities-task-doctor"
No eval data yet. Eval results are published via the SkillSafe API.