-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmetadata.yaml
More file actions
32 lines (32 loc) · 1.03 KB
/
metadata.yaml
File metadata and controls
32 lines (32 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
title: "GitHub Copilot Best Practices CSharp"
subtitle: "C# 開発で生産性と品質を両立する実践ガイド"
creator: "杜 文吉"
date: "2026-03-21"
language: ja-JP
publisher: "GitHub"
rights: "Creative Commons Attribution 4.0 International License"
identifier: "github-copilot-best-practices-csharp-v1"
description: |
GitHub Copilot を C# 開発で効果的に活用するためのベストプラクティス集です。
生成コードのレビュー観点、プロンプトの与え方、保守性と品質を落とさない活用方法を、
実践的なワークフローに沿って整理しています。
keywords:
- GitHub Copilot
- CSharp
- Best Practices
- Developer Productivity
- Code Review
- Prompting
- Software Engineering
cover: "00-COVER.md"
toc: true
toc-depth: 2
chapters:
auto-discover: true
dir-pattern: "^\\d{2}-"
file-pattern: "^\\d{2}-.*\\.md$"
include-readme: false
version: "1.0"
revision-date: "2026-04-08"
license: "CC-BY-4.0"
license-url: "https://creativecommons.org/licenses/by/4.0/"