code-review

Analyze git diffs to generate Markdown code review reports with prioritized TODOs.

13|2|Updated Dec 2, 2025
One-click install
npx skills add https://github.com/OpenIDCSTeam/Backends --skill code-review-openidcsteam
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/OpenIDCSTeam/Backends/tree/main/.codebuddy/skills/code-review
Command: npx skills add https://github.com/OpenIDCSTeam/Backends --skill code-review-openidcsteam

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python-docx, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

Code review tools provide deep analysis of code changes to identify defects, security issues, and conformance gaps that go beyond lint.

Core Features & Use Cases

  • Deep multi-dimensional analysis covering security, concurrency, performance, coding standards, and framework-specific checks.
  • Professionally formatted Code Review reports and actionable TODO lists.
  • CI/CD integration and requirements conformance checks.

Quick Start

Activate the Code Review Skill and run a review on the latest commit to generate a structured report.

Frequently Asked Questions about code-review

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

FAQPage Schema
What is deep code review and how does it differ from standard lint checks?

Deep code review identifies security issues, logical flaws, and quality gaps beyond standard lint checks. It performs multi-dimensional analysis covering security, concurrency, performance, and framework-specific checks to produce structured reports and actionable TODO lists.

How do I automate code review for pull requests in a CI pipeline?

You can automate code review in a CI pipeline by analyzing git diffs and source code. This process generates a Markdown report and a prioritized remediation list, integrating seamlessly into your CI/CD workflows to evaluate pull requests.

Does code review analysis support multi-language repositories?

Yes, deep code review analysis applies to multi-language repositories. It evaluates security issues, logical flaws, and conformance gaps across various programming languages within your codebase.

Can I check requirements conformance during a code review?

Yes, you can perform requirements conformance checks during code review. By consuming optional requirement references alongside git diffs and source code, the analysis validates whether code changes meet specified requirements.

How do I generate a prioritized remediation list from git diffs?

To generate a prioritized remediation list, feed your git diffs and source code into the deep analysis process. It evaluates security, concurrency, and performance to output a structured Markdown report and actionable TODOs.

What is the best way to review code changes for security and concurrency flaws?

The best way to review code changes for security and concurrency flaws is using deep multi-dimensional analysis. It inspects git diffs and source code to identify complex defects and outputs a structured Code Review report with actionable TODOs.