qa-code-review-checklist

Generate language-aware code review checklists with security and performance checks.

1|Updated Nov 11, 2025
One-click install
npx skills add https://github.com/takemi-ohama/ai-agent-marketplace --skill qa-code-review-checklist
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa-code-review-checklist
Source: https://github.com/takemi-ohama/ai-agent-marketplace/tree/main/plugins/ndf/skills/qa-code-review-checklist
Command: npx skills add https://github.com/takemi-ohama/ai-agent-marketplace --skill qa-code-review-checklist

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a comprehensive, language-aware code review checklist to improve readability, maintainability, performance, and security across languages.

Core Features & Use Cases

  • General checklist applicable to all languages
  • Language-specific checks for JavaScript, Python, Java, etc.
  • Security checks aligned with OWASP Top 10
  • Performance checks for optimization opportunities
  • Review report templates for structured outputs

Quick Start

Use the checklist by loading templates and starting a review with triggers like "code review" or "review checklist".

Frequently Asked Questions about qa-code-review-checklist

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

FAQPage Schema
How do I conduct a systematic code review to catch quality issues?

Code reviews benefit from structured checklists covering readability, maintainability, correctness, and security. This Skill provides a comprehensive checklist template applicable across languages—JavaScript, Python, Java, and others—so reviewers follow consistent criteria and catch issues systematically rather than ad hoc.

What security vulnerabilities should I check for in code reviews?

Code reviews should validate against OWASP Top 10 risks including injection, broken authentication, sensitive data exposure, and XML external entities. This Skill includes security-focused checks aligned with OWASP standards to ensure pull requests meet baseline security requirements.

Can I use the same code review checklist for multiple programming languages?

Yes. This Skill provides a general checklist applicable to all languages alongside language-specific checks for JavaScript, Python, Java, and others, so teams can standardize review criteria while addressing language-particular concerns.

How do I document code review findings in a structured format?

The Skill includes review report templates designed for structured output, making findings consistent and automation-friendly. Templates integrate with Codex CLI MCP for streamlined reporting across pull requests.

What performance issues should reviewers look for during code review?

Performance checks identify optimization opportunities—inefficient loops, memory leaks, unnecessary allocations, and other bottlenecks. This Skill flags these points so reviews surface performance concerns alongside functional and security issues.

Does this checklist work with pull request workflows?

Yes. The Skill is designed for pull request code reviews and quality checks, providing templates that fit standard review gates and automate checklist application within existing CI/CD workflows.