systematic-code-review

Review pull requests with a 9-step workflow and Conventional Comments.

12|1|Updated Jun 4, 2013
One-click install
npx skills add https://github.com/bostonaholic/dotfiles --skill systematic-code-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: systematic-code-review
Source: https://github.com/bostonaholic/dotfiles/tree/main/claude/skills/systematic-code-review
Command: npx skills add https://github.com/bostonaholic/dotfiles --skill systematic-code-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a structured, repeatable framework for conducting code reviews that produce clear, actionable feedback using Conventional Comments.

Core Features & Use Cases

  • 9-step review workflow to maintain context and focus during code reviews.
  • Explicit pattern-based feedback to improve maintainability and comprehension.
  • Scales from small patches to large architectural changes, onboarding new reviewers quickly.

Quick Start

Analyze a PR by applying the 9-step workflow and documenting feedback with conventional comments.

Frequently Asked Questions about systematic-code-review

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

FAQPage Schema
How do I conduct a structured code review on a pull request?

Use a 9-step code review workflow to evaluate pull requests across context gathering, correctness, design, tests, security, and maintainability, producing actionable feedback using Conventional Comments.

What are Conventional Comments and how do they improve code review feedback?

Conventional Comments format code review feedback by labeling suggestions explicitly, ensuring reviewer intent is clear and actionable while guiding maintainability improvements through pattern recognition.

Can I use a systematic code review workflow for large architectural changes?

Yes, this 9-step code review workflow scales from small patches to large architectural changes, maintaining focus and context while guiding reviewers through design and operability checks.

What is the best way to mentor new developers during code reviews?

Mentor-grade code reviews provide a repeatable framework that names patterns explicitly and attaches actionable suggestions, onboarding new reviewers quickly while improving code comprehension.

Does a pattern-based code review workflow require any specific testing frameworks?

No specific testing frameworks are required. The code review workflow evaluates existing tests as part of its 9-step process but operates independently of any particular software dependencies.