Nijikagithub copilot code review instruction 分享 中发帖

众所周知,github copilot 除了便宜没有优点,基本已经没人用了 
有个ai cr 的功能好像暂时没见别的 ai ide 有过,这里分享下个人自用的提示词
使用方法参考:Custom instructions for GitHub Copilot in VS Code
其实就是配置文件直接添加即可
[image]

[
{
"text": "Code clarity and readability: Naming conventions, appropriate comments, consistent formatting."
},
{
"text": "Functional correctness: Does the code work as intended? Are edge cases handled?"
},
{
...