AgentSkillsCN

github-pr-manager

管理GitHub Pull Request、Issue与Review。可用于“创建PR”、“查看PR状态”或“列出Issue”。

SKILL.md
--- frontmatter
name: github-pr-manager
description: Manage GitHub Pull Requests, Issues, and Reviews. Use this for "create PR", "check PR status", or "list issues".

GitHub Manager Skill

Uses the official GitHub MCP server to interact with the repository.

Usage

Command Template:

bash
npx mcporter call --command "npx -y @modelcontextprotocol/server-github" --tool <tool_name> --args <json_args>

Common Tools

  • create_pull_request: Create a new PR from the current branch.

  • list_pull_requests: See active PRs.

  • add_issue_comment: Comment on an issue or PR.

Example: List open PRs

bash
npx mcporter call --command "npx -y @modelcontextprotocol/server-github" --tool list_pull_requests --args '{"state": "open", "repo": "owner/repo"}'