quality-check

Identify and remediate code quality and security issues via checklist-driven reviews.

Updated Feb 14, 2026
One-click install
npx skills add https://github.com/shaun0927/codex-superskills --skill quality-check-shaun0927
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: quality-check
Source: https://github.com/shaun0927/codex-superskills/tree/main/skills/code-review
Command: npx skills add https://github.com/shaun0927/codex-superskills --skill quality-check-shaun0927

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ensures teams perform thorough, consistent code reviews to improve security, quality, and maintainability across codebases.

Core Features & Use Cases

  • Delegates to the code-reviewer agent to generate a standardized, actionable code-review report.
  • Provides a comprehensive checklist covering security, quality, performance, and maintainability.
  • Offers guidance on when to consult external Codex models and how to interpret results.
  • Produces a CODE REVIEW REPORT with per-file issues, severities, locations, and recommended fixes.

Quick Start

Initiate a full code review of the latest changes by invoking the code-reviewer agent following the review checklist.

Frequently Asked Questions about quality-check

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

FAQPage Schema
How do I automate code reviews for pull requests and feature branches?

Automate code reviews by invoking an agent-driven workflow that performs structured, checklist-driven analysis on pull requests and feature branches. This generates a standardized CODE REVIEW REPORT containing per-file issues, severities, locations, and recommended fixes.

What is checklist-driven code review and how does it improve maintainability?

Checklist-driven code review systematically evaluates security, quality, performance, and maintainability across codebases. It ensures thorough, consistent reviews by applying a formal issue taxonomy to identify and remediate code quality issues with structured feedback.

Can I generate a standardized code review report with per-file issue severities?

Yes, you can generate a standardized code review report that details per-file issues, severities, and locations. The report provides recommended fixes and actionable guidance to remediate identified security and quality problems.

Does automated code review work across different programming languages and codebases?

Automated code review is applicable across languages and codebases. It delegates to a code-reviewer agent that applies a comprehensive checklist to identify security, quality, performance, and maintainability issues regardless of the specific programming language.

What is the best way to identify and remediate security issues during a major refactor?

The best way to identify and remediate security issues during major refactors is using a structured, agent-driven review workflow. It applies a comprehensive checklist to generate actionable reports with severities and recommended fixes for maintainability.

When should I consult external Codex models during a code review?

You should consult external Codex models during code review when interpreting complex results or needing additional guidance beyond the standard checklist. The workflow offers specific guidance on when external model consultation is necessary for security and quality analysis.