plannotator-review
Plannotator Review launches a browser-based code review interface for examining changes in the current worktree or an optionally specified pull request URL. Use this skill when you need to review code changes through Plannotator's visual annotation system rather than examining diffs directly in chat, then respond to any feedback or annotations it generates.
git clone --depth 1 https://github.com/backnotprop/plannotator /tmp/plannotator-review && cp -r /tmp/plannotator-review/apps/skills/core/plannotator-review ~/.claude/skills/plannotator-reviewSKILL.md
# Plannotator Review Use this skill when the user wants to review current code changes in Plannotator instead of reading a diff inline. Run: ```bash plannotator review [optional-pr-url] ``` Behavior: 1. Launch the command with Bash. 2. Wait for it to finish. 3. If it returns feedback or annotations, address them in the same conversation. 4. If it returns an approval/LGTM-style message, acknowledge that review passed and continue. Do not ask the user to copy shell commands into chat. Run the command yourself.
Guard against breaking the @pierre/diffs integration in Plannotator's code review UI. Use this skill whenever modifying DiffViewer.tsx, upgrading the @pierre/diffs package, changing unsafeCSS injection, adding new props to FileDiff, or touching shadow DOM selectors or CSS variables that cross into Pierre's shadow boundary. Also trigger when someone asks "will this break the diff viewer", "is this safe to change", or when reviewing PRs that touch the review-editor package.
Prepare and execute a Plannotator release — draft release notes with full contributor credit, bump versions across all package files, build in dependency order, and kick off the tag-driven release pipeline. Use this skill whenever the user mentions preparing a release, bumping versions, writing release notes, tagging a release, or publishing. Also trigger when the user says things like "let's ship", "prep a release", "what's changed since last release", or "time to cut a new version".
Review Renovate bot PRs that update GitHub Actions dependencies. Verifies supply chain integrity by checking pinned commit SHAs against upstream tagged releases, reviews changelogs for breaking changes, and confirms compatibility with existing workflow configurations. Use when a Renovate PR updates GitHub Actions in .github/workflows/.
Audit and update npm/Bun dependencies with supply chain integrity checks — verifies maintainers, publish age, tarball diffs, and provenance before bumping. Defers risky packages to ~/.supply-chain/notes/.
Open Plannotator's annotation UI for a markdown file, converted HTML file, URL, or folder and then respond to the returned annotations.
Open Plannotator on the latest rendered assistant message and use the returned annotations to revise that message or continue.
>
Turn an idea or objective into a goal package for /goal. Interviews the user, builds a reviewed fact sheet via Plannotator, then explores the codebase to produce an execution plan.