📦 Create PR — 标准化提PR
v1.0.0自动生成符合团队规范的 Pull Request 描述模板,一键提交 PR,减少沟通成本,提升协作效率。
0· 44·1 当前·1 累计
下载技能包
最后更新
2026/4/12
安全扫描
OpenClaw
可疑
medium confidenceThe skill's instructions match its stated purpose (creating a PR with a template) but there are small inconsistencies: it omits required binaries/credentials (git, gh, and GitHub auth) from its metadata and doesn't document authentication needs.
评估建议
This skill appears to do what it says (prepare a PR description and call the GitHub CLI), but the metadata omits important prerequisites. Before installing/using it: ensure you have git and the GitHub CLI (gh) installed and authenticated (gh auth login or a GITHUB_TOKEN), and run it only from the intended repository/branch because the instructions run git commands and create an actual PR. Because disable-model-invocation is true, the skill cannot run on its own, but you should still verify templ...详细分析 ▾
ℹ 用途与能力
The name/description align with the instructions: the SKILL.md describes gathering git context and using the GitHub CLI (gh) to create and label PRs. However, the skill metadata declares no required binaries or credentials even though the instructions rely on git and gh and on an authenticated GitHub session.
✓ 指令范围
The runtime instructions stay within the stated purpose: they run git commands to gather diffs/commits, infer change categories, and use gh to create/edit PRs and labels. There are no instructions to read unrelated system files, external endpoints, or to exfiltrate data.
✓ 安装机制
This is an instruction-only skill with no install spec or code files, so nothing will be written to disk or downloaded during install. That minimizes install risk.
⚠ 凭证需求
The SKILL.md requires git and the GitHub CLI (gh) and implicitly requires GitHub authentication (gh auth or GITHUB_TOKEN) to create/edit PRs, but the registry metadata lists no required binaries or environment/credential variables. The omission is disproportionate and can mislead users about necessary credentials and tooling.
✓ 持久化与权限
always is false and disable-model-invocation is true, so the skill will not run autonomously and does not request permanent high privilege. The skill does not modify other skills or system-wide settings.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.02026/4/12
Initial release of the create-pr skill. - Provides a step-by-step guide for creating standardized pull requests. - Includes detailed instructions for gathering context, analyzing changes, and generating PR descriptions. - Offers a ready-to-use PR description template with sections for summary, changes, motivation, testing, breaking changes, and related issues. - Recommends conventional commit style for PR titles and proper PR labeling. - Outlines best practices and checklist steps to ensure high-quality, informative PRs.
● Pending
安装命令
点击复制官方npx clawhub@latest install create-pr-skip
镜像加速npx clawhub@latest install create-pr-skip --registry https://cn.longxiaskill.com