SKILL.md
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
createpullrequest: Create a new PR from the current branch.
listpullrequests: See active PRs.
addissuecomment: 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"}'