review-code

Run parallel code, security, and peer reviews with automated fixes and test verification.

399|31|Updated Mar 11, 2026
One-click install
npx skills add https://github.com/tobihagemann/turbo --skill review-code-tobihagemann
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-code
Source: https://github.com/tobihagemann/turbo/tree/main/skills/review-code
Command: npx skills add https://github.com/tobihagemann/turbo --skill review-code-tobihagemann

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the entire code review process, including identifying issues, applying fixes, simplifying code, and verifying changes with tests, saving developers significant time and ensuring code quality.

Core Features & Use Cases

  • Multi-faceted Review: Integrates code, security, and peer reviews.
  • Automated Fix Application: Directly applies identified fixes to the codebase.
  • Verification: Ensures fixes don't break existing functionality through testing and linting.
  • Use Case: When you need a thorough review of your latest changes, including security checks and automated bug fixes, before merging.

Quick Start

Run a full code review and fix pipeline on your uncommitted changes.

Frequently Asked Questions about review-code

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

FAQPage Schema
How do I automate code review and bug fixing before merging changes?

Automated code review executes a pipeline integrating code, security, and peer reviews to identify issues and automatically apply fixes. It then simplifies the applied changes and verifies them using the project's test suite and linter to ensure quality before merging.

What is the best way to run security and peer reviews on uncommitted code?

Running security and peer reviews on uncommitted code is best handled by a parallel review pipeline that checks for vulnerabilities and evaluates code quality simultaneously. It automatically applies fixes, simplifies the changes, and verifies everything with tests and linting.

Can I automatically apply code refactoring and verify changes with existing tests?

Yes, you can automatically apply code refactoring and verify changes with existing tests. The pipeline applies identified fixes, simplifies the applied code, and then runs the project's test suite to ensure no existing functionality is broken.

Does automated code review work with my project's linter and test suite?

Automated code review works directly with your project's linter and test suite during the verification phase. After fixes are applied and code is simplified, the pipeline uses these existing tools to validate that the changes maintain overall code quality and functionality.

When do I need a comprehensive code review pipeline instead of manual debugging?

A comprehensive code review pipeline is needed when you require thorough quality assurance across multiple facets like security and code structure before merging. It saves significant time over manual debugging by automating issue identification, fix application, and test verification simultaneously.