GitHub Copilot Agent Best Practice 🚀

2025-07-30

綜整 GitHub Copilot Agent 的最佳設定,用最少的 Premium requests 完成任務。

logo

說明

write a lunch meal order system for user share their favorite links with others.

# plan stage
First generate copilot-instruction.md
Check package version with #context7
Search related data from Internet
Using PowerShell Script when interactive with shell

# development stage
Using Git to version control (init, add, commit, branch, and reset if needed)
Write python script if need to data process or fetch data
Prefer framework (vue.js, bootstrap 5, datatables.js)

# verification stage
Test app works or not, fix it.
Write a summary.md
Code review to improve performance and git commit