Code Review

Analyzes pull requests and diffs across languages for actionable feedback.

Updated Feb 12, 2026
One-click install
npx skills add https://github.com/tiagofur/kakoclaw --skill code-review-tiagofur
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Code Review
Source: https://github.com/tiagofur/kakoclaw/tree/main/.context/skills/code-review
Command: npx skills add https://github.com/tiagofur/kakoclaw --skill code-review-tiagofur

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Code Review helps teams ensure code quality, maintainability, and consistent standards, reducing defects and review time.

Core Features & Use Cases

  • Automated quality checks and style guidance across languages
  • Support for customizable checklists and reusable rulesets
  • Use Case: integrate with PR workflows to provide actionable feedback directly in diffs

Quick Start

Provide an initial code review by supplying a PR diff or repository link and receive structured feedback.

Frequently Asked Questions about 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?

Automate code review by supplying a PR diff or repository link to receive structured, actionable feedback. This enforces patterns, detects anti-patterns, and identifies security issues directly within your pull request workflows.

What is the best way to enforce coding standards across different programming languages?

Enforce coding standards across languages using customizable checklists and extensible rulesets. This approach provides automated quality checks and style guidance to ensure maintainability and consistent standards across your entire codebase.

Can I use static analysis to detect security issues and anti-patterns in a PR diff?

Yes, static analysis on a PR diff detects security issues, anti-patterns, and documentation gaps. It applies quality assurance checks across languages to generate actionable feedback and reduce potential defects.

How do I customize lint rules and quality checks for my team's codebase?

Customize lint rules and quality checks by configuring reusable rulesets and team-specific checklists. This allows you to enforce targeted best practices and style guidance during your code review process.

Does this code review process work without integrating external static analysis components?

Yes, the code review process works without external dependencies. It provides built-in static analysis capabilities to evaluate diffs, enforce patterns, and generate feedback independently.

Why should I use guided code reviews instead of manual quality assurance?

Guided code reviews reduce review time and defects by automating quality checks. They ensure consistent standards and maintainability across languages while providing actionable feedback on security issues and anti-patterns.