pr-tour

Installation
SKILL.md

PR Tour — Live Code-to-UI Onboarding

Codex Compatibility

When running this skill in Codex, translate Claude Code-only primitives before acting: AskUserQuestion -> chat/request_user_input, TodoWrite -> update_plan. Resolve Read/Write/Bash to Codex file/shell tools. The vscode-debug-mcp bridge is reached over plain HTTP (curl 127.0.0.1:7779), so no MCP configuration is required.

Cursor Compatibility

When running this skill in Cursor Agent, translate: AskUserQuestion -> AskQuestion, TodoWrite -> Cursor TodoWrite. Use the Shell tool for playwright-cli and curl. If a project rule forbids playwright-cli by default, a user invocation of /pr-tour counts as explicit consent to use it (the skill is built on it), but re-confirm if unsure.

<essential_principles>

What a tour is

A tour turns "the diff the agent wrote" into a guided, runtime-verified walkthrough:

Installs
2
GitHub Stars
1
First Seen
Aug 21, 2026
pr-tour — laststance/skills