← ClaudeAtlas

pinpointlisted

Open a visual browser annotator for an HTML/Markdown file, a live Chrome tab, or the working-tree git diff so the user can click elements/sections/lines and leave anchored comments, then act on the structured feedback they send back. Use when the user wants to visually review, annotate, mark up, or get feedback on an HTML mockup, a rendered page, a live local/staging web app, a Markdown plan/spec, or the code you just changed — e.g. "review this page", "annotate this mockup", "let me mark up the plan", "pinpoint this file", "pinpoint the browser", "review my changes", "let me mark up the diff" — or right after you generate an HTML/Markdown file, browser UI, or batch of code edits and want the user to mark it up before you iterate.
vinitkumargoel/pinpoint · ★ 3 · Code & Development · score 74
Install: claude install-skill vinitkumargoel/pinpoint
# Pinpoint — visual annotation review Pinpoint lets the user review a file (`.html` or `.md`), a live page already open in Chrome, or the working-tree git diff. The user clicks elements/lines to leave anchored comments plus a page-wide note, and the CLI **blocks until they click Approve, Send Feedback, Stop, or the session times out**. Markdown files are rendered to a styled HTML document before review. Diffs are rendered as a unified code-review page (toggle to split, collapsible file rail). ## When to use this Reach for Pinpoint instead of asking the user to describe changes in prose whenever feedback is about something *visual or structural*: - The user wants to review or give feedback on an HTML mockup or rendered page. - The user wants to review a live Chrome tab — local dev app, staging URL, authenticated route, or any browser result already open. - The user wants to review a Markdown plan, spec, or doc and mark up specific sections. - The user wants to review the code you just changed — staged and unstaged together — line by line before you commit or iterate further. - You just produced an HTML or Markdown file or a batch of code edits and want precise, anchored feedback before iterating. - The user says things like "review this", "annotate the mockup", "mark up the plan", "pinpoint this", "open the annotator", "pinpoint the browser", or "review my changes". ## Choose the right mode - **File review** — use when there is a concrete `.html` or `.md` file pa