requesting-code-review

Automate code review with structured feedback and remediation guidance.

3|Updated Jun 3, 2022
One-click install
npx skills add https://github.com/Hohlas/SoSimple --skill requesting-code-review-hohlas
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/Hohlas/SoSimple/tree/main/.kilocode/skills/requesting-code-review
Command: npx skills add https://github.com/Hohlas/SoSimple --skill requesting-code-review-hohlas

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates code review to catch issues early in subagent-driven development, preventing defects from cascading into main branches.

Core Features & Use Cases

  • Dispatch the code-reviewer subagent after each task to evaluate changes.
  • Provide structured feedback with strengths, issues (critical/important/minor), and remediation guidance.
  • Use before merging to ensure changes meet requirements and align with plans.

Quick Start

Request a code review after each task by dispatching the code-reviewer subagent with the implemented changes.

Frequently Asked Questions about requesting-code-review

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

FAQPage Schema
How do I automate code review for pull requests before merging?

Automate code review by dispatching a subagent to evaluate code changes and output categorized feedback. This catches issues early by providing structured remediation guidance before merging changes into main branches.

What is subagent-driven code review and when do I need it?

Subagent-driven code review dispatches an AI assistant to evaluate code changes after each task. You need it during AI-assisted development to prevent defects from cascading into main branches before merging.

How do I get structured feedback from a git diff for remediation?

Process your git diff with a code review subagent to generate structured feedback. It categorizes issues by severity into critical, important, and minor, and outputs specific remediation guidance for each problem.

Can I use an AI assistant to check if code changes meet project requirements?

Yes, you can dispatch an AI assistant to evaluate code changes against your project requirements. The code review subagent verifies that implemented changes align with plans before merging.

Does automated code review work without external dependencies?

Automated code review operates without external dependencies, relying entirely on the subagent workflow. It uses internal review templates to evaluate diffs and output categorized feedback for remediation.