review

Review code changes for quality, security, and maintainability before commits.

206|7|Updated Sep 25, 2024
One-click install
npx skills add https://github.com/Thank-you-Linus/Linus-Dashboard --skill review-thank-you-linus
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/Thank-you-Linus/Linus-Dashboard/tree/main/.claude/skills/review
Command: npx skills add https://github.com/Thank-you-Linus/Linus-Dashboard --skill review-thank-you-linus

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ensures code quality, security, and maintainability before commits by providing a structured review framework and checklists.

Core Features & Use Cases

  • Code Quality: enforces readability, descriptive names, and proper structure.
  • Security & Compliance: identifies common vulnerabilities and policy violations during review.
  • Maintainability: emphasizes documentation, type hints, error handling, and future-proofing across changes.

Quick Start

Run the pre-commit review checklist against your changed files to validate quality and safety before merging.

Frequently Asked Questions about review

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

FAQPage Schema
How do I check code quality and security before a commit?

To check code quality and security before a commit, apply a structured review checklist against your changed files to validate readability, error handling, and vulnerability policies prior to merging.

What is included in a pre-commit code review checklist?

A pre-commit code review checklist includes enforcing readability, descriptive names, proper structure, type hints, documentation, error handling, and security checks across code changes to ensure maintainability.

How do I identify security vulnerabilities during a pull request review?

To identify security vulnerabilities during a pull request review, run an automated audit against the changed code to detect common policy violations and maintainability issues before integration.

Can I run maintainability checks on existing code changes without dependencies?

Yes, you can run maintainability checks on existing code changes without dependencies, as this review process requires no external modules to enforce documentation, type hints, and future-proofing patterns.

What is the best way to enforce error handling and maintainability patterns across projects?

The best way to enforce error handling and maintainability patterns across projects is applying a structured review framework during code audits to validate structural compliance before commits.

Does a pre-commit review framework work for general code audits across projects?

Yes, a pre-commit review framework works for general code audits across projects by applying its validation rules to evaluate safety, readability, and maintainability for any set of changed files.