review

Lints code and generates prioritized, structured reports for commits, PRs, or repositories.

7|3|Updated Jul 31, 2025
One-click install
npx skills add https://github.com/seabbs/claude-code-config --skill review-seabbs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/seabbs/claude-code-config/tree/main/skills/review
Command: npx skills add https://github.com/seabbs/claude-code-config --skill review-seabbs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates and standardizes code reviews by applying linting, enforcing project standards, and surfacing prioritized findings to speed up quality improvements.

Core Features & Use Cases

  • Linting and standards checks across detected languages to ensure consistency.
  • Phase-based review workflow that determines scope from arguments and gathers PR details when applicable.
  • Generates a structured report with location, description, suggested fix, and rationale, organized by priority (critical, important, suggestions).

Quick Start

Run the skill with a scope (commit, pr, or all) to start a review.

Frequently Asked Questions about review

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

FAQPage Schema
How do I automate code reviews across a pull request?

Automate code reviews by linting and enforcing standards across a pull request scope. The skill gathers PR details, analyzes detected languages, and generates a structured report prioritizing findings to speed up quality improvements.

Can I scope code review checks to specific commits?

Yes, you can scope code review checks to specific commits, pull requests, or the entire repository. The phase-based workflow determines scope from arguments and gathers PR details when applicable.

How does priority-based linting work for maintainability issues?

Priority-based linting organizes findings into critical, important, and suggestion categories. It checks detected languages for standards compliance and outputs structured reports with location, description, suggested fix, and rationale.

What's the best way to enforce coding standards in CI/CD pipelines?

Enforce coding standards in CI/CD by running automated linting and standards checks across commits. The skill provides multi-language support and structured, priority-based reporting to identify critical issues quickly.

Does automated code review support multiple programming languages?

Yes, automated code review supports multiple programming languages through configurable lint suites. It detects languages within the codebase and applies standards checks to ensure consistency across the project.

What is included in a structured code review report?

A structured code review report includes location, description, suggested fix, and rationale for each finding. Results are organized by priority levels including critical, important, and suggestions to guide quality improvements.