Skip to content

feat: add skill #101

Open
thearyanag wants to merge 1 commit intocoderabbitai:mainfrom
thearyanag:main
Open

feat: add skill #101
thearyanag wants to merge 1 commit intocoderabbitai:mainfrom
thearyanag:main

Conversation

@thearyanag
Copy link

@thearyanag thearyanag commented Feb 6, 2026

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

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update
  • Code refactoring (no functional changes)
  • Other (please describe):

Testing

can do npx skills add <owner/repo>

Manual Testing Checklist

Tested on:

  • macOS
  • Linux (specify distro: **_**)
  • Windows (Git Bash)

Summary by CodeRabbit

Documentation

  • Added comprehensive documentation for git-worktree-runner, including installation guide, configuration reference, command reference, and troubleshooting information.
  • Added detailed configuration reference guide covering worktree settings, editor setup, AI tool integration, file copying rules, hooks, and shell completions with practical examples.

* 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>
@thearyanag thearyanag requested a review from NatoBoram as a code owner February 6, 2026 12:43
@coderabbitai
Copy link

coderabbitai bot commented Feb 6, 2026

Walkthrough

Two 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

Cohort / File(s) Summary
Git Worktree Runner Documentation
skills/git-worktree-runner/SKILL.md, skills/git-worktree-runner/references/configuration.md
New documentation for gtr tool covering skill overview, installation, workflow, command reference, and comprehensive configuration reference including worktree settings, editor setup, AI tool integration, file copying rules, hooks, and advanced usage patterns.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~12 minutes

Poem

🐰 A worktree runner hops with grace,
Config docs map out the place,
With branches split and hooks that sing,
The gtr tool brings organized spring! 🌱

🚥 Pre-merge checks | ✅ 2 | ❌ 1
❌ Failed checks (1 inconclusive)
Check name Status Explanation Resolution
Title check ❓ Inconclusive The title 'feat: add skill' is vague and does not clearly describe what skill is being added or its purpose. While it indicates a feature addition, it lacks specificity about the git-worktree-runner documentation skill being introduced. Consider revising the title to be more specific, such as 'feat: add git-worktree-runner skill documentation' or 'feat: add gtr skill for Claude Code integration' to better convey the changeset's purpose.
✅ Passed checks (2 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

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

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

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.

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