code-review

Inspect pull requests using a three-pass code-review checklist with severity levels.

6|1|Updated Jan 17, 2026
One-click install
npx skills add https://github.com/issdandavis/SCBE-AETHERMOORE --skill code-review-issdandavis
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/issdandavis/SCBE-AETHERMOORE/tree/main/training-data/clawhub-skills/code-review
Command: npx skills add https://github.com/issdandavis/SCBE-AETHERMOORE --skill code-review-issdandavis

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Systematic, documented patterns for code review that help teams spot security issues, performance bottlenecks, correctness gaps, maintainability risks, and testing shortcomings, while providing a consistent feedback framework.

Core Features & Use Cases

  • Three-pass review process: high-level, line-by-line, and edge-case verification to reduce defects.
  • Severity-guided feedback: Critical to Nitpick labels help triage issues and blockers.
  • Anti-patterns & guidance: Clear examples of common pitfalls and recommended remedies for maintainable code.
  • Use when reviewing PRs to raise quality, establish review standards, or train new reviewers.

Quick Start

Review the attached PR using the code-review checklist to generate actionable feedback.

Frequently Asked Questions about code-review

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

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

To perform a structured code review, inspect the pull request using a three-pass checklist covering high-level design, line-by-line logic, and edge-case verification to produce actionable feedback.

What security and performance checks should a code review include?▼

A thorough code review should include checks for security vulnerabilities, performance bottlenecks, and correctness gaps, ensuring maintainable code by identifying common anti-patterns and providing clear remedies.

How can I prioritize issues found during a pull request review?▼

Prioritize pull request review issues using severity-guided feedback labels ranging from Critical to Nitpick, which helps triage blockers and escalate critical defects effectively.

Does this code review process work for training new software engineers?▼

Yes, this code review process works for training new reviewers by establishing consistent review standards, applying documented patterns, and providing clear examples of common pitfalls and recommended remedies.

What is the best way to verify edge cases when reviewing code?▼

The best way to verify edge cases when reviewing code is to execute a dedicated third-pass review specifically targeting edge-case scenarios, complementing initial high-level and line-by-line inspections.

How do I ensure my code review feedback is actionable and maintainable?▼

To ensure code review feedback is actionable and maintainable, apply a structured checklist that addresses maintainability risks and testing shortcomings with severity labels and clear remedy examples.