code-review

Conducts a 7-phase structured code review of GoudEngine modifications.

6|Updated Oct 29, 2024
One-click install
npx skills add https://github.com/aram-devdocs/GoudEngine --skill code-review-aram-devdocs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/aram-devdocs/GoudEngine/tree/main/.agents/skills/code-review
Command: npx skills add https://github.com/aram-devdocs/GoudEngine --skill code-review-aram-devdocs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a rigorous, multi-phase structured code review process to ensure the quality, security, and maintainability of GoudEngine code changes.

Core Features & Use Cases

  • Comprehensive Analysis: Covers scope, correctness, security, performance, maintainability, testing, and documentation.
  • Structured Feedback: Delivers findings and action items in a clear, actionable format.
  • Use Case: Before merging a pull request that modifies the game engine's physics module, run this Skill to identify potential bugs, security vulnerabilities, and areas for performance improvement.

Quick Start

Perform a 7-phase code review on the files changed in the current branch.

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 structured code review for GoudEngine modifications?

A structured code review for GoudEngine modifications is conducted through a 7-phase process analyzing scope, correctness, security, performance, maintainability, testing, and documentation. It identifies potential issues and provides actionable feedback for improving code quality.

What does a 7-phase code review cover for game engine physics module pull requests?

A 7-phase code review covers scope, correctness, security, performance, maintainability, testing, and documentation for game engine physics module pull requests. It identifies potential bugs, security vulnerabilities, and areas for performance improvement before merging.

Can I use this code review process to check security and maintainability standards?

Yes, you can use this code review process to check security and maintainability standards. It includes dedicated phases for security audits and maintainability analysis, ensuring code changes adhere to project quality benchmarks.

How do I get actionable feedback on code quality and project standards adherence?

You get actionable feedback on code quality and project standards adherence by running the structured review. It delivers findings and action items in a clear format, pinpointing exactly where modifications fail to meet project requirements.

Does the code review check testing and documentation for GoudEngine code changes?

Yes, the code review explicitly checks testing and documentation for GoudEngine code changes. It evaluates test coverage and documentation completeness as distinct phases within the overall quality assurance process.