code-review

Apply a structured code-review checklist to TypeScript/JavaScript pull requests.

1|Updated Apr 14, 2026
One-click install
npx skills add https://github.com/andershi666/lobehub-hr-demo --skill code-review-andershi666
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/andershi666/lobehub-hr-demo/tree/main/lobehub/.agents/skills/code-review
Command: npx skills add https://github.com/andershi666/lobehub-hr-demo --skill code-review-andershi666

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a comprehensive, repeatable framework for code reviews that helps teams identify correctness issues, security concerns, and quality gaps in PRs, ensuring consistent standards across projects.

Core Features & Use Cases

  • Correctness checks to catch leftover debugging statements, missing return patterns, and potential edge-case failures.
  • Security checks to prevent exposure of secrets, sensitive data, or unsafe patterns in code changes.
  • Testing guidance to ensure new logic is covered by tests and that existing tests remain valid.
  • Guidance on reuse and consistency across the codebase, including avoiding duplication and aligning with shared utilities.
  • Use Case: apply during PR reviews to accelerate feedback and improve code health across a multi-repo project.

Quick Start

Review a pull request by applying this checklist to ensure correctness, security, and maintainability.

Frequently Asked Questions about code-review

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

FAQPage Schema
What is a structured code review checklist?

A structured code review checklist is a repeatable framework to identify correctness, security, and quality gaps in pull requests, ensuring consistent project standards. It covers sections like correctness, security, testing, and reuse.

How do I review a TypeScript or JavaScript pull request for security and correctness?

You review a pull request by applying a structured checklist to catch leftover debugging statements, missing return patterns, and exposure of secrets or sensitive data. This verifies correctness and security across TypeScript/JavaScript projects.

Can I use this code review checklist across multiple repositories?

Yes, you can apply this checklist during pull request reviews to improve code health across a multi-repo project. It enforces consistent quality assurance standards by verifying testing and reuse guidelines.

What's the best way to ensure new logic is covered by tests during a PR review?

The best way to ensure test coverage is to apply testing guidance from a code review checklist, verifying new logic is covered and existing tests remain valid. This accelerates feedback and maintains quality.

Does this pull request review checklist cover i18n and SPA routing?

Yes, the pull request review checklist explicitly includes concrete items for i18n and SPA routing. It also documents guidelines for cloud implications and codebase reuse to ensure comprehensive maintainability.

When should I not use a structured checklist for code reviews?

You should not use a structured checklist for trivial PRs where overhead outweighs benefits, such as simple text edits. It is designed for verifying correctness, security, and cloud implications in functional logic changes.