code-review

Analyze code diffs and pull requests for security, performance, and correctness issues.

Updated Mar 5, 2026
One-click install
npx skills add https://github.com/8GG-Git/knowledge-work-plugins --skill code-review-8gg-git
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/8GG-Git/knowledge-work-plugins/tree/main/engineering/skills/code-review
Command: npx skills add https://github.com/8GG-Git/knowledge-work-plugins --skill code-review-8gg-git

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the need for thorough and consistent code quality checks, identifying potential bugs, security flaws, performance bottlenecks, and maintainability issues before they impact production.

Core Features & Use Cases

  • Comprehensive Analysis: Evaluates code across security, performance, correctness, and maintainability dimensions.
  • Actionable Feedback: Provides specific, prioritized findings with file and line references.
  • Use Case: A developer submits a pull request. The code-review skill is triggered to analyze the changes, flagging a potential SQL injection vulnerability and suggesting an optimization for a database query, ensuring a more secure and efficient codebase.

Quick Start

Review the provided code for security vulnerabilities and performance 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 code for security vulnerabilities and performance bottlenecks?

To check code for security vulnerabilities and performance bottlenecks, submit structured code diffs, pull requests, or file snippets for analysis. This evaluates correctness and maintainability concerns, providing specific prioritized findings with file and line references.

What is the best way to automate code quality assurance before production?

Automating code quality assurance involves analyzing code changes across security, performance, and maintainability dimensions before production impact. Submitting pull requests triggers comprehensive assessments that flag potential bugs and suggest optimizations.

Can I use this to detect SQL injection in a pull request?

Yes, you can detect SQL injection in a pull request by submitting the code changes for analysis. The review identifies security flaws like injection vulnerabilities and provides actionable feedback to ensure a more secure codebase.

How do I review code for maintainability and correctness issues?

Reviewing code for maintainability and correctness issues requires submitting structured code snippets or diffs. The analysis evaluates the code across these dimensions, delivering specific prioritized findings with file and line references.

Does code review work with file snippets or does it need full diffs?

Code review works with both structured code diffs and file snippets. You can submit pull requests or individual file segments for detailed assessment of security vulnerabilities, performance bottlenecks, and correctness issues.

What are the limitations of automated code analysis for risk mitigation?

Automated code analysis for risk mitigation requires structured input of code diffs or file snippets to function. It identifies potential bugs and maintainability concerns but relies on the submitted code context to provide specific prioritized findings.