code-review

Analyze code quality and security across multiple languages and frameworks.

Updated Jan 28, 2026
One-click install
npx skills add https://github.com/TyGu888/PersonalAssistant --skill code-review-tygu888
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/TyGu888/PersonalAssistant/tree/main/plugins/installed/cc_test_plugin/skills/code-review
Command: npx skills add https://github.com/TyGu888/PersonalAssistant --skill code-review-tygu888

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reviews code for quality, security, and maintainability by providing structured, actionable feedback that speeds up PR reviews and reduces regressions.

Core Features & Use Cases

  • Code quality assessment: checks for readability, naming, and structure.
  • Security and resilience: identifies potential vulnerabilities and error handling gaps.
  • Test coverage evaluation: highlights areas lacking tests and suggests improvements.
  • Use Case: integrate in PR reviews to produce a concise report with suggested fixes.

Quick Start

Review the latest commit in your repository for code quality, security, and test coverage and return actionable recommendations.

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 quality and security checks for a pull request?

Automate code quality and security checks for a pull request by analyzing code structure, error handling, and potential vulnerabilities. This generates a concise report with actionable recommendations, highlighting areas lacking test coverage and suggesting specific fixes to reduce regressions.

What is static analysis for code maintainability and how does it identify issues?

Static analysis for code maintainability evaluates code without executing it, checking naming conventions, structure, and test coverage. It identifies issues by scanning for security vulnerabilities and error handling gaps, delivering clear, actionable feedback for audits across multiple languages and frameworks.

Does this code review process work across multiple programming languages and frameworks?

Yes, the code review process is applicable across multiple languages and frameworks. It assesses code quality, security vulnerabilities, and test coverage universally, providing actionable feedback and structured recommendations regardless of the specific programming language or framework used in your repository.

How do I evaluate test coverage gaps and security vulnerabilities during an audit?

Evaluate test coverage gaps and security vulnerabilities during an audit by scanning the codebase for missing tests and potential threats. The review highlights areas lacking tests, identifies security concerns and error handling gaps, and suggests improvements to ensure resilience and maintainability across your codebase.

What is the best way to review a commit for code quality and error handling?

The best way to review a commit is to analyze the changes for code organization, readability, and error handling. This produces a concise report detailing potential vulnerabilities and structural issues, delivering actionable recommendations to improve overall code maintainability.

When should I use automated code review instead of manual pull request reviews?

Use automated code review when you need to speed up pull request reviews and reduce regressions consistently. It provides structured, actionable feedback on security and maintainability, whereas manual reviews are better suited for subjective architectural discussions.