一键导入
generate-pr-description
Generate a structured PR description from the diff. Fetches the diff, analyzes changes, and optionally applies the description.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Generate a structured PR description from the diff. Fetches the diff, analyzes changes, and optionally applies the description.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Review a pull request diff for bugs, security issues, and code quality. Use when reviewing PRs or diffs.
Guide adding a new config field across types, defaults, config.yaml, and optional state/env wiring.
System prompt for automated PR description generation. Used by the runtime module.
Trace a specific PR through the review pipeline to diagnose failures.
Read state.json and diagnose PR statuses, errors, stuck entries, and anomalies.
Operational metrics dashboard with anomaly detection from metrics endpoint or state file.
| name | generate-pr-description |
| description | Generate a structured PR description from the diff. Fetches the diff, analyzes changes, and optionally applies the description. |
| user-invocable | true |
| arguments | <PR number or URL> |
Generate a structured pull request description by analyzing the diff.
gh pr diff <PR>.gh pr view <PR> --json title --jq .title.gh pr edit <PR> --body "<description>".