code-reviewer

Automate code review with analysis, best practice checks, and security scanning.

5|Updated Mar 9, 2026
One-click install
npx skills add https://github.com/STier-Ai/stier --skill code-reviewer-stier-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-reviewer
Source: https://github.com/STier-Ai/stier/tree/main/.gemini/skills/code-reviewer
Command: npx skills add https://github.com/STier-Ai/stier --skill code-reviewer-stier-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the code review process by automating analysis, checking best practices, and generating comprehensive review reports.

Core Features & Use Cases

  • Automated Code Analysis: Perform automated code analysis to identify issues and improve code quality.
  • Best Practice Checking: Enforce coding standards and best practices across different programming languages.
  • Security Scanning: Scan for potential security vulnerabilities in the codebase.
  • Review Checklist Generation: Generate detailed review checklists for pull requests.
  • Use Case: When reviewing pull requests or ensuring code quality in a team environment.

Quick Start

Run the 'code-reviewer' skill on your codebase to start the automated review process.

Frequently Asked Questions about code-reviewer

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

FAQPage Schema
How do I automate code review for pull requests across multiple programming languages?

You can automate code review by running analysis scripts that check best practices, scan for security vulnerabilities, and generate comprehensive review reports for your pull requests.

What does automated security scanning check for in a codebase?

Automated security scanning identifies potential vulnerabilities within your codebase by analyzing source code files against known security issues and generating a report of the findings.

Does automated code analysis work with Swift, Kotlin, and Go projects?

Yes, automated code analysis supports Swift, Kotlin, and Go projects, alongside TypeScript, JavaScript, and Python, allowing you to enforce coding standards across diverse technology stacks.

How do I generate a code review checklist for my team?

Generate a code review checklist by running automated analysis on your codebase, which evaluates code quality, security, and best practices to produce a detailed checklist for team use.

Do I need Python to run automated code analysis on JavaScript or TypeScript files?

Yes, Python is required as a dependency to run the automated analysis scripts and documentation generation that evaluate your JavaScript and TypeScript codebases.