code-review

Evaluate code changes for security, quality, and architectural issues.

Updated Jan 16, 2026
One-click install
npx skills add https://github.com/zhaozengqing4364-bit/sales-training-qoder --skill code-review-zhaozengqing4364-bit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/zhaozengqing4364-bit/sales-training-qoder/tree/main/.codex/skills/code-review
Command: npx skills add https://github.com/zhaozengqing4364-bit/sales-training-qoder --skill code-review-zhaozengqing4364-bit

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps developers and teams perform comprehensive code reviews, identifying issues related to security, quality, and maintainability to improve software robustness.

Core Features & Use Cases

  • Thorough Code Assessment: Analyze code changes for security vulnerabilities, bugs, and style inconsistencies.
  • Parallel Review Lanes: Delegate analysis to a security and quality reviewer and an architecture/ design critic simultaneously.
  • Use Case: When preparing a pull request, run this Skill to automatically evaluate code for potential flaws, style issues, and architectural concerns, ensuring high standards before merging.

Quick Start

Initiate a code review on your latest commit or pull request by providing the list of changed files for immediate assessment.

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 security and architecture before a pull request?

Automated code review evaluates code changes for security vulnerabilities and architectural design concerns before a pull request. It delegates analysis to parallel lanes for security, quality, and architecture checks, identifying risks to ensure high standards before merging.

What is the best way to identify architectural risks and security vulnerabilities in my code changes?

Identifying architectural risks and security vulnerabilities requires analyzing code changes through static analysis and expert prompts. This process evaluates software robustness by simultaneously running security checks and design critiques to pinpoint maintainability issues.

Can I use static analysis to check code quality and maintainability in continuous integration workflows?

Static analysis checks code quality and maintainability effectively within continuous integration workflows. By assessing changed files against security and style benchmarks, it flags potential flaws and design concerns suitable for pre-deployment checks.

How do I run a thorough code assessment on my latest commit for style inconsistencies and bugs?

Thorough code assessment on a latest commit analyzes changed files to detect bugs, style inconsistencies, and security flaws. Providing the list of changed files initiates immediate evaluation for potential issues and architectural soundness.

Does parallel review lane analysis work with automated testing for continuous integration?

Parallel review lane analysis works with automated testing by delegating evaluation to a security reviewer and an architecture critic simultaneously. This parallel processing identifies design concerns and quality issues suitable for continuous integration.

When do I need a pre-deployment code review for software robustness?

Pre-deployment code review for software robustness is needed when preparing a pull request or merging code changes. It ensures high-quality, secure, and maintainable software by evaluating potential flaws, style issues, and architectural concerns before deployment.