General
PromptBeginner5 minmarkdown
Untitled Skill
170
- GitHub Copilot用のリポジトリカスタムインストラクションを追加・編集できる
Loading actions...
Main instructions and any bundled files for this skill.
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 li...
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分