Skip to content

chore: migrate slash commands to skills and sync with ai-setup templates#921

Merged
YusukeHirao merged 2 commits into
devfrom
chore/update-impl-skills
Jul 15, 2026
Merged

chore: migrate slash commands to skills and sync with ai-setup templates#921
YusukeHirao merged 2 commits into
devfrom
chore/update-impl-skills

Conversation

@YusukeHirao

Copy link
Copy Markdown
Member

概要

/impl 系のスキル一式を ai-setup の最新テンプレートに同期し、旧 .claude/commands/*.md を skills 形式(.claude/skills/<name>/SKILL.md)へ移行する。あわせて CLAUDE.md を最新の ai-setup 規約に追従させる。

変更内容

skills 形式への移行(旧 commands は削除)

  • git / grill-me / pr.claude/skills/<name>/SKILL.md へ移行(Claude Code の最新仕様で custom commands は skills に統合されたため)
  • doc コマンドは廃止(JSDoc・コメント原則のチェックは product-manager スキルへ移譲)

スキルのテンプレート同期

  • impl: ブランチ確認・ARCHITECTURE.md 索引確認ステップを追加。/doc ステップを廃止し、ドキュメント整合チェックを /product-manager ステップへ統合。/code-reviewxhighmedium(effort はレビュー時のみ局所指定する設計)
  • product-manager: ドキュメント整合チェック(索引整合・計画相対概念の混入・コメント原則)を追加。「ARCHITECTURE.md 廃止」から「索引型 ARCHITECTURE.md」方針へ更新
  • git: main/dev 系ブランチでのコミット禁止ガード、サンプル値の予約済み慣例チェック(RFC 2606/6761)を追加。コミットスコープに page-cluster を追加
  • pr: base 追従(fetch + rebase)、push / PR 作成のユーザー実行化(! プレフィックス提示)、マージ可能性確認、CI のバックグラウンド監視を追加

CLAUDE.md の更新

  • コマンド制約に「main / dev ブランチでの作業・コミット禁止」「全体実行の強制」を追加
  • ネストした git worktree からのビルドに NX_WORKSPACE_ROOT_PATH が必須な旨を追記
  • ドキュメント原則セクションを新設(How / What / Why / Why not の置き場原則、JSDoc 方針、計画相対概念の禁止)
  • セキュリティにサンプル値の予約済み慣例を追加
  • yarn release は「ユーザーのみ実行可」の言及に簡素化し、v-release タグ push で publish.yml が起動する旨をリンク付きで記載
  • 実在しない /release コマンドへの stale 参照を削除
  • スキル一覧に git / pr / grill-me を追加

検証

  • yarn lint ✅(eslint 0 errors / cspell 0 issues)
  • yarn build
  • yarn test

🤖 Generated with Claude Code

YusukeHirao and others added 2 commits July 15, 2026 21:24
…-setup templates

- move git/grill-me/pr commands to .claude/skills/*/SKILL.md
- remove doc command (merged into product-manager skill)
- impl: add branch and index checks, drop doc step, use /code-review medium
- product-manager: add doc consistency checks (index integrity, comment principles)
- git: add branch guard, sample-value convention check, and page-cluster scope
- pr: add base tracking, user-executed push/PR creation, and mergeability check

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
- add branch guard and whole-repo command execution rules
- add documentation principles and sample-value conventions
- add NX_WORKSPACE_ROOT_PATH note for nested worktree builds
- restrict yarn release to user execution and link publish.yml
- list git/pr/grill-me skills and remove stale /release reference

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@YusukeHirao
YusukeHirao requested a review from yusasa16 as a code owner July 15, 2026 13:27
@cursor

cursor Bot commented Jul 15, 2026

Copy link
Copy Markdown

Bugbot is not enabled for your account, so this pull request was not reviewed.

Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs.

@YusukeHirao
YusukeHirao merged commit a3661a4 into dev Jul 15, 2026
6 checks passed
@YusukeHirao
YusukeHirao deleted the chore/update-impl-skills branch July 15, 2026 13:51
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