원클릭으로
auto-pr
// Automated PR submission assistant, including code review, documentation generation, and PR creation
// Automated PR submission assistant, including code review, documentation generation, and PR creation
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.
帮助用户快速配置和使用微信通道功能。当用户想要"配置微信"、"连接微信"、"设置微信机器人"、"weixin setup"、"wechat channel"时使用此技能。
Use CodeScope to analyze any indexed codebase via its graph database (neug) and vector index (zvec). Supports Python, JavaScript/TypeScript, C, and Java (including Hadoop-scale repositories). Covers call graphs, dependency analysis, dead code detection, hotspots, module coupling, architectural layering, commit history, change attribution, semantic code search, impact analysis, full architecture reports, and bug root cause analysis from GitHub issues. Use this skill whenever the user asks about code structure, code dependencies, who calls what, why something changed, finding similar functions, generating architecture reports, understanding module boundaries, analyzing GitHub issues/bugs, finding bug root causes, understanding why a project has many bugs, tracing bugs to code, indexing Java projects, or any question that benefits from a code knowledge graph — even if they don't mention "CodeScope" by name. If a `.codegraph` or similar index directory exists in the workspace, this skill applies.
为开源项目生成专业宣传视频,传入 {owner}/{repo} 参数 Triggers on "生成开源视频", "宣传视频", "oss video", "remotion video".
| 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