Skip to content
This repository was archived by the owner on Jul 14, 2026. It is now read-only.

Commit bcbbfa5

Browse files
kukvclaude
andcommitted
Add Custom Skills section to CLAUDE.md
利用可能なスキル一覧(plan, implement, review)と共有スキルへの参照を追加。 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 98ce316 commit bcbbfa5

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

CLAUDE.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,16 @@ For full architecture details (modules, dependency graph, request flow, extensio
3737

3838
コード実装時は @.claude/rules/coding.md を参照し、ガイドラインに準拠したコードを書くこと。
3939

40+
## Custom Skills
41+
42+
- `/plan <issue-number>` — GitHub Issue を参照して実装プランを作成する。ローカルではファイル出力、CI 環境では Issue コメントとして投稿
43+
- `/implement <markdown-file-path> [--branch <branch-name>]` — 実装プランに基づいてコードを実装する。新規実装時は main からブランチを切り PR を作成、既存ブランチ指定時はそのブランチ上で修正・Push
44+
- `/review [base-branch]` — 現在のブランチの変更に対するコードレビューを実施し、構造化された Markdown レポートとして出力
45+
46+
### Shared Skills
47+
48+
`.claude/skills/shared/` 配下のスキルは [claude-skills](https://github.com/bright-room/claude-skills) リポジトリからサブモジュール経由で提供される。利用可能なスキルの一覧は同リポジトリの README を参照。
49+
4050
## Contributing
4151

4252
PRs target `main`. PR titles should be prefixed with `Close #<IssueNumber>` when resolving an issue. See @.github/CONTRIBUTING.md for the full workflow.

0 commit comments

Comments
 (0)