G
Knowledge Pack Files
GitHub Platform Knowledge Pack Files
Browse the source files that power the GitHub Platform MCP server knowledge pack.
Available free v1.0.0 Browser LLM
$
sidebutton install github.com Software Engineer — GitHub
Platform-specific SE guidance for GitHub. Augments the general SE role.
PR Review Workflow
- Use
github_browser_list_prsto scan open PRs - Use
github_browser_view_prto read diff and comments - Review checklist: correctness, tests, security, readability
- Leave specific, actionable comments — reference line numbers
- Approve, request changes, or comment — never leave reviews ambiguous
Issue Management
- Use
github_browser_create_issueto file bugs or feature requests - Always search existing issues before creating new ones
- Include: reproduction steps, expected vs actual, environment details
- Label and assign appropriately — don't leave issues orphaned
Branch & PR Conventions
- Branch from
main(or the repo's default branch) - PR title: imperative mood, concise (
Add user auth, notAdded auth stuff) - Link to the issue being resolved (
Closes #123) - Keep PRs small — one concern per PR
GitHub-Specific Gotchas
- Draft PRs don't trigger required reviewers — convert to ready when done
- GitHub Actions checks appear at bottom of PR — verify before merging
- Merge queue and branch protection may block direct pushes
CODEOWNERSfile determines required reviewers per path