delve

Present code diffs in chunks and capture feedback as structured TODOs.

1|1|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/MattKotsenas/agent-plugins --skill delve
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: delve
Source: https://github.com/MattKotsenas/agent-plugins/tree/main/plugins/delve/skills/delve
Command: npx skills add https://github.com/MattKotsenas/agent-plugins --skill delve

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines code reviews by breaking down complex changes into manageable, screen-sized chunks, making it easier to provide and capture detailed feedback.

Core Features & Use Cases

  • Chunked Diff Review: Presents code changes one logical section at a time.
  • Actionable TODOs: Captures reviewer feedback as structured TODO items for downstream agents.
  • Interactive Navigation: Allows users to move forward, backward, or stay on a chunk to add comments.
  • Use Case: When reviewing a large pull request, use Delve to walk through each functional change systematically, ensuring no detail is missed and all feedback is logged precisely.

Quick Start

Use the delve skill to review the current code changes interactively.

Frequently Asked Questions about delve

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

FAQPage Schema
How do I review large git diffs interactively without losing track of feedback?

Interactive diff review breaks down large git changes into manageable, screen-sized chunks, allowing you to navigate sections and capture feedback as structured TODO items systematically.

What is the best way to capture code review feedback for downstream agents?

Capturing code review feedback as structured TODO items ensures your comments are formatted as actionable insights, enabling downstream agents to process and address review feedback automatically.

Do I need git installed to review code changes chunk by chunk?

Yes, chunked diff review requires the git command-line interface and session state management to parse code changes and persist your interactive review progress.

How do I navigate through a pull request diff to add comments on specific sections?

You can navigate interactive diff chunks by moving forward, backward, or staying on a specific chunk to add comments, ensuring detailed feedback is logged precisely for each functional change.

Can I select different baselines when reviewing code changes?

Yes, interactive diff review supports various baseline selection methods, allowing you to define the comparison point for your code changes before generating chunked diffs for feedback.