feat: add skills/ folder with setup-sandbox submodule#15
Conversation
Adds the setup-sandbox skill repo (recoupable/skill-setup-sandbox) as a git submodule at skills/setup-sandbox. This establishes the skills/ folder as the home for all skill submodules. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
📝 WalkthroughWalkthroughA Git submodule is added to the repository to integrate the external Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches🧪 Generate unit tests (beta)
No actionable comments were generated in the recent review. 🎉 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 |
recoup-coding-agent
left a comment
There was a problem hiding this comment.
Code Review: Add skills/ folder with setup-sandbox submodule
Summary
Adds skills/setup-sandbox as a git submodule pointing to recoupable/skill-setup-sandbox. Establishes the skills/ directory convention in the mono repo for skill submodules.
Assessment
✅ Minimal, correct submodule addition.
✅ .gitmodules follows the existing pattern for other submodules.
✅ Pinned to a specific commit (bea2505).
🔵 Nit
The test plan has an unchecked item: [ ] Verify SKILL.md is accessible at skills/setup-sandbox/SKILL.md. Confirm this before merge to ensure the submodule ref is valid.
Summary
skills/setup-sandboxas a git submodule pointing torecoupable/skill-setup-sandboxskills/directory as the home for all skill submodules in the monorepoTest plan
git submodule update --init skills/setup-sandboxskills/setup-sandbox/SKILL.md🤖 Generated with Claude Code
Summary by CodeRabbit