pinpointlisted
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