Review Branch UI
REVIEW SKILL. INVOKES: agent-browser, local app server, git checkout checks. OUTPUT ONLY: UI review result.
Use when the user asks for the UI portion of a branch or PR review, or when a merge-readiness review delegates the UI slice. Read review protocol for detailed procedure.
Inputs
- Exact target checkout, or pinned PR head SHA and matching worktree.
- Main changed UI flow, or enough PR context to identify it.
- Expected account type for authenticated flows.
DO NOT USE FOR:
- Logic, correctness, style, architecture, or CI reviews.
- Publishing review comments or creating PRs.
- No UI changes; return
UI: Not applicable.
Workflow
- Verify local
HEADmatches the pinned target. If the running app serves different code and cannot be repointed, report untested. - If no user-facing UI changed, stop with
UI: Not applicable. - Check
agent-browseravailability before relying on it. - For auth, find a local account and validate credentials through the app auth path, not hashes.
- Test the main happy path from the real entrypoint, including interactions and DOM changes.
- Return only UI output. Use
UI* -> general comment -> ...for failures or environment blockers.
Examples
UI: The main changed flow works correctly in agent-browser.
UI: The main changed flow could not be tested in agent-browser because ...
Troubleshooting
If browser tooling, data, credentials, or server state block testing, report that exact blocker and do not infer pass/fail.