review-checklist

Execute a code review checklist for quality, security, and maintainability.

Updated Jul 5, 2026
One-click install
npx skills add https://github.com/xkl2013/lobe --skill review-checklist-xkl2013
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-checklist
Source: https://github.com/xkl2013/lobe/tree/main/.agents/skills/review-checklist
Command: npx skills add https://github.com/xkl2013/lobe --skill review-checklist-xkl2013

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides a structured checklist to ensure thorough code reviews, identifying common issues and promoting best practices.

Core Features & Use Cases

  • Comprehensive Checklist: Covers correctness, security, testing, i18n, SPA/routing, reuse, database, and cloud impact.
  • Customizable: Users can add or remove items from the checklist based on their specific needs.
  • Use Case: Before merging a pull request, use this Skill to run the checklist and ensure all critical aspects are addressed.

Quick Start

Run the review-checklist skill to perform a code review on the current branch.

Frequently Asked Questions about review-checklist

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

FAQPage Schema
How do I run a code review checklist before merging a pull request?

To run a code review checklist before merging, execute the skill on your current branch to automatically identify potential issues in code quality, security, and maintainability against a structured list.

What specific areas does a code review checklist cover for software quality?

A comprehensive code review checklist covers correctness, security, testing, internationalization, SPA/routing, code reuse, database interactions, and cloud impact to ensure overall software quality.

Can I customize the code analysis checklist for my team's specific needs?

Yes, you can customize the code analysis checklist by adding or removing items to align with your specific development workflow and team requirements before running the review.

Does this code review skill work with Git version control systems?

Yes, the code review skill applies to software development workflows using version control systems like Git, running directly on your current branch to identify potential issues.

What are the limitations of using an automated code review checklist?

An automated code review checklist requires a structured checklist and manual review to catch context-specific issues, meaning it automates baseline checks but cannot fully replace human judgment for complex logic.