code-review

Analyze code diffs against security, correctness, design, and performance principles.

4|1|Updated Feb 17, 2026
One-click install
npx skills add https://github.com/OpenWaggle/OpenWaggle --skill code-review-openwaggle
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/OpenWaggle/OpenWaggle/tree/main/.agents/skills/code-review
Command: npx skills add https://github.com/OpenWaggle/OpenWaggle --skill code-review-openwaggle

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a structured workflow to evaluate code changes against best practices, ensuring high-quality software and reducing bugs.

Core Features & Use Cases

  • Principle-based Evaluation: Reviews code diff against security, correctness, design, and performance principles.
  • Automated Risk Analysis: Assesses change impact with risk levels and guides testing efforts.
  • Use Case: Developers performing pull request reviews can automate code quality checks, identify potential vulnerabilities, and ensure adherence to standards before merging.

Quick Start

Use the code review skill to analyze the latest pull request diff and generate a report highlighting issues and recommendations.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I perform an automated code review on a pull request?

Automated code review on a pull request evaluates the diff against security, correctness, design, and performance principles. It assesses change impact with risk levels to guide testing efforts and highlight issues before merging.

What is principle-based static analysis for software quality?

Principle-based static analysis evaluates code changes against established best practices to ensure maintainable, secure, and efficient codebases. It checks multiple aspects like security, readability, and testing to reduce bugs.

Can I configure code quality checks using YAML frontmatter?

Yes, you can configure code quality checks using YAML frontmatter. This allows you to tailor the evaluation of security, correctness, and performance principles for your specific software engineering workflow.

Does this code review approach provide automated risk analysis?

Yes, this code review approach provides automated risk analysis. It assesses the impact of code changes by assigning risk levels, which guides testing efforts and ensures adherence to standards before merging.

What is the best way to ensure codebase security and maintainability during code reviews?

The best way to ensure codebase security and maintainability is using a principle-driven code review workflow. It integrates static analysis and best practices to evaluate diffs, identify vulnerabilities, and enforce standards.