0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

GithubCopilotのスラッシュコマンド作成

0
Posted at

VSCodeのGithubCopilotで見積をスラッシュコマンドにするフォルダ構成
これに開発についての要件をまとめたテキストをコンテキストに渡して見積ができる、はず

repository/
│
├─ estimate-template/
│  ├─ format-spec.md
│  ├─ template.md
│  └─ example.txt
│
└─ .github/
   ├─ copilot-instructions.md
   └─ prompts/
      └─ create-estimate.prompt.md

copilot-instructions.mdにこういう記載をcreate-estimate.prompt.mdに各

# 見積作業

見積を依頼された場合は、必ず以下を参照すること。

- estimate-template/format-spec.md
- estimate-template/template.md
- estimate-template/example.txt

見積結果は、

{見積対象}_見積.txt

として作成すること。

見積フォーマットについて独自判断で形式を変更してはいけない。

format-spec.md と過去見積に差異がある場合は、
format-spec.md を正とする。

見積内容について情報不足が存在する場合、
根拠なく仕様を仮定せず、「前提条件」として明記すること。

既存ソースコード、仕様書、README、関連実装を調査してから工数を算出すること。
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?