code-reviewer

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

1|Updated Sep 16, 2025
One-click install
npx skills add https://github.com/zhizhunbao/ottawa-genai-research-assistant --skill code-reviewer-zhizhunbao
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-reviewer
Source: https://github.com/zhizhunbao/ottawa-genai-research-assistant/tree/main/.agent/skills/dev-code_reviewer
Command: npx skills add https://github.com/zhizhunbao/ottawa-genai-research-assistant --skill code-reviewer-zhizhunbao

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Manual code reviews are time-consuming and error-prone; automate analysis, enforce best practices, and speed up feedback across multiple languages.

Core Features & Use Cases

  • Automated code analysis for TypeScript, JavaScript, Python, Swift, Kotlin, and Go
  • Best-practice checks, security scanning, and issue detection
  • Review checklist generation for pull requests and code reviews

Quick Start

Run the code_quality_checker.py on your target project to generate a quality report.

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 reviews for pull requests across multiple languages?

Automate code reviews by running static analysis scripts on your repository to generate quality reports. This applies best-practice checks and security scanning across TypeScript, JavaScript, Python, Swift, Kotlin, and Go projects.

What's the best way to generate a structured review checklist for a Python project?

Generate a structured review checklist for a Python project by running the code quality checker. It analyzes the source code to produce an automated report covering best-practice checks and issue detection.

Does automated static analysis work with TypeScript and Go projects?

Automated static analysis works with TypeScript and Go projects. The code review process applies security scanning and best-practice checks to analyze source files across these supported languages.

How do I run security scanning and best-practice checks on my codebase?

Run security scanning and best-practice checks on your codebase by executing the code quality checker script. It processes the target project files to detect issues and output a comprehensive quality report.

Can I enforce policy checks for Swift and Kotlin source files?

You can enforce policy checks for Swift and Kotlin source files. The automated code review applies static analysis to detect violations and ensure compliance across these supported mobile development languages.