code_review

Review code against security, performance, and quality standards.

Updated Feb 24, 2026
One-click install
npx skills add https://github.com/ulf1/mas-inquiry --skill code-review-ulf1
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code_review
Source: https://github.com/ulf1/mas-inquiry/tree/main/.agent/skills/code_review
Command: npx skills add https://github.com/ulf1/mas-inquiry --skill code-review-ulf1

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a structured approach and checklist to ensure code quality, security, and performance across the repository, streamlining the code review process.

Core Features & Use Cases

  • Security Audits: Identifies potential vulnerabilities like hardcoded secrets and injection flaws.
  • Performance Checks: Flags inefficient code patterns such as N+1 queries and memory leaks.
  • Quality Standards: Enforces best practices for code readability, error handling, and maintainability.
  • Use Case: Before merging a new feature, use this Skill to systematically check the code against security, performance, and quality standards, ensuring a robust codebase.

Quick Start

Perform a code review on the latest changes using the defined standards.

Frequently Asked Questions about code_review

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

FAQPage Schema
How do I perform a code review for security vulnerabilities and performance bottlenecks?

Perform a code review by systematically checking code against a predefined checklist covering security vulnerabilities, performance bottlenecks like N+1 queries, code quality, and testing standards to maintain codebase integrity.

What is a code review checklist for maintaining development standards?

A code review checklist for development standards is a structured approach to enforce best practices, identifying hardcoded secrets, injection flaws, memory leaks, and ensuring code readability and error handling before merging features.

How do I check my code for security vulnerabilities before merging a new feature?

Check code for security vulnerabilities by auditing for potential flaws like hardcoded secrets and injection patterns, systematically verifying adherence to security standards before a feature merge to guarantee a robust codebase.

Can I use a code review checklist to flag inefficient code patterns and memory leaks?

Yes, you can use a code review checklist to flag inefficient code patterns, specifically targeting performance bottlenecks such as N+1 queries and memory leaks, ensuring the code meets performance standards.

What's the best way to automate quality assurance checks for code readability and error handling?

The best way to automate quality assurance is guiding AI agents to enforce development standards, systematically checking code readability, error handling, and maintainability against predefined best practices during the review process.