code-review

Automate code review with parallel lanes for security, compliance, and architecture.

6|Updated Apr 26, 2026
One-click install
npx skills add https://github.com/Weihong-Liu/GenericAgent_project --skill code-review-weihong-liu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/Weihong-Liu/GenericAgent_project/tree/main/.codex/skills/code-review
Command: npx skills add https://github.com/Weihong-Liu/GenericAgent_project --skill code-review-weihong-liu

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of conducting thorough code reviews, providing feedback on quality, security, and maintainability with severity ratings.

Core Features & Use Cases

  • Comprehensive Review: Checks for security vulnerabilities, code quality, performance, and maintainability.
  • Parallel Review Lanes: Concurrently reviews code for spec compliance, security, and architectural concerns.
  • Severity Rating: Provides a clear severity rating for identified issues (CRITICAL, HIGH, MEDIUM, LOW).
  • Final Synthesis: Combines review findings into a final recommendation for merging code changes.

Quick Start

Run a code review on the latest changes in your repository.

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 review for a pull request?

To automate code review for a pull request, this Skill analyzes code changes for quality, security, and maintainability using parallel review lanes. It evaluates spec compliance, security, and architecture concurrently to produce a final merge recommendation.

What is the best way to assess code quality and security vulnerabilities before merging?

Assessing code quality and security vulnerabilities requires a comprehensive review that checks for maintainability and performance issues. This process uses parallel lanes to concurrently evaluate spec compliance, security concerns, and architectural soundness.

How are code review issues rated for severity?

Code review issues are rated for severity using a clear classification system that categorizes identified problems as CRITICAL, HIGH, MEDIUM, or LOW. This severity rating helps prioritize fixes before synthesizing a final merge recommendation.

Can I check spec compliance and architectural concerns concurrently during a code review?

Yes, you can check spec compliance and architectural concerns concurrently during a code review. This Skill operates using parallel review lanes, allowing it to simultaneously analyze security vulnerabilities, spec compliance, and architectural soundness.

Does automated code review provide a recommendation for merging code changes?

Automated code review provides a final recommendation for merging code changes by synthesizing all findings. It combines the results from concurrent quality, security, and maintainability assessments into a single actionable merge decision.

When do I need parallel review lanes for software maintenance?

Parallel review lanes are needed for software maintenance when you require concurrent analysis of spec compliance, security, and architectural concerns. This approach ensures comprehensive evaluation of codebase changes without sequential bottlenecks.