check

Automate pre-commit code review using git worktrees and GitHub CLI.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/krystophny/prompts --skill check-krystophny
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: check
Source: https://github.com/krystophny/prompts/tree/main/skills/check
Command: npx skills add https://github.com/krystophny/prompts --skill check-krystophny

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Review changes before committing.

Core Features & Use Cases

  • Supports reviewing uncommitted changes
  • Can review multiple PRs in parallel using git worktrees
  • Provides local and PR mode detection

Quick Start

Review current changes or a specified PR using worktrees.

Frequently Asked Questions about check

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

FAQPage Schema
How do I review local code changes before committing them?

To review local code changes before a commit, this Skill detects uncommitted modifications in your git repository and coordinates agent-based review tasks to provide feedback before finalizing the commit.

Can I review multiple GitHub PRs in parallel locally?

Yes, you can review multiple GitHub PRs in parallel by utilizing git worktrees and the GitHub CLI. This Skill detects open PRs and coordinates agent-based review tasks across isolated worktrees simultaneously.

Do I need both git and gh CLI to automate pre-commit reviews?

Yes, automating pre-commit reviews requires both git and gh CLI. The Skill relies on git for local change detection and worktree management, while using gh to fetch open pull requests for parallel review.

How does git worktree parallel PR review work?

Git worktree parallel PR review works by creating isolated working directories for each open pull request. This allows the agent to coordinate and execute multiple review tasks concurrently without conflicting with your local branch.

What is the best way to automate code review for open pull requests?

The best way to automate code review for open pull requests is using an agent that detects open PRs via the GitHub CLI and coordinates parallel review tasks. This approach processes multiple PRs efficiently using git worktrees.