ChatGPT 错误检测 提示词(Prompts)
2023-06-20 13:41 更新
标签:软件开发
中文提示词:
在以下的[language]代码片段中,找出任何潜在的错误:[code snippet]。
英文提示词:
Identify any potential bugs in the following [language] code snippet: [code snippet].
中文提示词:
分析给定的[language]代码,并提出改进意见以防止[error type]:[code snippet]。
英文提示词:
Analyze the given [language] code and suggest improvements to prevent [error type]: [code snippet].
中文提示词:
检查以下[language]代码中是否存在任何内存泄漏,并提出修复建议:[code snippet]。
英文提示词:
Find any memory leaks in the following [language] code and suggest fixes: [code snippet].
中文提示词:
检查给定的[language]代码是否存在竞态条件或并发问题:[code snippet]。
英文提示词:
Check for any race conditions or concurrency issues in the given [language] code: [code snippet].
中文提示词:
审查以下[language]代码,查找任何安全漏洞:[code snippet]。
英文提示词:
Review the following [language] code for any security vulnerabilities: [code snippet].
提示
- ChatGPT 对英文的理解更为出色。如果你英文还可以,建议复制英文提示词。
- 英文提示词带来的回复也很可能是英文的,可以在提示词结尾添加
respond in Chinese
,将回复指定为中文。