Skip to content

fix(repo): allow model to invoke git/pr skills from /impl - #947

Merged
YusukeHirao merged 1 commit into
devfrom
chore/skill-model-invocation
Aug 11, 2026
Merged

fix(repo): allow model to invoke git/pr skills from /impl#947
YusukeHirao merged 1 commit into
devfrom
chore/skill-model-invocation

Conversation

@YusukeHirao

Copy link
Copy Markdown
Member

概要

/impl から呼び出される gitpr スキルの disable-model-invocation: true を削除しました。

背景

disable-model-invocation: true が付いたスキルは Skill ツールの起動可能スキル一覧から除外されます。そのため /impl の手順内から /git/pr を Skill ツール経由で呼び出す経路が、モデルやバージョンによって失敗することがありました。この不安定さが実装フローの速度を落としていたため修正します。

対応する ai-setup 側テンプレート(オーケストレーションディレクトリ)もあわせて更新済みです。

変更内容

  • .claude/skills/git/SKILL.mddisable-model-invocation: true を削除
  • .claude/skills/pr/SKILL.mddisable-model-invocation: true を削除

影響

  • commit・PR 作成手順自体に危険な副作用はなく、push・PR 作成をユーザー実行にする方針は変更していません
  • Claude が /impl の外でもこれらのスキルを自発起動できるようになりますが、コミット規約に従わせる方向の変化であり安全性は損なわれません

@YusukeHirao
YusukeHirao requested a review from yusasa16 as a code owner August 11, 2026 05:07
@YusukeHirao
YusukeHirao merged commit 5a24a83 into dev Aug 11, 2026
6 checks passed
@YusukeHirao
YusukeHirao deleted the chore/skill-model-invocation branch August 11, 2026 05:30
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