.github/skills/github-pr/SKILL.md
Manage GitHub Pull Requests, Issues, and Reviews. Use this for "create PR", "check PR status", or "list issues".
npx skillsauth add spagestic/thenorthstar github-pr-managerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Uses the official GitHub MCP server to interact with the repository.
Command Template:
npx mcporter call --command "npx -y @modelcontextprotocol/server-github" --tool <tool_name> --args <json_args>
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"}'
development
Execute Python scripts and snippets. Use this for "run python script", "calculate with python", or "test snippet".
development
Store and retrieve long-term project information. Use this to "remember" facts or "recall" project context.
tools
Lint and fix Markdown files. Use this when the user asks to "check markdown", "fix formatting", or "lint docs".
development
Interact with Jupyter notebooks. Use this to "run cell", "read notebook", or "execute python in notebook".