スキル一覧に戻る
iamgerwin

code-review-checklist

by iamgerwin

A modular, maintainable approach to managing shell configurations and development environment across multiple macOS machines.

4🍴 0📅 2026年1月19日
GitHubで見るManusで実行

SKILL.md


name: code-review-checklist description: Comprehensive code review checklists for backend and frontend code. tags:

  • code-review
  • quality
  • best-practices
  • laravel
  • react

Code Review Checklist Skill

Purpose

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.

How this Skill works

This Skill provides:

  • Markdown checklists for different contexts (backend, frontend)
  • Category-based organization for efficient reviews
  • Customizable templates to match team conventions

Templates

TemplateDescription
templates/backend-checklist.mdChecklist for Laravel/PHP backend code
templates/frontend-checklist.mdChecklist for React/TypeScript frontend code

Categories Covered

Backend Checklist:

  • Code Quality & Standards
  • Security Considerations
  • Database & Performance
  • Error Handling
  • Testing Coverage
  • Documentation

Frontend Checklist:

  • Component Architecture
  • TypeScript & Type Safety
  • Performance & Optimization
  • Accessibility (a11y)
  • State Management
  • Testing

Example invocation

Using checklists in reviews

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

Using with Claude

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."

Customization

To adapt these checklists for your team:

  1. Edit templates in templates/ to add team-specific checks
  2. Create additional checklists for other technologies (e.g., api-checklist.md)
  3. Remove checks that don't apply to your projects
  • project-bootstrap - Set up projects that align with these review standards

スコア

総合スコア

65/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

+10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新

+5
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

+5

レビュー

💬

レビュー機能は近日公開予定です