GitHub Manager Skill
Uses the official GitHub MCP server to interact with the repository.
Usage
Command Template:
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
npx mcporter call --command "npx -y @modelcontextprotocol/server-github" --tool list_pull_requests --args '{"state": "open", "repo": "owner/repo"}'