code-review-checklist
Analyze and produce a code review checklist with structured process, quality checks, and system integration
Best use case
code-review-checklist is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Analyze and produce a code review checklist with structured process, quality checks, and system integration
Teams using code-review-checklist should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/code-review-checklist/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How code-review-checklist Compares
| Feature / Agent | code-review-checklist | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Analyze and produce a code review checklist with structured process, quality checks, and system integration
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
Related Guides
AI Agents for Coding
Browse AI agent skills for coding, debugging, testing, refactoring, code review, and developer workflows across Claude, Cursor, and Codex.
Best AI Skills for Claude
Explore the best AI skills for Claude and Claude Code across coding, research, workflow automation, documentation, and agent operations.
Cursor vs Codex for AI Workflows
Compare Cursor and Codex for AI coding workflows, repository assistance, debugging, refactoring, and reusable developer skills.
SKILL.md Source
# Code Review Checklist ## Amaç Eyleme dönüştürülebilir, ölçülebilir sonuçlar sunan kapsamlı bir code review checklist analiz edin ve üretin. Bu beceri, her seferinde profesyonel düzeyde çıktı sağlayan, kalite doğrulamalı yapılandırılmış bir süreç sunar. **Kategori**: Yazılım Geliştirme ## Girdiler ### Zorunlu - **Hedef**: Bu çıktı ile neyi başarmak istiyorsunuz - **Codebase Bağlamı**: Dil, framework ve mimari ### İsteğe Bağlı - **Kısıtlamalar**: Performans gereksinimleri, uyumluluk ihtiyaçları - **Takım Standartları**: Mevcut kodlama kuralları veya stil rehberleri ## Sistem Bağlamı Başlamadan önce: - Mevcut proje bağlamı ve öncelikleri için `memory.md`'yi oku - İlgili öğrenilmiş kurallar veya kısıtlamalar için `knowledge-base.md`'yi kontrol et - Projedeki mevcut ilgili belgeleri gözden geçir - Bu çıktı ile ilgili `.claude/workspace/TaskBoard.md`'deki aktif görevleri not et ## Süreç ### Adım 1: Bağlam ve Araştırma - Projedeki mevcut code review checklist belgelerini gözden geçir - İlgili öğrenilmiş kurallar veya kısıtlamalar için `knowledge-base.md`'yi kontrol et - Mevcut proje bağlamı ve öncelikleri için `memory.md`'yi kontrol et - Kilit paydaşları ve gereksinimlerini belirle - En uygun çerçeveyi seç: Clean Architecture, SOLID Principles, TDD/BDD ### Adım 2: Analiz ve Çerçeve Uygulaması - code review checklist yapılandırmak için seçilen çerçeveyi uygula - Boşlukları, fırsatları ve riskleri belirle - Başarı metriklerini tanımla: Deployment Frequency, Lead Time for Changes, Change Failure Rate, Mean Time to Recovery (MTTR) - Varsayımları ve bağımlılıkları belgele - Yaklaşımı sektör en iyi uygulamalarına göre doğrula ### Adım 3: Çıktıyı Oluştur - code review checklist aşağıdaki çıktı formatını kullanarak yapılandır - Genel tavsiyeler değil, spesifik ve eyleme dönüştürülebilir öneriler ekle - Uygulanabilir yerlerde somut rakamlar, zaman çizelgeleri ve kıyaslamalar ekle - Tutarlılık için mevcut proje belgeleriyle çapraz referans yap - Her bölümün değer kattığından emin ol — dolgu içeriği çıkar ### Adım 4: Kalite Doğrulama - [ ] Tüm zorunlu girdiler ele alındı - [ ] Öneriler spesifik ve eyleme dönüştürülebilir (belirsiz değil) - [ ] Rakamlar ve kıyaslamalar gerçekçi ve kaynaklı - [ ] Çıktı formatı aşağıdaki spesifikasyona uyuyor - [ ] Bilgi tabanı kurallarıyla çelişki yok - [ ] En iyi pratiği izliyor: Code reviews within 24 hours ## Çıktı Formatı ```markdown # Code Review Checklist ## Yönetici Özeti [Çıktının ve temel önerilerin 2-3 cümlelik özeti] ## Bağlam ve Hedefler - **Hedef**: [Bunun neyi başardığı] - **Hedef Kitle**: [Bunun kimin için olduğu] - **Zaman Çizelgesi**: [Bunun ne zaman geçerli olduğu] ## Analiz [Seçilen çerçeve kullanılarak yapılandırılmış analiz] ## Öneriler 1. [Beklenen etkisiyle spesifik, eyleme dönüştürülebilir öneri] 2. [Beklenen etkisiyle spesifik, eyleme dönüştürülebilir öneri] 3. [Beklenen etkisiyle spesifik, eyleme dönüştürülebilir öneri] ## Uygulama | Eylem | Sorumlu | Zaman Çizelgesi | Öncelik | |--------|-------|----------|----------| | [Eylem maddesi] | [Kim] | [Ne zaman] | [Yüksek/Orta/Düşük] | ## Başarı Metrikleri | Metrik | Mevcut | Hedef | Ölçüm Yöntemi | |--------|---------|--------|-------------------| | [KPI] | [Başlangıç] | [Hedef] | [Nasıl ölçülür] | ## Riskler ve Azaltmalar | Risk | Olasılık | Etki | Azaltma | |------|-----------|--------|------------| | [Risk] | [Y/O/D] | [Y/O/D] | [Eylem] | ## Sonraki Adımlar - [ ] [Hemen yapılacak eylem] - [ ] [Takip eylemi] - [ ] [Gözden geçirme tarihi] ``` ## Uygulanabilir Çerçeveler - Clean Architecture - SOLID Principles - TDD/BDD - 12-Factor App - GitFlow/Trunk-Based Development - Microservices vs Monolith decision tree - OWASP Top 10 ## Temel Metrikler - Deployment Frequency - Lead Time for Changes - Change Failure Rate - Mean Time to Recovery (MTTR) - Code Coverage - Cyclomatic Complexity - Technical Debt Ratio ## En İyi Pratikler - Code reviews within 24 hours - Every PR should be reviewable in under 30 minutes - Write tests before fixing bugs - Automate everything that runs more than twice - Document decisions, not just code ## Tamamlandıktan Sonra - Bu çıktı proje bağlamını veya önceliklerini değiştiriyorsa `memory.md`'yi güncelle - Yeniden kullanılabilir öğrenmeleri `knowledge-nominations.md`'ye ekle - Takip eylemleri belirlendiyse bunları `.claude/workspace/TaskBoard.md`'ye ekle - Ek çalışma gerekiyorsa ilgili skill'leri öner
Related Skills
startup-legal-checklist
Analyze and produce a startup legal checklist with structured process, quality checks, and system integration
review-response
Analyze and produce a review response with structured process, quality checks, and system integration
review-generation-plan
Yapılandırılmış süreç, kalite kontrolleri ve sistem entegrasyonu ile bir review generation plan analiz edin ve üretin
strategic-account-review
Analyze and produce a strategic account review with structured process, quality checks, and system integration
quarterly-business-review
Analyze and produce a quarterly business review with structured process, quality checks, and system integration
pipeline-review
Analyze and produce a pipeline review with structured process, quality checks, and system integration
weekly-review
Solopreneurler için 30 dakikalık Cuma haftalık değerlendirme ritüeli
product-review
Analyze and produce a product review with structured process, quality checks, and system integration
activation-checklist
Analyze and produce a activation checklist with structured process, quality checks, and system integration
launch-checklist
Analyze and produce a launch checklist with structured process, quality checks, and system integration
tax-planning-checklist
Analyze and produce a tax planning checklist with structured process, quality checks, and system integration
quarterly-financial-review
Analyze and produce a quarterly financial review with structured process, quality checks, and system integration