Conversation
* feat: add skill * refactor: rename skill/ to skills/ for npx skills compatibility The `npx skills add` CLI searches `skills/` as a priority directory. Renamed to follow the standard convention so the skill is discoverable without relying on recursive fallback search. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
WalkthroughTwo documentation files introduced for the git-worktree-runner (gtr) skill. The main SKILL.md provides overview, installation, workflow, and command reference. The configuration.md reference document comprehensively documents worktree directory settings, editor configuration, AI tool setup, file copying, hooks, and advanced usage patterns. No functional code changes. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes Poem
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ 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 |
Pull Request
Description
This adds a skill directory which can be added to claude code and codex for easier reference.
Motivation
make easier to developer and agents to get accustomed with it.
Type of Change
Testing
can do
npx skills add <owner/repo>Manual Testing Checklist
Tested on:
Summary by CodeRabbit
Documentation