feat(me): improve plugin launch readiness - #649
Conversation
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (5)
📝 WalkthroughWalkthroughThis PR introduces a new release readiness agent toolkit to the "me" Claude Code workflow plugin. It adds two specialist agents (security-auditor and test-engineer), refines the /ship skill to orchestrate them in parallel, removes an obsolete SessionStart hook, and documents the overall plugin structure and behavior. ChangesRelease Readiness Orchestration
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes Possibly related PRs
✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
# [17.6.0](v17.5.1...v17.6.0) (2026-05-12) ### Features * **me:** improve plugin launch readiness ([#649](#649)) ([ffe9926](ffe9926))
Summary
plugins/mediscoverability with a lifecycle-oriented README catalog.security-auditorandtest-engineerpersonas used by/shipfan-out review.Changes
plugins/me/README.md.plugins/me/agents/./shipguidance to reference the plugin-provided default personas.lsp-*-check-install.shscripts.Tests
python -m json.tool plugins/me/.claude-plugin/plugin.json >/dev/nullpython -m json.tool plugins/me/hooks/hooks.json >/dev/nullpre-commit run --files plugins/me/.claude-plugin/plugin.json plugins/me/hooks/hooks.json plugins/me/skills/ship/SKILL.md plugins/me/agents/security-auditor.md plugins/me/agents/test-engineer.md plugins/me/README.mdSummary by CodeRabbit
New Features
Documentation
Chores