code-reviewer

Automate code review across TypeScript, JavaScript, Python, Swift, Kotlin, and Go.

16|35|Updated Nov 15, 2025
One-click install
npx skills add https://github.com/mdlmarkham/TailOpsMCP --skill code-reviewer-mdlmarkham
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-reviewer
Source: https://github.com/mdlmarkham/TailOpsMCP/tree/main/.opencode/skill/code-reviewer
Command: npx skills add https://github.com/mdlmarkham/TailOpsMCP --skill code-reviewer-mdlmarkham

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the code review process by automating analysis, enforcing best practices, and identifying potential issues before they reach production.

Core Features & Use Cases

  • Automated Code Analysis: Performs deep analysis of code quality, performance, and security.
  • Best Practice Enforcement: Checks code against established patterns and standards.
  • Report Generation: Creates comprehensive review reports.
  • Use Case: When submitting a pull request, use this Skill to automatically scan the changes for bugs, style violations, and security vulnerabilities, providing immediate feedback to the developer.

Quick Start

Run the code quality checker on the current project directory.

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 multiple programming languages?

Automated code review for multiple programming languages is performed by running Python scripts that analyze code quality, enforce best practices, and generate comprehensive review reports for TypeScript, JavaScript, Python, Swift, Kotlin, and Go.

Can I scan my pull requests for security vulnerabilities and style violations?

Scanning pull requests for security vulnerabilities and style violations is supported through automated code analysis that checks code against established patterns, identifies antipatterns, and provides immediate feedback before production deployment.

Does automated static analysis work with Swift and Kotlin projects?

Automated static analysis works with Swift and Kotlin projects, alongside TypeScript, JavaScript, Python, and Go, utilizing Python scripts to perform deep code analysis and check adherence to established coding standards.

What is the best way to enforce best practices and check for antipatterns in my code?

Enforcing best practices and checking for antipatterns is achieved by referencing detailed documentation on coding standards during the automated code analysis process, ensuring code consistency and identifying potential issues early.

How do I generate a code review checklist for a project directory?

Generating a code review checklist for a project directory is done by running the code quality checker, which produces comprehensive review reports detailing bugs, style violations, and security scan findings.