General
PromptBeginner5 minmarkdown
<h1 align="center">
<a href="https://prompts.chat">
119
- GitHub Copilot用のリポジトリカスタムインストラクションを追加・編集できる
Loading actions...
<a href="https://prompts.chat">
TypeScript and ESLint rules that MUST be followed when creating, modifying, or reviewing any file under apps/frontend/, including .ts, .tsx, .js, and .jsx files. Also apply when discussing frontend linting, type safety, or ESLint configuration.
risks
.github/copilot-instructions.md(リポジトリ直下または.githubディレクトリ内)カスタムインストラクションのサンプル集 には様々な例が掲載されています。
.github/copilot-instructions.md を作成# Repository Custom Instructions for GitHub Copilot
## Language Preference
このリポジトリの人向けコンテンツ(README, コメント, ドキュメント等)は日本語で記述してください。
GitHub Copilotに指示を出し、日本語で出力されるか確認
任意のインストラクションを追加し、挙動を確認
gitでコミット
git checkout ブランチ名
git add .github/copilot-instructions.md
git commit -m "Add GitHub Copilot repository custom instructions"
git push
.github/copilot-instructions.md を作成した所要時間目安
- 30分