reviewer

Community

Objective code review with actionable fixes.

Authorwtthornton
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill provides objective metrics and actionable feedback for code reviews, helping teams measure quality and quickly resolve issues related to security, maintainability, and performance.

Core Features & Use Cases

  • Code Scoring: Five metrics (complexity, security, maintainability, test coverage, and performance) to quantify quality.
  • Quality Tools: Integrates Ruff, mypy, Bandit, jscpd, and pip-audit for fast, reliable analysis.
  • Context7 Integration: Looks up library docs to verify usage and security requirements during reviews.
  • Actionable Feedback: Delivers concrete recommendations with code examples.

Quick Start

Review a file by running a standard review on src/main.py, then apply suggested improvements and re-run tests.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: reviewer
Download link: https://github.com/wtthornton/HomeIQ/archive/main.zip#reviewer

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository