genpr
Analyze code changes and generate structured Pull Request descriptions to document modifications and streamline code review processes.
Instructions
【生成 PR】分析变更并生成规范的 Pull Request 描述
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| branch | No | 分支名称 | |
| commits | No | Commit 历史 |
Input Schema (JSON Schema)
{
"properties": {
"branch": {
"description": "分支名称",
"type": "string"
},
"commits": {
"description": "Commit 历史",
"type": "string"
}
},
"required": [],
"type": "object"
}