Skip to content

feat(gws)!: remove recipe and persona skills, update sync workflow#38

Merged
cblecker merged 1 commit intomainfrom
feat/gws-skill-cleanup
May 6, 2026
Merged

feat(gws)!: remove recipe and persona skills, update sync workflow#38
cblecker merged 1 commit intomainfrom
feat/gws-skill-cleanup

Conversation

@cblecker
Copy link
Copy Markdown
Owner

@cblecker cblecker commented May 6, 2026

Summary

  • Removes 34 recipe skills and 5 persona skills (67→28 skills, 58% reduction); recipes are 2–4 step procedures Claude can compose from existing service/helper skills, personas are thin overlapping wrappers
  • Bumps gws plugin version 1.2.02.0.0 (breaking change)
  • Updates gws-sync skill to filter recipe-* and persona-* from upstream output before diffing, preventing future syncs from re-introducing these categories

Test plan

  • ls gws/skills/ | wc -l returns 28
  • ls gws/skills/ | grep -E 'recipe-|persona-' returns nothing
  • claude plugin validate ./gws passes
  • npx markdownlint-cli2 --config .markdownlint-cli2.jsonc "gws/**/*.md" passes

Summary by CodeRabbit

  • New Features

    • Added skill creator plugin support.
  • Documentation

    • Restructured workflow documentation with more detailed step-by-step guidance.
    • Removed Personas and Recipes sections from documentation.

Removes 34 recipe skills and 5 persona skills (58% reduction, 67→28
skills) to eliminate low-value bloat. Recipes are 2–4 step procedures
Claude can compose from existing service/helper skills; personas are
thin wrappers that overlap heavily with each other.

Updates gws-sync skill to filter recipe-* and persona-* from upstream
output before diffing, preventing future syncs from re-introducing
these categories.

Also enables skill-creator plugin in project settings.

Assisted-by: Claude:claude-sonnet-4-6[1m]
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 6, 2026

Caution

Review failed

Failed to post review comments

📝 Walkthrough

Walkthrough

This PR updates the GWS plugin to version 2.0.0 and restructures its sync workflow documentation. Changes include enabling an additional plugin in settings, refactoring the sync workflow with granular numbered steps, removing outdated sections from the README, and bumping the plugin version.

Changes

GWS Plugin v2.0.0 Release

Layer / File(s) Summary
Configuration & Version
.claude/settings.json, gws/.claude-plugin/plugin.json
The skill-creator plugin is enabled in settings; plugin version is bumped to 2.0.0.
Workflow Documentation
.claude/skills/gws-sync.md
Sync workflow is restructured with a new initial filtering step, reorganized OAuth check, inventory phase, categorized findings presentation, change application, cleanup, and summary stages.
README Cleanup
gws/README.md
Personas and Recipes sections are removed; Workflows and Updating Skills sections remain.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~12 minutes

Possibly related PRs

Poem

🐰 A plugin blooms, version two takes flight,
Sync workflows refined, each step burning bright,
Old recipes fade, new creators arise,
The gws garden grows before our eyes!

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately reflects the main changes: removing recipe and persona skills, updating the sync workflow, and bumping to version 2.0.0 (indicated by the breaking change marker '!').
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feat/gws-skill-cleanup

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@cblecker cblecker merged commit be172fb into main May 6, 2026
8 checks passed
@cblecker cblecker deleted the feat/gws-skill-cleanup branch May 6, 2026 17:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant