Comprehensive code review checklists for backend and frontend code.
Use this Skill to ensure consistent, thorough code reviews across your team. These checklists help reviewers catch common issues, enforce best practices, and maintain code quality standards.
This Skill provides:
| Template | Description |
|----------|-------------|
| templates/backend-checklist.md | Checklist for Laravel/PHP backend code |
| templates/frontend-checklist.md | Checklist for React/TypeScript frontend code |
Backend Checklist:
Frontend Checklist:
Copy the relevant checklist content when reviewing a PR:
# Copy backend checklist to clipboard
cat ai-prompts/skills/code-review-checklist/templates/backend-checklist.md | pbcopy
# Or for frontend
cat ai-prompts/skills/code-review-checklist/templates/frontend-checklist.md | pbcopy
When working with Claude for code reviews:
"Use the code-review-checklist Skill to review this Laravel controller. Focus on security and performance considerations."
"Apply the frontend checklist from code-review-checklist Skill to review this React component."
To adapt these checklists for your team:
templates/ to add team-specific checksapi-checklist.md)project-bootstrap - Set up projects that align with these review standardsnpx skills add iamgerwin/code-review-checklist下载完整 Skill 目录,包含 SKILL.md 及所有相关文件
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer
Tags:code-review, quality, best-practices, laravel, react