code-review

Analyzes code quality, detects bugs, and reviews security/performance in files, directories, or pull requests.

Updated Feb 14, 2026
One-click install
npx skills add https://github.com/musuj/telegram --skill code-review-musuj
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/musuj/telegram/tree/main/.agent/skills/code-review
Command: npx skills add https://github.com/musuj/telegram --skill code-review-musuj

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of code quality analysis, bug detection, and adherence to best practices, ensuring a higher standard of software development.

Core Features & Use Cases

  • Comprehensive Analysis: Reviews code for quality, potential bugs, security vulnerabilities, and performance bottlenecks.
  • Actionable Feedback: Provides detailed reports with specific suggestions for improvement.
  • Use Case: Before merging a new feature, use this Skill to perform a thorough code review, identifying any critical bugs or security risks.

Quick Start

Use the code-review skill to analyze the quality of the file 'src/main.py'.

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 review for a pull request to detect bugs and security vulnerabilities?

Automated code review analyzes specific files, directories, or pull requests to detect bugs, identify security vulnerabilities, and evaluate code quality. It provides comprehensive feedback and specific suggestions to ensure adherence to best practices.

What is the best way to analyze code quality and find performance bottlenecks before merging a new feature?

Analyzing code quality before a merge involves performing an in-depth review to find performance bottlenecks and critical bugs. This automated auditing process provides detailed reports with actionable feedback to maintain a high software development standard.

Does automated code auditing work for analyzing specific files like src/main.py?

Yes, automated code auditing can scope to specific files like src/main.py. The review process evaluates the targeted code to ensure adherence to best practices, detect bugs, and provide comprehensive feedback on its overall quality.

Can I use this code review process for quality assurance on an entire project directory?

Yes, you can use this code review process for quality assurance on an entire project directory. It scopes to directories to perform in-depth analysis, detecting bugs, security vulnerabilities, and performance issues across the included files.

What specific feedback does an automated code review provide for fixing detected bugs?

Automated code review provides actionable feedback through detailed reports containing specific suggestions for improvement. It highlights detected bugs, security vulnerabilities, and performance bottlenecks to guide code quality enhancements.