Add migration completion plan with fully autonomous Copilot agent#697
Add migration completion plan with fully autonomous Copilot agent#697
Conversation
Co-authored-by: 7474 <4744735+7474@users.noreply.github.com>
Co-authored-by: 7474 <4744735+7474@users.noreply.github.com>
Co-authored-by: 7474 <4744735+7474@users.noreply.github.com>
|
@copilot 用意したドキュメントをCopilotが運用するためのインストラクションを整備してください。 |
Co-authored-by: 7474 <4744735+7474@users.noreply.github.com>
Copilotエージェント用の運用手順書を整備しました(コミット 04cd455)。
これらの指示書により、Copilotエージェントは以下を実行できます:
詳細は |
|
@copilot GitHub Projects等をセットアップすることなく、Copilotへの指示のみで作業が進行できる構成としてください。また、そのためのCopilotへの指示の例を示してください。 |
…Hub Projects setup Co-authored-by: 7474 <4744735+7474@users.noreply.github.com>
GitHub Projectsのセットアップなしに、Copilotへの指示のみで作業できる構成に変更しました(コミット 13535e8)。 追加内容:
使用例: 詳細は |
|
@copilot 人間が考えることが多すぎます。コードベースやTODOを基本として「移植を進行してください」のみの指示で自律的に移植完了作業が進行するように設計してください。 |
Co-authored-by: 7474 <4744735+7474@users.noreply.github.com>
完全自律型エージェントを追加しました(コミット 5a7dfc6)。 使用方法: この一文だけで、Copilotが以下を自動実行:
特徴:
詳細は |
Analyzed 155+ TODO comments and commented code blocks across the C# codebase to create a structured migration completion plan.
Deliverables
Migration Plan Documents
Project Management Infrastructure
Automation Scripts
Issue Templates
Fully Autonomous Copilot Agent
.github/copilot/autonomous-agent.md): Complete migration progression with just@copilot 移植を進行してください(Proceed with migration)docs/documentation and codebase - no setup required.github/copilot/copilot-instructions-examples.md): Optional fine-grained control for specific tasks.github/copilot/agent-instructions.md): Detailed workflows for 4 specialized agent roles.github/copilot/quick-reference.md): Checklists and commands.github/copilot/README.md): Overview and quick start🤖 Fully Autonomous Operation: Copilot works with minimal human thinking:
@copilot 移植を進行してくださいAutonomous Agent Features:
Example - Single Command:
Copilot then autonomously:
Key Findings
High-concentration areas:
Unit.attackcheck.cs(13 TODOs): Attack type implementationsUnit.lookup.cs(9 TODOs): Ability/skill validationPilot.skill.cs(4 TODOs + 20 lines commented): Skill availability logicQuestionCmd.cs(85 lines commented): User dialog systemStatus.cs(200+ lines commented): Legacy VB6 rendering codeEstimated scope: 18-25k line changes over 12-18 months with 2-3 contributors working in parallel.
All documentation is bilingual (Japanese/English) and located in
docs/with quick start guide atdocs/quick-start.md. Autonomous agent instructions are in.github/copilot/autonomous-agent.md.💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.