arcanea-code-review

Review code across architecture, security, performance, and maintainability.

6|Updated Sep 16, 2025
One-click install
npx skills add https://github.com/frankxai/arcanea --skill arcanea-code-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arcanea-code-review
Source: https://github.com/frankxai/arcanea/tree/main/.claude/skills/development/code-review
Command: npx skills add https://github.com/frankxai/arcanea --skill arcanea-code-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill codifies thorough, constructive code reviews focused on architecture, logic, security, and maintainability.

Core Features & Use Cases

  • Review Priorities: Critical, Important, Suggestions, Nitpicks.
  • Checklist: Security, Logic, Architecture, Maintainability, Testing, Performance.
  • Feedback Formats: Clear, actionable, respectful.

Quick Start

Review a PR by applying the four priority levels and the six-checklist items.

Frequently Asked Questions about arcanea-code-review

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

FAQPage Schema
How do I conduct a code review that covers security and architecture?

Code reviews should systematically evaluate security, logic, architecture, maintainability, testing, and performance using a structured checklist. This Skill provides a prioritized framework—Critical, Important, Suggestions, Nitpicks—to guide thorough reviews during pull requests without losing focus on what matters most.

What should I check for in a code review to improve team knowledge?

Focus on functional requirements: security and input validation, error handling, readability, adherence to project patterns, DRY and SOLID principles, test coverage, and documentation. Constructive feedback on these areas lifts the entire team's code quality and shared understanding.

How do I avoid bikeshedding and keep code reviews focused?

Separate feedback into four priority levels: Critical (blocking issues), Important (significant concerns), Suggestions (improvements), and Nitpicks (minor style points). This prioritization helps reviewers and authors focus on architectural and functional impact while deferring stylistic debates.

Can I use code reviews to enforce security and maintainability standards?

Yes. Code reviews are an effective enforcement mechanism for security checks, input validation, error handling, and adherence to maintainability principles like DRY and SOLID. Consistent application during pull requests and CI checks codifies team standards.

What's the best way to give actionable feedback during code review?

Structure feedback to be clear, actionable, and respectful. Ground comments in specific concerns—security vulnerabilities, logic errors, architectural misalignment, test gaps—rather than subjective preferences, so authors understand the rationale and can respond confidently.