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 schema_version: 1
version: "1.0.0"
last_verified: "2026-02-09"
id: github_browser_list_prs
title: "Browser: List PRs"
description: "Navigate to a GitHub repository's PR list and snapshot"
category:
level: task
domain: engineering
reusable: true
params:
repo: string
steps:
- type: browser.navigate
url: "{{env.GITHUB_BROWSER_URL}}/{{repo}}/pulls"
- type: browser.wait
ms: 3000
- type: browser.snapshot
as: pr_list
includeContent: true