speckit.reviewer

Automate code reviews and generate detailed reports with actionable feedback.

3|1|Updated Feb 20, 2026
One-click install
npx skills add https://github.com/RangeyRover/home-battery-control --skill speckit-reviewer-rangeyrover
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit.reviewer
Source: https://github.com/RangeyRover/home-battery-control/tree/main/.agent/skills/speckit.reviewer
Command: npx skills add https://github.com/RangeyRover/home-battery-control --skill speckit-reviewer-rangeyrover

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of code reviews, providing users with actionable feedback and suggestions to improve code quality and security.

Core Features & Use Cases

  • Automated Code Review: Perform thorough code reviews on demand.
  • Actionable Feedback: Provide constructive, actionable feedback with severity levels.
  • Use Case: Imagine you have a set of code changes that need reviewing. Use this Skill to automatically perform a code review and receive a detailed report on issues and suggestions.

Quick Start

Run the speckit.reviewer skill on the code changes in the 'feature-branch' branch.

Frequently Asked Questions about speckit.reviewer

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

FAQPage Schema
How do I automate code reviews for a feature branch?

You can automate code reviews by running this Skill on your feature branch to perform thorough analysis, identify issues, and generate a detailed report with actionable feedback and improvement suggestions.

What kind of feedback does an automated code review provide?

Automated code review provides constructive, actionable feedback categorized by severity levels, identifying specific issues in code changes and suggesting improvements to enhance overall code quality and security.

Do I need Git and Python to run automated code reviews?

Yes, you need Git and Python libraries installed in your environment, as the automated code review process requires them to parse code changes and generate the final review reports.

Can I use this automated code review tool for security analysis?

Yes, the automated code review process identifies security issues alongside general code quality problems, providing actionable feedback to help improve the security posture of your code changes.

What is the best way to get a code review report for uncommitted changes?

The best way to get a code review report is to run the Skill on your target branch, allowing it to automatically parse the code changes, identify issues, and generate a detailed review report with suggestions.