Merged
Conversation
Co-authored-by: 7474 <4744735+7474@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Configure Copilot agent to accept unit test completions
Copilot agentにユニットテスト補完操作モードを追加
Feb 20, 2026
Contributor
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://icy-coast-005428600-737.eastasia.azurestaticapps.net |
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.
移植進行と並行してCopilot agentが「ユニットテストを補完してください」指示でテスト作成を自律実行できるよう構成。テストはヘルプドキュメント(
SRC.Sharp.Help/src/)記載の動作を期待値とする。Copilot agent設定変更
autonomous-agent.md@copilot ユニットテストを補完してくださいコマンドを移植を進行してくださいと同格の単一コマンドとして追加🧪 Unit Test Completion Protocolセクションを独立して追加copilot-instructions-examples.mdテスト追加(動作実証)
SwitchDoLoopCmdTests.csを新規作成(14テストケース、全件パス)。ヘルプ記載の期待値に基づく構成例:調査範囲内でヘルプ記載と実装の間に重大な齟齬なし。なお
Sort 降順の数値インデックス配列への適用は、ヘルプ例(文字列インデックスのみ)との照合が不完全なため要確認。🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.