askill
local

localSafety 90Repository

Open local uncommitted changes for review in the pair-review web UI. This only opens the browser — it does not run AI analysis or generate suggestions. Once open, the user can browse the diff, leave comments, and trigger analysis from the web UI themselves. Use when the user says "review my local changes", "review local", "open local review", or wants to open a pair-review session for uncommitted work in the current directory. If the user wants automated AI analysis of their local changes rather than just opening the browser, use the `code-critic:analyze` skill (standalone, requires code-critic plugin) or `pair-review:analyze` skill (requires MCP server) instead. Note that the user can also trigger AI analysis from within the pair-review web UI after opening it.

11 stars
1.2k downloads
Updated 2/22/2026

Package Files

Loading files...
SKILL.md

Local Review

Open the current working directory in the pair-review web UI for local code review.

Steps

  1. Call the mcp__pair-review__get_server_info tool to get the server URL.
  2. Get the absolute path of the current working directory.
  3. URL-encode the path.
  4. Open the browser: open "{url}/local?path={encoded_path}"

If get_server_info fails or the MCP server is not connected, tell the user to start pair-review first:

npx @in-the-loop-labs/pair-review --mcp

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

70/100Analyzed 2/22/2026

Good quality skill with clear steps and when-to-use guidance. Located in dedicated skills folder with structured instructions. Lacks tags for discoverability. Somewhat plugin-specific but well-documented.

90
85
60
70
80

Metadata

Licenseunknown
Version-
Updated2/22/2026
Publisherin-the-loop-labs

Tags

No tags yet.