code-review

Review PR diffs or codebases iteratively with gap detection and user-guided fixes.

1|1|Updated Dec 16, 2025
One-click install
npx skills add https://github.com/husniadil/ekstend --skill code-review-husniadil
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/husniadil/ekstend/tree/main/plugins/code-review/skills/code-review
Command: npx skills add https://github.com/husniadil/ekstend --skill code-review-husniadil

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Iterative code review with gap detection and user-controlled fixes to help teams identify and remediate gaps in PRs or across entire codebases.

Core Features & Use Cases

  • PR Review Mode: analyzes diffs, gathers context, and flags related issues that affect the changes
  • Holistic Review Mode: scans entire codebases or specified directories to detect gaps across multiple categories
  • Gap-driven workflow: presents a numbered gap list for user selection and fixes gaps using a Task-based approach, looping until closure
  • Re-review: automatically re-evaluates affected areas after fixes to ensure issues are resolved

Quick Start

Start by providing a PR diff or scope; I will perform an iterative, gap-driven review with user-guided fixes.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I perform an iterative code review on a pull request?

A holistic codebase audit scans entire repositories or specified directories to detect gaps across multiple categories. It then presents these gaps for user-guided fixes and re-evaluates affected areas to ensure resolution.

How does gap detection work during code review?

Gap detection works by analyzing code diffs or entire repositories to identify issues, presenting them in a numbered list. Users select which gaps to fix, and the system applies fixes via Task agents, automatically re-reviewing until gaps are closed.

Can I choose which code issues to fix during an automated review?

Yes, you can choose which code issues to fix. The review workflow presents a numbered gap list and uses AskUserQuestion to allow user-guided selection, ensuring you control which identified gaps are remediated by Task agents.

Does the code review workflow re-check code after applying fixes?

Yes, the code review workflow automatically re-checks code after applying fixes. It performs a re-review of the affected areas to ensure the identified gaps are fully resolved before closing the loop.