hunk-review

Manage live Hunk diff sessions via CLI to inspect focus, navigate files and hunks, and append inline review comments.

Updated Aug 12, 2018
One-click install
npx skills add https://github.com/ivanov-i/dots --skill hunk-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hunk-review
Source: https://github.com/ivanov-i/dots/tree/main/codex/skills/hunk-review
Command: npx skills add https://github.com/ivanov-i/dots --skill hunk-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps developers manage and review live Hunk diff sessions from the command line, enabling focused inspection, navigation, and inline commenting without switching between UI tools.

Core Features & Use Cases

  • Inspect active Hunk sessions and verify the current focus.
  • Navigate to specific files, hunks, or lines within a review to understand changes in context.
  • Reload a session to swap in new content or reset the current view.
  • Add, list, or clear inline review comments to document observations and decisions.
  • Guide a reviewer through a changeset by narrating the flow and highlighting points of interest.

Quick Start

Ensure a Hunk session is running, then navigate to the target file and hunk and add a review comment describing your observations.

Frequently Asked Questions about hunk-review

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

FAQPage Schema
How do I review code diffs and add inline comments from the CLI?

You can review code diffs and add inline comments from the CLI by using a guided session manager to navigate specific files and hunks, then appending observations directly without switching to a separate UI tool.

What is a hunk diff session and when do I need it for code review?

A hunk diff session isolates specific code changes for focused inspection during collaborative code review. You need it when navigating changesets in context to document observations and decisions directly within the command line.

How do I navigate to specific files and hunks during a CLI code review?

To navigate to specific files and hunks during a CLI code review, use guided session commands to inspect the active focus, move through the changeset, and reload session content to reset the current view.

Do I need a Hunk CLI session running to review live diffs?

Yes, reviewing live diffs requires the Hunk CLI installed and an active session running on the target repository to inspect focus, navigate changes, and append inline review comments.

Can I reload and reset the current view during a diff review session?

Yes, you can reload a diff review session to swap in new content or reset the current view, allowing you to continuously inspect focus and navigate updated hunks during collaborative code review.