hunk-review

Manage Hunk diff review sessions via command-line operations.

Updated Jan 29, 2026
One-click install
npx skills add https://github.com/nkabbara/dotfiles --skill hunk-review-nkabbara
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hunk-review
Source: https://github.com/nkabbara/dotfiles/tree/main/dot_config/opencode/skills/hunk-review
Command: npx skills add https://github.com/nkabbara/dotfiles --skill hunk-review-nkabbara

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill solves the problem of navigating and interacting with live Hunk diff review sessions, allowing users to efficiently manage their reviews via the command line.

Core Features & Use Cases

  • Session Management: Interact with existing Hunk review sessions or create new ones.
  • File and Hunk Navigation: Move through different files and hunks within a session.
  • Session Reload: Swap the live session's contents with new diff information.
  • Review Comments: Add inline comments to provide feedback on the code.
  • Use Case: When working with a Hunk session, this Skill can help you quickly navigate to specific hunks, provide feedback, and manage your review process.

Quick Start

Use the 'hunk session list' command to find live Hunk sessions.

Frequently Asked Questions about hunk-review

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

FAQPage Schema
How do I manage live diff review sessions via the command line?

You can manage live diff review sessions via the command line by listing, navigating, and modifying session contents. This allows developers to interact with existing Hunk sessions or create new ones directly from the CLI.

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

To navigate files and hunks during a CLI code review, use the session management commands to move through different files and hunks within your active session. You can quickly jump to specific hunks to streamline your review process.

Can I add inline review comments to code diffs from the command line?

Yes, you can add inline review comments to code diffs from the command line. The CLI supports adding review comments directly to your active diff sessions, allowing you to provide feedback on specific hunks.

How do I reload a live diff session with new code changes?

To reload a live diff session with new code changes, use the session reload functionality to swap the live session's contents with new diff information. This updates your active review session with the latest code modifications.

Do I need any specific dependencies to run Hunk diff review sessions?

No specific dependencies are required to run Hunk diff review sessions. The Skill operates independently via command line scripts, allowing developers to interact with diff review sessions without additional environment setup.

What is the best way to start interacting with existing Hunk review sessions?

The best way to start interacting with existing Hunk review sessions is to use the 'hunk session list' command. This command finds active live sessions, enabling you to connect and manage your diff reviews efficiently.