review-checklist

Identify common code review mistakes and security issues with a systematic checklist.

Updated Apr 3, 2026
One-click install
npx skills add https://github.com/1154761334/it-bidding-copilot --skill review-checklist-1154761334
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-checklist
Source: https://github.com/1154761334/it-bidding-copilot/tree/main/frontend/.agents/skills/review-checklist
Command: npx skills add https://github.com/1154761334/it-bidding-copilot --skill review-checklist-1154761334

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill addresses common recurring mistakes and security oversights encountered during code reviews, helping reviewers quickly identify issues and improve code quality.

Core Features & Use Cases

  • Error Detection: Checks for leftover debugging statements, improper async handling, and security risks such as hardcoded secrets.
  • Best Practice Enforcement: Ensures tests are comprehensive, strings are localized, and routing consistency is maintained.
  • Use Case: When reviewing pull requests or branch changes, use this checklist to systematically catch common mistakes and maintain code standards.

Quick Start

Use the review-checklist to verify the code quality and security standards before merging a pull request or deploying the code.

Frequently Asked Questions about review-checklist

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

FAQPage Schema
How do I check for common code review mistakes before merging a pull request?

To check for common code review mistakes before merging, apply a systematic checklist covering error handling, security, and testing. This verifies code quality by catching leftover debugging statements, improper async handling, and hardcoded secrets.

What security issues should I look for during a code review?

Security issues to look for during a code review include hardcoded secrets and improper async handling. Using a review checklist identifies these risks systematically, ensuring software engineering projects prevent bugs and maintain strict security standards.

How do I ensure testing and localization best practices are followed in my codebase?

To ensure testing and localization best practices are followed, use a code review checklist to verify that tests are comprehensive and strings are localized. This enforces quality standards by systematically preventing common recurring mistakes.

Can a code review checklist help assess database migrations and cloud deployment impact?

Yes, a code review checklist can help assess database migrations and cloud deployment impact. It provides a systematic method to evaluate routing consistency, reuse, and deployment effects, preventing bugs before merging branch changes.

What is the best way to automate code quality checks for recurring security oversights?

The best way to automate code quality checks for recurring security oversights is implementing a review checklist. It systematically identifies mistakes like hardcoded secrets and debugging statements, streamlining the pull request review process.