dunk-review

List, view, and resolve code review comments stored in JSON files.

4|Updated Nov 27, 2025
One-click install
npx skills add https://github.com/EstebanForge/AGENTS --skill dunk-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dunk-review
Source: https://github.com/EstebanForge/AGENTS/tree/main/skills/dunk-review
Command: npx skills add https://github.com/EstebanForge/AGENTS --skill dunk-review

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill simplifies the process of reviewing and addressing code comments stored in JSON files, saving time and reducing manual tracking effort.

Core Features & Use Cases

  • Comment Listing & Inspection: List pending review comments with context from code files.
  • Comment Resolution: Mark comments as addressed, removing them from the tracking system.
  • Use Case: Developers reviewing large codebases can efficiently manage and respond to code comments, ensuring all issues are tracked and resolved systematically.

Quick Start

Use the dunk-review skill to view pending comments and resolve them as you review your code.

Frequently Asked Questions about dunk-review

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

FAQPage Schema
How do I manage code review comments using CLI commands?

Code review comments are managed by running CLI commands to list pending items, view them with file context, and mark them as resolved. This streamlines addressing feedback directly from your terminal.

How do I view pending code review comments stored in JSON files?

You can view pending code review comments by executing a CLI command that reads the JSON files on disk and lists the comments alongside their corresponding code context. This allows for efficient inspection without a GUI.

Can I resolve code review comments from the terminal?

Yes, you can resolve code review comments from the terminal by running a CLI command that marks comments as addressed. Once resolved, the comments are removed from the active tracking system.

What is the best way to track code review comments for large codebases?

The best way to track code review comments for large codebases is using a CLI-driven system that stores comments in JSON files. This allows developers to systematically list, inspect, and resolve issues on disk.

Does dunk-review work with diff comments stored locally?

Yes, dunk-review works with diff comments stored locally as JSON files on disk. It allows you to list these comments with their code context and resolve them through terminal commands.

Do I need a specific environment to manage code comments stored on disk?

You need a terminal environment that supports CLI execution and local disk access to JSON files. No external dependencies are required, making it easy to integrate into existing developer workflows.