code-review

Analyzes LoongCollector PR and branch changes for security-oriented, architecture-first code reviews.

2.2k|444|Updated Nov 8, 2021
One-click install
npx skills add https://github.com/alibaba/loongcollector --skill code-review-alibaba
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/alibaba/loongcollector/tree/main/.cursor/skills/code-review
Command: npx skills add https://github.com/alibaba/loongcollector --skill code-review-alibaba

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires git, gh, python3, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill provides security-oriented, architecture-first deep code reviews for LoongCollector changes, helping teams identify real defects, regressions, and design inconsistencies before merging.

Core Features & Use Cases

  • Security-oriented reviews focusing on potential vulnerabilities, risk areas, and architectural alignment.
  • End-to-end context building for PRs and branches, plus incremental review mapping and snapshot-driven decision support.
  • Typical scenarios include impact analysis for large commits, auditing module boundaries and dependencies, and tracking review conclusions across reviewers.

Quick Start

Submit a PR or branch change to get an actionable plan and incremental review guidance.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I perform a security-oriented code review for LoongCollector PRs?

To perform a security-oriented code review for LoongCollector PRs, you can use this skill to fetch changes, build context, and map incremental reviews to deliver architecture-first findings. It analyzes branches and PRs to identify defects and design inconsistencies.

What is architecture-first code review and how does it handle incremental changes?

Architecture-first code review evaluates module boundaries and dependencies alongside security risks. For incremental changes, it maps patch and hunk analysis across multiple files to provide snapshot-driven decisions and track review conclusions.

Do I need python3, git, and gh installed to review LoongCollector branches?

Yes, you need python3, git, and gh installed to review LoongCollector branches. These dependencies are required to fetch repository changes, map incremental hunks, and report deterministic code review findings.

Can I audit module boundaries and dependencies for large commits?

Yes, you can audit module boundaries and dependencies for large commits. The skill performs end-to-end context building and impact analysis to track architectural alignment and security vulnerabilities before merging.

What's the best way to track review conclusions across multiple files in GitHub?

The best way to track review conclusions across multiple files in GitHub is using snapshot-driven decision support. This approach applies deterministic patch and hunk analysis to map findings consistently across reviewers.