用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/QwenLM/qwen-code-examples --skill auto-pr命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Control native macOS, Windows, and Linux desktop apps through the `open-computer-use` MCP server. Use when the user asks to operate local apps with accessibility-tree context plus screenshots, inspect the screen, click UI, type text, press shortcuts, scroll, drag, or interact with OS-level GUI software.
Control browser pages using the Playwright MCP server. Use when the user asks to open, inspect, navigate, click, type, test, or automate websites, localhost web apps, browser tabs, forms, and web UI.
Control the local desktop using the `computer` MCP tool from computer-use-mcp. Use when the user asks to operate local Mac/Windows apps, inspect the screen, click UI, type text, press shortcuts, scroll, drag, or interact with native GUI software.
基于 SOC 职业分类
正在显示 SKILL.md
| name | auto-pr |
| description | Automated PR submission assistant, including code review, documentation generation, and PR creation |
This skill helps you automate the complete Pull Request process, including code review, documentation generation, and PR creation.
/auto-pr [base-branch]
base-branch: Optional, defaults to mainPlease execute the following workflows in sequence:
During the documentation generation phase, the process will pause to wait for user confirmation:
Branch Preparation → Code Review → Generate English Documentation → [Wait for User Confirmation] → Submit PR → [Clean Up Temporary Files]
User Confirmation Points:
Before executing the skill, run the check script:
node ./scripts/check-prerequisites.js
| Dependency | Required | Installation Method |
|---|---|---|
| Git | Yes | System built-in or brew install git |
| GitHub CLI | Yes | brew install gh |
| Node.js | Yes | brew install node |
Complete authentication for first use:
gh auth login
Select as prompted:
After authentication, verify:
gh auth status
This skill includes the following scripts:
| Script | Description |
|---|---|
scripts/check-prerequisites.js | Prerequisites check |
scripts/create-pr.js | Automatic PR creation |
node ./scripts/create-pr.js \
--title "feat: feature description" \
--body-file ./PR_DESCRIPTION.md