code-review

Review code for correctness, security vulnerabilities, performance issues, and best practices.

Updated Feb 27, 2026
One-click install
npx skills add https://github.com/TechyPark/ai-mosiur-agent --skill code-review-techypark
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/TechyPark/ai-mosiur-agent/tree/main/apps/desktop/bundled-skills/code-review
Command: npx skills add https://github.com/TechyPark/ai-mosiur-agent --skill code-review-techypark

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the need for thorough code analysis to identify and rectify bugs, security vulnerabilities, performance bottlenecks, and deviations from best practices, thereby improving overall software quality and maintainability.

Core Features & Use Cases

  • Comprehensive Code Analysis: Reviews code for correctness, security, performance, and maintainability.
  • Actionable Feedback: Provides specific, categorized issues with suggested fixes.
  • Use Case: A developer can submit a pull request to this Skill to receive a detailed report on potential issues before merging, ensuring higher code quality.

Quick Start

Use the code-review skill to review the attached file 'main.py' for bugs and security issues.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I check my code for security vulnerabilities and performance issues before merging?

To check code for security vulnerabilities and performance issues, submit your code snippets or entire files for analysis. This identifies logic errors, input validation flaws, and inefficient algorithms while providing categorized actionable feedback and suggested fixes.

What kind of code issues can a code review identify?

A code review identifies correctness problems, security vulnerabilities, performance bottlenecks, and deviations from best practices. It specifically detects logic errors, input validation flaws, inefficient algorithms, and maintainability concerns to improve overall software quality.

Can I review an entire Python file for bugs and security flaws?

Yes, you can review an entire Python file for bugs and security flaws. The analysis supports processing both small code snippets and complete files, providing detailed actionable feedback on input validation flaws and maintainability concerns.

What is the best way to find input validation flaws in my source code?

The best way to find input validation flaws is to run a comprehensive code analysis on your source files. This process evaluates correctness against best practices and pinpoints specific security vulnerabilities with suggested fixes.

Does code review work for pull requests to ensure best practices are followed?

Yes, code review works for pull requests by analyzing the submitted code to ensure best practices are followed. It generates a detailed report on potential bugs, security vulnerabilities, and performance issues before merging to guarantee higher code quality.