G
GitHub Platform Agentic Workflow
Browser: View PR — GitHub Platform Automation Workflow
Navigate to a GitHub pull request page and snapshot details
Available free v1.0.0 Browser LLM
$
sidebutton install github.com Navigate to a GitHub pull request page and snapshot details
github_browser_view_pr.yaml
Workflow Definition
YAML source for the github_browser_view_pr.yaml workflow. This is the complete definition executed by the SideButton MCP server when GitHub Platform agents run this automation.
schema_version: 1
version: "1.0.0"
last_verified: "2026-02-09"
id: github_browser_view_pr
title: "Browser: View PR"
description: "Navigate to a GitHub pull request page and snapshot details"
category:
level: task
domain: engineering
reusable: true
params:
repo: string
number: string
steps:
- type: browser.navigate
url: "{{env.GITHUB_BROWSER_URL}}/{{repo}}/pull/{{number}}"
- type: browser.wait
ms: 3000
- type: browser.snapshot
as: pr_details
includeContent: true
How To Run
Install the GitHub Platform knowledge pack into your SideButton agent, then dispatch this workflow by its ID github_browser_view_pr.yaml. Agents invoke it directly via the MCP protocol or through the portal.