requesting-code-review

Automate code review by dispatching subagents to fix issues until zero remain.

Updated May 7, 2026
One-click install
npx skills add https://github.com/TK-Evans01/tk-harness --skill requesting-code-review-tk-evans01
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/TK-Evans01/tk-harness/tree/main/plugins/tk-rpie/skills/requesting-code-review
Command: npx skills add https://github.com/TK-Evans01/tk-harness --skill requesting-code-review-tk-evans01

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires tk-rpie:code-reviewer, tk-rpie:bug-fixer, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the code review process, catching issues early and ensuring code quality and compliance before merging into the main branch.

Core Features & Use Cases

  • Automated Code Review: Dispatches a code-reviewer subagent to review code changes.
  • Session Isolation: Prevents collisions in parallel planning/execution sessions.
  • Review Loop: Manages review and fix loops until zero issues are present.
  • Handling Failures: Provides retries and timeouts for operational errors.
  • Quick Reference: Offers a guide for common situations and actions.

Quick Start

Dispatch a code review for the current 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 before merging changes?

Automated code review dispatches a subagent to review code changes, managing review-fix loops until zero issues are present. This ensures code quality and compliance before merging into the main branch.

What is a review-fix loop in automated code review?

A review-fix loop is an automated process where a code-reviewer subagent identifies issues and a bug-fixer subagent resolves them, iterating until all code changes have zero issues remaining.

Do I need specific subagents to run automated code reviews?

Yes, automated code reviews require the tk-rpie:code-reviewer subagent to analyze code changes and the tk-rpie:bug-fixer subagent to handle issue resolution within the review loop.

How are operational errors and timeouts handled during code review?

Operational errors during code review are managed through built-in retries and timeouts, ensuring the automated review process can recover from transient failures without manual intervention.

Can I run parallel code review sessions without collisions?

Yes, the automated code review process includes session isolation, which prevents collisions when running parallel planning and execution sessions simultaneously across different code changes.

What's the best way to ensure merge validation with zero code issues?

Merge validation is best ensured by dispatching an automated code-reviewer subagent that loops through issue detection and bug resolution, validating that code changes have zero issues before merging.