Conversation
- git-worktreeスキルのパスを ../worktrees/ から worktrees/ に変更 - .gitignore に worktrees を追加 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
このPRは、git worktreeの作成先を親ディレクトリからリポジトリ内に変更することで、プロジェクト構造をよりシンプルにします。
.claude/skills/git-worktree/SKILL.md内のすべてのパス参照を../worktrees/からworktrees/に更新.gitignoreにworktreesディレクトリを追加してバージョン管理から除外- ドキュメント内のディレクトリ構造の説明を改善
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
.gitignore |
worktreesディレクトリをバージョン管理から除外するエントリを追加 |
.claude/skills/git-worktree/SKILL.md |
すべてのworktreeパス参照を../worktrees/からworktrees/に更新し、ディレクトリ構造の説明も改善 |
Code reviewNo issues found. Checked for bugs and CLAUDE.md compliance. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
概要
git worktreeの作成先を親ディレクトリ(
../worktrees/)からリポジトリ内(worktrees/)に変更。変更内容
.claude/skills/git-worktree/SKILL.md: パスを../worktrees/→worktrees/に変更.gitignore:worktreesを追加テスト項目