groove-groovebook-publish
Installation
SKILL.md
groove-groovebook-publish
Use $ARGUMENTS as the learning text if provided.
Outcome
A learning from the current project is published to the configured groovebook repo as a pull request, stripped of any project-specific context, ready for community review.
Acceptance Criteria
- Learning is published as a PR to
<groovebook>repo - PR uses the groovebook PR template format (Summary, Context, Learning, Groove skill area)
- File is written at
learned/<topic>/<YYYY-MM-DD>-<slug>.mdin the groovebook repo - PR URL is printed to the user
Steps
- Read
groovebook:from.groove/index.md; if absent, exit with:groovebook is not configured. Add 'groovebook: <owner>/<repo>' to .groove/index.md to enable.