code-review

Automate code reviews for security vulnerabilities, bugs, and architectural issues.

271|27|Updated Mar 1, 2026
One-click install
npx skills add https://github.com/hyperlist/feishu-multi-agent --skill code-review-hyperlist
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/hyperlist/feishu-multi-agent/tree/main/examples/coder-agent/skills/code-review
Command: npx skills add https://github.com/hyperlist/feishu-multi-agent --skill code-review-hyperlist

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires py_compile, pytest, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of reviewing code for quality, security vulnerabilities, and architectural improvements, ensuring higher code standards and reducing manual review time.

Core Features & Use Cases

  • Automated Code Analysis: Checks code against predefined checklists for critical issues, suggestions, and architectural best practices.
  • Scope Definition: Can review recent Git commits, specified files, or the entire project.
  • Use Case: Before merging a pull request, trigger this Skill to automatically scan the changes for security flaws and adherence to coding standards, providing a quick report to the developer.

Quick Start

Ask the code review skill to review the latest changes in the current project.

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 recent git commits before merging?

To automate code review for recent git commits, trigger the skill to scan your latest changes. It analyzes recent commits against predefined checklists to identify security vulnerabilities, bugs, and architectural suggestions, providing a quick report for developers.

What security vulnerabilities and bugs can automated code analysis find?

Automated code analysis finds security vulnerabilities and bugs by checking code against predefined checklists covering critical fixes, recommended improvements, and architectural soundness. It uses Git commands and Python linters to evaluate code quality.

Can I run code quality checks on specific files or an entire Python project?

You can run code quality checks on specific files or an entire project. The skill supports defining the review scope to analyze specified files, recent Git commits, or the whole project using Python linters.

Does the code review checklist support Python pytest and py_compile?

The code review checklist supports Python projects by utilizing py_compile and pytest dependencies. It integrates these tools to perform automated code analysis and identify bugs within the development workflow.

What is the best way to ensure architectural soundness and coding standards in a pull request?

The best way to ensure architectural soundness is to trigger an automated code review before merging. It analyzes your code against predefined checklists for critical fixes and architectural best practices, reducing manual review time.