hunk-review

Manage Hunk terminal diff sessions and inline review comments.

21|2|Updated May 9, 2026
One-click install
npx skills add https://github.com/diegopetrucci/the-last-harness --skill hunk-review-diegopetrucci
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hunk-review
Source: https://github.com/diegopetrucci/the-last-harness/tree/main/.pi/skills/hunk-review
Command: npx skills add https://github.com/diegopetrucci/the-last-harness --skill hunk-review-diegopetrucci

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the friction of manual diff inspection by providing a structured, agent-assisted interface for navigating and commenting on code changes directly within the terminal.

Core Features & Use Cases

  • Session Management: Seamlessly list, inspect, and reload live Hunk review sessions.
  • Intelligent Navigation: Jump between files, hunks, and specific lines or existing comments to maintain focus during complex reviews.
  • Batch Commenting: Efficiently apply multiple review notes in a single operation to streamline feedback delivery.
  • Use Case: When performing a pull request review, use this skill to navigate through a large changeset, highlight specific logic concerns with inline comments, and ensure all relevant hunks are addressed without leaving the terminal.

Quick Start

Use the hunk-review skill to list all active sessions and navigate to the first comment in the current repository.

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 interactively in the terminal?

Interactive terminal code diff reviews are facilitated by interfacing with the Hunk terminal daemon to manage diff sessions, navigate file hunks, and apply batch comments directly within your command line environment.

What is the best way to manage multiple code review comments on a large git changeset?

The best way to manage code review comments on a large git changeset is using batch commenting to efficiently apply multiple review notes in a single operation across file hunks without manual friction.

Do I need a specific daemon running to perform terminal-based code reviews?

Yes, you need a running Hunk daemon to facilitate interactive code review workflows, manage live diff sessions, and provide programmatic control over diff visualization and annotation tasks.

Can I navigate to specific lines and existing comments during a git diff session?

Yes, you can navigate between files, hunks, and specific lines or existing comments during a git diff session to maintain focus and inspect code changes without leaving the terminal.

How do I reload a live code review session after new commits are pushed?

You can reload a live code review session after new commits are pushed using context-aware session reloading to inspect and update active diff sessions seamlessly within the terminal.