code-review-and-quality

Review code changes for correctness, security, and architecture.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Dparamet/Skill-that-i-choose-to-use-for-ai-agent --skill code-review-and-quality-dparamet
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review-and-quality
Source: https://github.com/Dparamet/Skill-that-i-choose-to-use-for-ai-agent/tree/main/code-review-and-quality
Command: npx skills add https://github.com/Dparamet/Skill-that-i-choose-to-use-for-ai-agent --skill code-review-and-quality-dparamet

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps teams perform comprehensive code reviews, ensuring code quality, security, and architectural consistency before integration.

Core Features & Use Cases

  • Multi-axis Review: Assesses correctness, readability, architecture, security, and performance across code changes.
  • Pre-merge Checks: Validates code before merging PRs or updates to catch issues early.
  • Use Case: A developer submits a feature update; this Skill evaluates the code and highlights critical security flaws or architectural deviations to prevent faulty releases.

Quick Start

Use the code-review-and-quality skill to analyze the latest pull request for potential issues and improvement points.

Frequently Asked Questions about code-review-and-quality

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

FAQPage Schema
How do I perform a pre-merge code review for security and architecture consistency?

Run pre-merge code checks to assess correctness, security, and architecture before integration. This validates pull requests, highlights architectural deviations, and prevents faulty releases by catching issues early.

What is multi-axis code review and how does it evaluate code quality?

Multi-axis code review evaluates code quality by assessing changes across correctness, readability, architecture, security, and performance. It provides consistent quality gates for code contributions and refactoring efforts.

How do I automate quality gates for pull requests and refactoring efforts?

Automate quality gates by embedding static analysis tools and review guidelines within script files. This evaluates feature updates during pull requests to highlight critical security flaws and architectural deviations.

Does this code review process require static analysis tools?

Yes, the code review process requires static analysis tools. Review guidelines and these tools must be embedded within the script files to facilitate thorough checks for correctness and system architecture.

When do I need to run pre-merge checks on my code contributions?

Run pre-merge checks when a developer submits a feature update or before merging pull requests. This evaluates the code to prevent faulty releases by catching architectural deviations and security flaws early.

Best way to ensure system architecture consistency during code integration?

The best way to ensure system architecture consistency is to apply multi-axis review checks before integration. This validates code contributions against established architectural guidelines to prevent deviations.