← 返回 Skills 市场
pr-description-generator
作者
charlie-morrison
· GitHub ↗
· v1.0.0
· MIT-0
107
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install pr-description-generator
功能描述
Auto-generate pull request descriptions from git diffs and commit history. Parses conventional commits, categorizes changes (features, fixes, refactoring), a...
安全使用建议
This skill appears to do what it claims: run a local Python script that uses the git CLI to produce PR descriptions. Before installing/using it: (1) ensure you have git available (the package does not declare git as a required binary but the script calls git); (2) review the full generate_pr_description.py to confirm there are no unexpected commands (especially implementations of --copy or future flags that might call external CLIs); (3) run it in a non-sensitive repository or with a dry-run first if you are concerned about accidentally copying sensitive data to clipboard or writing files; and (4) if you want the skill to create PRs automatically in future (STATUS.md mentions a --gh-create idea), require explicit verification of any code that would call gh/remote APIs. Overall the package is proportionate to its purpose and does not request unrelated credentials or network access in the provided files.
功能分析
Type: OpenClaw Skill
Name: pr-description-generator
Version: 1.0.0
The skill is a utility for generating pull request descriptions by analyzing local git repositories. The core logic in `scripts/generate_pr_description.py` uses the `git` CLI via `subprocess.run` with argument lists (avoiding shell injection) to gather diffs and commit history. It performs local analysis of file types and commit messages without any network activity, data exfiltration, or obfuscation. The instructions in `SKILL.md` are consistent with the tool's stated purpose.
能力标签
能力评估
Purpose & Capability
The skill's name/description match the included Python script: the tool analyzes git diffs and commit history to generate PR descriptions. One minor mismatch: SKILL.md and the code assume the presence of the git CLI, but the declared requirements list no required binaries — git should be documented as a dependency.
Instruction Scope
SKILL.md instructs the agent/user to run the bundled Python script with optional flags. The script only reads the repository (git commands and file paths) and produces markdown/JSON output (and a --copy option is advertised). There are no instructions to read unrelated system files, to retrieve secrets, or to transmit data externally in the provided content.
Install Mechanism
No install spec is provided (instruction-only plus a bundled script). That minimizes installation risk; the script is executed locally and no external downloads or archive extraction are invoked by the skill itself.
Credentials
The skill requires no environment variables or credentials. The script interacts only with the local git repository. No unrelated tokens, cloud keys, or config paths are requested.
Persistence & Privilege
The skill is not marked always:true and does not request persistent system-level privileges. Autonomous invocation is allowed by default on the platform but the skill itself does not ask for escalated privileges or to modify other skills/configs.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install pr-description-generator - 安装完成后,直接呼叫该 Skill 的名称或使用
/pr-description-generator触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
常见问题
pr-description-generator 是什么?
Auto-generate pull request descriptions from git diffs and commit history. Parses conventional commits, categorizes changes (features, fixes, refactoring), a... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 107 次。
如何安装 pr-description-generator?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install pr-description-generator」即可一键安装,无需额外配置。
pr-description-generator 是免费的吗?
是的,pr-description-generator 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
pr-description-generator 支持哪些平台?
pr-description-generator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 pr-description-generator?
由 charlie-morrison(@charlie-morrison)开发并维护,当前版本 v1.0.0。
推荐 Skills