code-review

Review code for cognitive debt, maintainability, performance, and security issues.

1|Updated Jun 25, 2025
One-click install
npx skills add https://github.com/laceto/rss_feed --skill code-review-laceto
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/laceto/rss_feed/tree/main/.claude/skills/code-review
Command: npx skills add https://github.com/laceto/rss_feed --skill code-review-laceto

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of reviewing code for quality, security, performance, and maintainability issues, providing actionable feedback and reports.

Core Features & Use Cases

  • Comprehensive Code Analysis: Identifies cognitive debt, security vulnerabilities, performance bottlenecks, and maintainability concerns.
  • Detailed Reporting: Generates markdown reports with prioritized findings, severity ratings, and actionable recommendations.
  • Use Case: Before merging a new feature, use this skill to perform a thorough code review on the submitted files, ensuring adherence to best practices and identifying potential risks.

Quick Start

Use the code-review skill to analyze the file 'utils.py' and generate a findings report.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I automate code reviews for security and maintainability?

Automating code reviews involves analyzing code quality, identifying security vulnerabilities, and assessing maintainability to generate detailed markdown reports with prioritized findings and actionable recommendations.

What is cognitive debt and how is it assessed during code analysis?

Cognitive debt is assessed during code analysis by identifying complex code structures that reduce readability and maintainability, resulting in severity ratings and actionable recommendations to reduce technical debt.

How do I generate a code review report with severity ratings before merging?

Generate a code review report before merging by scanning submitted files to evaluate performance, find security vulnerabilities, and output a markdown document containing prioritized findings and severity ratings.

Does this code analysis evaluate performance bottlenecks alongside technical debt?

Yes, this code analysis evaluates performance bottlenecks alongside technical debt, assessing multiple dimensions including cognitive debt, maintainability, and security to provide comprehensive improvement recommendations.

What's the best way to perform a comprehensive security analysis on existing code?

The best way to perform comprehensive security analysis is to scan the codebase to find security vulnerabilities, assess maintainability, and produce a detailed markdown report with prioritized, actionable recommendations.