Open
Conversation
There was a problem hiding this comment.
Pull request overview
AI エージェント(GitHub Copilot, Claude Code, Gemini CLI, 汎用エージェント)向けのプロジェクト固有プロンプトを整備し、ツール間で一貫した開発ルールとコンテキストを共有できるようにする PR です。
Changes:
- 汎用 AI エージェント向けの基本方針とセキュリティルールをまとめた
AGENTS.mdを追加。 - Claude Code / Gemini CLI 向けに、それぞれの利用シーンを意識した詳細な指示ファイル(開発コマンド、判断記録ルール、リポジトリ固有情報など)を追加。
- 既存の
.github/copilot-instructions.mdを、現在の依存関係・ビルド方法・型チェック方針に即した簡潔な指示内容へリライト。
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| AGENTS.md | すべての AI エージェントに共通する言語/コミット規約、判断記録、セキュリティといった基本ルールを定義。 |
| CLAUDE.md | Claude Code 用に、判断記録・ブランチ戦略・チェックリスト・リポジトリ固有の前提を詳細に整理。 |
| GEMINI.md | Gemini CLI 用に、出力スタイル・プロジェクト概要・開発コマンド・型チェックや設計上の注意点を定義。 |
| .github/copilot-instructions.md | GitHub Copilot 用プロンプトを現行の技術スタックとスクリプトに合わせて更新し、必要な開発・セキュリティ・ドキュメント更新ルールを整理。 |
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.
AI エージェント(GitHub Copilot, Claude Code, Gemini CLI)向けの指示ファイルを追加しました。
各ファイルの役割:
PROMPT_GUIDELINES.md に基づいて作成しました。