One-click install
npx skills add https://github.com/StepfenShawn/kota --skill code-review-stepfenshawn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/StepfenShawn/kota/tree/main/.kota/skills/code-review
Command: npx skills add https://github.com/StepfenShawn/kota --skill code-review-stepfenshawn

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manual, time-consuming code reviews that miss issues and slow down delivery.

Core Features & Use Cases

  • Automated quality checks: identify bugs, anti-patterns, and maintainability concerns during reviews.
  • Security & performance feedback: flag potential vulnerabilities and performance hotspots with concrete recommendations.
  • Use Case: integrate into PR review workflow to provide structured feedback and suggested fixes.

Quick Start

Provide a structured code review for the current file or PR, focusing on quality, security, and performance.

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 a pull request?

To automate code review for a pull request, this Skill applies static analysis rules and security best practices to identify bugs, anti-patterns, and performance hotspots. It provides structured review prompts and concrete recommendations to integrate directly into your PR workflow.

What is static analysis for code quality and maintainability?

Static analysis for code quality evaluates your source code without executing it to detect anti-patterns and maintainability concerns. This Skill uses configurable thresholds to gate changes, ensuring your codebase meets defined quality and security metrics before merging.

Can I use this code review tool with any programming language?

Yes, you can use this code review tool with any programming language. It applies language-agnostic static analysis rules, security best practices, and performance checks to individual files or pull requests across your entire codebase.

How can I flag security vulnerabilities and performance hotspots during code review?

To flag security vulnerabilities and performance hotspots during code review, this Skill scans your code against security best practices and performance rules. It outputs actionable feedback with concrete recommendations to fix potential issues before they reach production.

What's the best way to configure quality thresholds for gating pull requests?

The best way to configure quality thresholds for gating pull requests is to define specific maintainability metrics and static analysis rules. This Skill supports configurable thresholds, allowing you to block changes that fail quality, security, or performance checks.