code-review

Your requested JSON schema is not valid. Please try again.

589|149|Updated Jan 9, 2026
One-click install
npx skills add https://github.com/popup-studio-ai/bkit-claude-code --skill code-review-popup-studio-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/popup-studio-ai/bkit-claude-code/tree/main/skills/code-review
Command: npx skills add https://github.com/popup-studio-ai/bkit-claude-code --skill code-review-popup-studio-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Code Review Skill helps teams systematically analyze code for quality, security, and maintainability, providing structured feedback and actionable recommendations.

Core Features & Use Cases

  • Code quality assessment: duplication detection, naming conventions checks, and complexity hints.
  • Bug and vulnerability detection: identification of potential bugs, edge cases, and security issues.
  • Use Case: review a PR diff or a directory to generate a detailed report with suggested fixes.

Quick Start

Review a file or directory by invoking the code-review skill on src/app/ to generate a structured feedback 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 review for a pull request diff?

Automated code review for a pull request diff analyzes code quality, security, and maintainability to deliver structured, actionable feedback. It identifies potential bugs, edge cases, and security issues while generating a detailed report with suggested fixes.

What is static analysis for code quality and vulnerability detection?

Static analysis for code quality and vulnerability detection identifies potential bugs, edge cases, and security issues without executing the program. It assesses code duplication, naming conventions, and complexity to provide structured, actionable recommendations for improving maintainability.

Can I scan a specific source directory for security vulnerabilities and bugs?

You can scan a specific source directory for security vulnerabilities and bugs by invoking the code-review skill on the target directory. It applies automated quality gates to analyze files and generate a structured feedback report with actionable recommendations.

How do I enforce automated quality gates during code review?

Enforcing automated quality gates during code review involves analyzing code for duplication, naming conventions, and complexity hints. The process applies static analysis to identify vulnerabilities and generates structured, actionable feedback to ensure maintainability standards are met.

What is the best way to generate actionable feedback for code maintainability?

The best way to generate actionable feedback for code maintainability is using automated static analysis to assess quality and detect vulnerabilities. This approach systematically identifies bugs, edge cases, and security issues, delivering a detailed report with suggested fixes.

Do I need the code-analyzer agent to review files and directories?

You need the code-analyzer agent integration to review files and directories for quality and security. The agent supports analyzing PR diffs and source code paths to systematically identify bugs, enforce quality gates, and generate actionable developer documentation.