code-review-and-quality

Analyze pull requests across correctness, readability, architecture, security, and performance.

14|2|Updated Jul 4, 2026
One-click install
npx skills add https://github.com/Krishnatejavepa/Shotgun --skill code-review-and-quality-krishnatejavepa
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review-and-quality
Source: https://github.com/Krishnatejavepa/Shotgun/tree/main/.shotgun/skills/code-review-and-quality
Command: npx skills add https://github.com/Krishnatejavepa/Shotgun --skill code-review-and-quality-krishnatejavepa

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates multi-axis code review to improve code quality, reduce errors, and enhance security before changes are merged.

Core Features & Use Cases

  • Multi-Axis Review: Assesses correctness, readability, architecture, security, and performance.
  • Before-Merge Review: Ensures every change meets quality standards before it is merged.
  • Use Case: Before merging any PR or change in your codebase, run this skill to catch issues that might lead to production errors.

Quick Start

Run the code-review-and-quality skill on the PR or code you wish to review.

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 automate code review for pull requests?

You can automate code review for pull requests by running this skill to analyze changes across correctness, readability, architecture, security, and performance before merging. It evaluates code changes against predefined quality standards to catch potential production errors.

What does a multi-axis code review cover?

A multi-axis code review covers five key dimensions: correctness, readability, architecture, security, and performance. This comprehensive assessment ensures code changes meet quality standards and reduces errors before merging into the main branch.

Can I run a security audit and performance testing before merging code?

Yes, you can run a security audit and performance testing before merging by executing this skill on your code changes. It incorporates security and performance checks as part of its five-dimension analysis to ensure code quality.

What is the best way to ensure code quality before a merge?

The best way to ensure code quality before a merge is to run an automated review process that checks for correctness, readability, architecture, security, and performance. This skill enforces predefined quality standards on every pull request.

How does architecture analysis work during a code review?

Architecture analysis during a code review evaluates the structural design of your code changes to ensure they align with predefined quality standards. It is one of five dimensions assessed, alongside correctness, readability, security, and performance, before merging.