Create Pr
v1.0.0Use this skill when the user asks to create a PR, open a pull request, "create-pr", "submit a pull request", or "open a merge request". Requires Gitee MCP Se...
⭐ 1· 283·1 current·1 all-time
by开源中国@oschina
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
The skill's name and description match its instructions: it builds a PR title/body from a repo diff and calls Gitee MCP operations (compare_branches_tags, create_pull, etc.). Requiring a configured Gitee MCP server is appropriate for this purpose.
Instruction Scope
SKILL.md limits actions to fetching diffs, analyzing changes, generating a title/body, and invoking create_pull. It does not instruct reading unrelated system files, environment variables, or posting to external endpoints outside the declared MCP tools. It explicitly states to ask the user if information is missing.
Install Mechanism
Instruction-only skill with no install spec and no code files — nothing is written to disk or downloaded during install.
Credentials
No environment variables or extra credentials are requested by the skill itself. It depends on a pre-configured Gitee MCP server (platform-managed credentials), which is proportionate for creating PRs.
Persistence & Privilege
always is false and disable-model-invocation is not set to force disable; the skill is user-invocable and may be invoked autonomously by the agent (normal platform behavior). The skill does not request persistent system-wide privileges or modify other skills' configs.
Assessment
This skill appears coherent for creating Gitee pull requests through a configured MCP server. Before installing/using it: ensure your platform's Gitee MCP credentials are correct and scoped appropriately (the skill will create PRs and can append 'closes #N' to close issues), review any generated PR title/body before the skill submits it, and avoid granting broader repo permissions than necessary. If you do not want the agent to create PRs autonomously, keep the skill user-invocable only and require explicit confirmation from you before calling create_pull.Like a lobster shell, security has layers — review code before you run it.
latestvk9704ftcn2msgqxrkpwkam512h82jzkk
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
