local_review

Create a git worktree and initialize dependencies for branch review.

2|Updated May 8, 2026
One-click install
npx skills add https://github.com/BrightBlock/hyprlayer-cli --skill local-review-brightblock
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: local_review
Source: https://github.com/BrightBlock/hyprlayer-cli/tree/main/claude/skills/local_review
Command: npx skills add https://github.com/BrightBlock/hyprlayer-cli --skill local-review-brightblock

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps engineers review a colleague's branch by spinning up a dedicated git worktree, preparing the local environment, and initializing contextual thoughts. It coordinates worktree creation, dependency setup, and thoughts initialization to keep the review isolated from the main repository.

Core Features & Use Cases

  • Create a dedicated worktree for a given branch or PR, ensuring an isolated review environment.
  • Auto-detect repository and set up dependencies based on the project structure (Make, npm, cargo, pip, etc.).
  • Initialize Hyprlayer thoughts in the new worktree to preserve context during the review.

Quick Start

Pass a branch name or PR number to create a dedicated worktree, configure dependencies, and initialize thoughts in the new environment.

Frequently Asked Questions about local_review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create an isolated git worktree to review a pull request?

Yes, git worktree dependency setup supports multiple project types including Make, npm, cargo, and pip, auto-detecting the repository structure to install the correct dependencies for your isolated review environment.

What do I need to set up a local worktree for branch review?

Git worktree branch review initializes Hyprlayer thoughts in the new worktree to preserve context during the review, ensuring you maintain a clean thought process and environment history separate from your main repository workspace.

Can I auto-detect project dependencies when creating a git worktree?

Yes, git worktree dependency setup supports multiple project types including Make, npm, cargo, and pip, auto-detecting the repository structure to install the correct dependencies for your isolated review environment.

What is the best way to review a colleague's branch without affecting my local environment?

The best way to review a colleague's branch without affecting your local environment is creating a dedicated git worktree that isolates the branch, dependencies, and thoughts initialization entirely from your main repository working directory.

How does thoughts initialization work in a new git worktree?

Git worktree branch review initializes Hyprlayer thoughts in the new worktree to preserve context during the review, ensuring you maintain a clean thought process and environment history separate from your main repository workspace.