code-review

Review code for security, architecture, logic, and test coverage compliance.

Updated Jun 24, 2026
One-click install
npx skills add https://github.com/AvatarGanymede/pcraft --skill code-review-avatarganymede
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/AvatarGanymede/pcraft/tree/main/.agents/skills/code-review
Command: npx skills add https://github.com/AvatarGanymede/pcraft --skill code-review-avatarganymede

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a comprehensive code review process to identify and address quality, security, and architecture compliance issues.

Core Features & Use Cases

  • Code Analysis: Inspects for security vulnerabilities, architectural compliance, logic errors, and performance issues.
  • Test Coverage: Ensures that new or changed code is properly tested.
  • Use Case: When implementing new features or opening pull requests, the Skill helps maintain code quality and prevent potential issues.

Quick Start

Run the code-review skill on your latest code changes.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I conduct a code review for security and architecture compliance?

To conduct a code review for security and architecture compliance, analyze your codebase against specific review criteria to identify potential vulnerabilities, verify test coverage, and detect logic errors. This ensures new features adhere to established standards before merging.

What is the best way to ensure test coverage for new code changes?

The best way to ensure test coverage for new code changes is to run a comprehensive code analysis that inspects new or changed code. This verifies that the logic is properly tested and highlights areas lacking coverage before pull requests.

Can I use automated code analysis to find security vulnerabilities in my pull requests?

Yes, you can use automated code analysis to find security vulnerabilities in pull requests. The process inspects code changes for potential vulnerabilities, architecture compliance issues, and logic errors to maintain overall code quality.

How does architecture compliance checking work during a code review?

Architecture compliance checking works by analyzing the codebase against predefined architectural standards during the review process. It identifies deviations from the established design, ensuring new implementations align with the system's structural requirements.

Do I need to provide specific review criteria to check code quality?

Yes, you need to provide specific review criteria and have knowledge of the codebase to effectively check code quality. The review process relies on these defined standards to accurately identify vulnerabilities and verify compliance.

Why should I run a code review before implementing new features?

You should run a code review before implementing new features to prevent potential quality, security, and architecture compliance issues. This thorough analysis identifies vulnerabilities and verifies test coverage early in the development cycle.