skills/groove-groovebook-review/SKILL.md
Browse and review open learning PRs in the configured groovebook repo. Use to participate in the shared groove commons.
npx skillsauth add andreadellacorte/groove groove-groovebook-reviewInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Open learning PRs in the groovebook repo are listed; the user reviews one and submits a reaction (approve, comment, or request changes).
gh pr reviewRead groovebook: from .groove/index.md; if absent, exit with:
groovebook is not configured. Add 'groovebook: <owner>/<repo>' to .groove/index.md to enable.
Check gh auth status; if not authenticated, exit with:
Not authenticated with GitHub. Run: gh auth login
List open PRs:
gh pr list --repo <groovebook> --state open --json number,title,author,createdAt
N. #<number> — <title> (by <author>, <date>)Ask: "Which PR would you like to review? (enter number or PR #)"
Show the PR:
gh pr view <number> --repo <groovebook> — show bodygh pr diff <number> --repo <groovebook> — show diffAsk: "Your reaction? (approve / comment / request-changes)"
comment: ask for the comment textrequest-changes: ask for the request textapprove: confirm intentSubmit:
gh pr review <number> --repo <groovebook> --<approve|comment|request-changes> --body "<text>"
For approve: gh pr review <number> --repo <groovebook> --approve
Confirm submission and print the PR URL.
Optional follow-up: ask "Does this learning suggest a change to a groove skill? If so, consider opening a companion PR to the groove repo referencing this groovebook PR."
gh pr diff output is very large (>200 lines), show only the first 50 lines and note it's truncatedapprove reaction should always ask for confirmation before submitting — approvals are harder to undo than commentstesting
Quantified compound-loop dashboard: lessons captured vs graduated, adherence streaks, and task velocity. Use to see whether the workflow is actually compounding.
data-ai
Groove engineering workflow system. Top-level entry point. Use groove-daily-*, groove-work-*, groove-utilities-*, groove-admin-* for all workflow and admin commands.
documentation
Document lessons, update rules/templates/docs. Use to capture learnings after review.
development
Set up task backend and configuration.