阅读(312) 书签 (0)

ChatGPT 代码分析 提示词(Prompts)

2023-06-27 13:53 更新

标签:软件开发

中文提示词:

分析给定的代码库,以识别经常使用的库或依赖项:【仓库URL或代码库描述】。

英文提示词:

Analyze the given codebase to identify frequently used libraries or dependencies: [repository URL or codebase description].

中文提示词:

生成关于以下代码库的复杂性和可维护性的报告:【仓库URL或代码库描述】。

英文提示词:

Generate a report on the complexity and maintainability of the following codebase: [repository URL or codebase description].

中文提示词:

识别给定代码库的开发历史中的趋势或模式:【仓库URL或代码库描述】。

英文提示词:

Identify trends or patterns in the development history of the given codebase: [repository URL or codebase description].

中文提示词:

分析代码库,识别潜在的改进或重构领域:【仓库URL或代码库描述】。

英文提示词:

Analyze the codebase to identify potential areas of improvement or refactoring: [repository URL or codebase description].

中文提示词:

生成关于给定代码库中使用的编码风格和约定的摘要:【仓库URL或代码库描述】。

英文提示词:

Generate a summary of the coding styles and conventions used in the given codebase: [repository URL or codebase description].

提示

  • ChatGPT 对英文的理解更为出色。如果你英文还可以,建议复制英文提示词。
  • 英文提示词带来的回复也很可能是英文的,可以在提示词结尾添加 respond in Chinese,将回复指定为中文。