Code Review Helper

Review frontend and backend code changes against Roastr quality and security standards.

Updated Aug 2, 2025
One-click install
npx skills add https://github.com/Eibon7/roastr-ai --skill code-review-helper
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Code Review Helper
Source: https://github.com/Eibon7/roastr-ai/tree/main/.claude/skills/code-review-helper
Command: npx skills add https://github.com/Eibon7/roastr-ai --skill code-review-helper

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manual code reviews are often inconsistent, time-consuming, and prone to human error, leading to overlooked issues in quality, security, and documentation. This Skill automates the pre-PR review process, ensuring adherence to project standards and reducing rework.

Core Features & Use Cases

  • Comprehensive Quality Checks: Automatically verifies code against a structured checklist covering quality, security, testing, documentation, and performance.
  • Pre-PR Readiness: Ensures code is compliant and ready for pull requests, streamlining development workflows and accelerating merge times.
  • Actionable Feedback: Provides structured reports with identified issues and suggested corrections, empowering developers to fix problems proactively.
  • Use Case: Before submitting a new feature, instruct Claude to use this Skill to review your code. It will check for forgotten console.logs, hardcoded secrets, missing tests, and outdated documentation, providing instant, actionable feedback to ensure your PR is flawless.

Quick Start

Review the attached code changes for the new user authentication module, focusing on security and test coverage.

Frequently Asked Questions about Code Review Helper

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

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

Automated code reviews check your changes against quality, security, testing, and documentation standards before PR submission. Run the review on your code changes to identify issues like missing tests, hardcoded secrets, or inconsistent documentation, then fix problems before merging.

What does a code review checklist typically cover?

A code review checklist evaluates code quality, security vulnerabilities, test coverage, documentation completeness, and performance concerns. This structured approach ensures consistent assessment across frontend and backend codebases following project standards.

Can I use automated code reviews for both frontend and backend code?

Yes, automated code reviews apply to both frontend and backend codebases. The review process assesses code against the same quality, security, and documentation standards regardless of codebase type, making it suitable for full-stack development workflows.

How do I reduce manual review overhead and merge times?

Pre-PR automated reviews catch quality and security issues early, eliminating rework cycles and accelerating merge approval. By ensuring code meets standards before human review, you streamline the pull request process and reduce back-and-forth corrections.

What actionable feedback does an automated code review provide?

Automated reviews generate structured reports identifying specific issues—forgotten console.logs, hardcoded secrets, missing tests, outdated documentation—alongside suggested corrections. This enables developers to fix problems proactively without guesswork.

When should I run code reviews in my development workflow?

Run code reviews during pre-commit checks or before opening a pull request to catch issues early. This timing ensures compliance with project standards before code enters the review queue, reducing delays and rework.