code-review-expert

Review code across security, architecture, performance, reliability, and quality dimensions.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/miaocg1789/twosub2api --skill code-review-expert-miaocg1789
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review-expert
Source: https://github.com/miaocg1789/twosub2api/tree/main/skills/code-review-expert
Command: npx skills add https://github.com/miaocg1789/twosub2api --skill code-review-expert-miaocg1789

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the comprehensive review of code for security vulnerabilities, architectural flaws, performance issues, and quality defects, ensuring higher code integrity and reducing manual review time.

Core Features & Use Cases

  • Multi-dimensional Analysis: Conducts reviews across security, architecture, performance, reliability, and code quality.
  • Parallel Agent System: Utilizes multiple specialized agents working concurrently for faster results.
  • Anti-Hallucination: Integrates with Context7 to verify API usage against official documentation, preventing LLM-generated inaccuracies.
  • Use Case: When submitting a Pull Request, trigger this Skill to perform a full code audit, identifying potential bugs and security risks before merging.

Quick Start

Use the code-review-expert skill to audit the current branch for security vulnerabilities and code quality issues.

Frequently Asked Questions about code-review-expert

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

FAQPage Schema
How does AI code review handle security vulnerabilities and architecture flaws?

AI code review handles security vulnerabilities and architecture flaws by deploying parallel specialized agents to analyze code across multiple dimensions concurrently. It cross-references API usage against official documentation to prevent hallucinations, ensuring accurate detection of security risks and architectural flaws.

What is the best way to automate code review before merging a pull request?

The best way to automate code review before merging a pull request is to trigger a multi-agent analysis that audits the current branch. This process isolates changes using git worktrees and performs comprehensive checks across security, performance, and reliability dimensions to identify potential bugs.

Can I perform static analysis and code audits on large repositories?

You can perform static analysis on large repositories using adaptive strategies designed for scale. The system isolates analysis in temporary git worktrees and deploys parallel sub-agents to process extensive codebases efficiently, ensuring all temporary worktrees are cleaned up afterward.

How do I prevent AI coding assistant hallucinations when checking code quality?

To prevent AI coding assistant hallucinations during code quality checks, you can verify API usage against official documentation using Context7. This anti-hallucination mechanism cross-references generated code with verified API signatures to prevent LLM-generated inaccuracies during the review.

Does AI code review work with git worktrees for isolated performance analysis?

Yes, AI code review works with git worktrees to provide isolated performance analysis. It creates temporary worktrees to safely evaluate code changes without affecting the main workspace, conducting parallel performance and reliability checks before automatically cleaning up the temporary environments.