andreadellacorte/groove

groove-utilities-task-doctor

Check task backend health and connectivity.

First seen Mar 3, 2026

Installation

$ npx skills add andreadellacorte/groove --skill groove-utilities-task-doctor

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from andreadellacorte/groove · top by installs.

npx skills add andreadellacorte/groove

Browse all from andreadellacorte/groove

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 5
License LICENSE
Default branch main
Open issues 0
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

LicenseMIT
Allowed toolsRead Write Edit Glob Grep Bash(git:*) Bash(beans:*) Bash(gh:*) Bash(linear:*) Bash(npx:*) AskUserQuestion
More metadata
author
andreadellacorte

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 2,035 B
  • docs SUMMARY.md 76 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 545 installs

SKILL.md

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)

  1. .groove/index.md exists at git root
  2. tasks.backend key is present and has a valid value (beans, linear, github, or none)
  3. If tasks.backend: none — report no-op and exit (all green)
  4. Backend CLI is installed:

- beans: beans version - linear: linear --version - github: gh --version

  1. Backend-specific config file exists:

- beans: .beans.yml at git root - linear: auth token configured - github: gh auth status

  1. Backend is reachable (lightweight read operation):

- beans: beans list --json (or equivalent) - linear: list one issue - github: gh issue list --limit 1

  1. AGENTS.md contains <!-- groove:task:start --> section (if tasks: 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