code-review-checklist

Apply structured quality gates, SOLID principles, and test-coverage analysis to pull request reviews.

10|5|Updated Dec 12, 2025
One-click install
npx skills add https://github.com/ils15/mythic-agents --skill code-review-checklist-ils15
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review-checklist
Source: https://github.com/ils15/mythic-agents/tree/main/skills/code-review-checklist
Command: npx skills add https://github.com/ils15/mythic-agents --skill code-review-checklist-ils15

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill standardizes code reviews by applying a repeatable set of quality gates, SOLID principles, error handling patterns, and test-coverage checks, ensuring consistent feedback and faster merges.

Core Features & Use Cases

  • Quality Gates: linting, type checks, tests, coverage thresholds, security checks, and documentation updates.
  • SOLID Principles: checks for Single Responsibility, Open/Closed, Liskov Substitution, Interface Segregation, and Dependency Inversion.
  • Error Handling & Test Analysis: evaluates error paths and ensures robust handling across code paths.
  • Feedback & Metrics: emits severity levels and actionable improvements, helping teams triage and track progress.
  • Use Case: During PR reviews, apply the checklist to guide reviewers toward consistent, high-quality changes with clear rationale.

Quick Start

Run the code-review-checklist against the latest pull request in your CI workflow. Provide a structured feedback report with severity levels and actionable improvements.

Frequently Asked Questions about code-review-checklist

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

FAQPage Schema
What are code review quality gates and how do they enforce SOLID principles?

Standardizing code reviews applies repeatable quality gates covering linting, typing, tests, coverage thresholds, and security checks. This prevents inconsistent feedback, ensures robust error handling, and documents review decisions for auditability across engineering teams.

How do I apply structured code review checklists to pull requests?

Yes, you can use code review quality gates for both backend and frontend code. The checklist evaluates error handling patterns, typing, and test coverage across all code paths regardless of the architectural layer being reviewed.

What is the best way to standardize PR reviews across an engineering team?

The best way to standardize PR reviews is applying criteria-driven quality gates that output severity levels and actionable improvements. This guides reviewers toward consistent, high-quality changes with clear rationale rather than relying on subjective opinions.

Does code-review-checklist work without external dependencies?

Yes, code-review-checklist works without external dependencies. It provides a standalone checklist applying SOLID principles, test-coverage analysis, and security checks directly within your pull request review workflow.

When do I need test-coverage analysis and linting checks in code reviews?

You need test-coverage analysis and linting checks during PR reviews to maintain code quality. These quality gates identify untested error paths, enforce typing rules, and ensure documentation updates accompany functional changes.