code-review

Analyze code architecture, quality, security, and performance with root cause solutions.

Updated Mar 15, 2026
One-click install
npx skills add https://github.com/ariesanhthu/HiveK --skill code-review-ariesanhthu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/ariesanhthu/HiveK/tree/main/.agent/skills/code-review
Command: npx skills add https://github.com/ariesanhthu/HiveK --skill code-review-ariesanhthu

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides comprehensive code reviews that go beyond surface-level issues, identifying root causes and offering actionable feedback across critical aspects of software development.

Core Features & Use Cases

  • Multi-faceted Review: Analyzes architecture, code quality, security, performance, testing, and documentation.
  • Root Cause Analysis: Identifies the "why" behind issues, not just the "what."
  • Actionable Solutions: Provides concrete code examples for fixes and improvements.
  • Use Case: After a significant feature implementation, use this Skill to ensure the new code adheres to best practices, is secure, performant, and maintainable, preventing future technical debt.

Quick Start

Use the code-review skill to analyze the attached file 'src/utils/helpers.ts' for architecture and code quality.

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 deep code review for security and architecture quality?

Deep code review for security and architecture quality is performed by analyzing code context, identifying patterns, and conducting root cause analysis across architecture, design, performance, and documentation to provide actionable solutions with working code examples.

What is root cause analysis in code review and why does it matter?

Root cause analysis in code review identifies the underlying 'why' behind code issues rather than just the surface-level 'what', ensuring feedback addresses fundamental architectural, security, and performance flaws to prevent future technical debt.

How do I analyze a TypeScript file for code quality and security vulnerabilities?

To analyze a TypeScript file for code quality and security vulnerabilities, you attach the target file to the review process, which evaluates code context, checks project conventions, and provides prioritized, actionable feedback.

Can I use this code review approach to prevent technical debt after feature implementation?

Yes, you can use this code review approach to prevent technical debt after feature implementation by ensuring new code adheres to best practices, is secure, performant, and maintainable through impact-based prioritization and evolutionary pattern analysis.

What's the best way to get actionable code examples for fixing software quality issues?

The best way to get actionable code examples for fixing software quality issues is through an in-depth review that leverages project conventions to generate concrete, working code fixes prioritized by their architectural and performance impact.

Does this code review process work for evaluating testing and documentation gaps?

Yes, this code review process works for evaluating testing and documentation gaps by performing multi-faceted analysis across these critical software development areas to identify missing patterns and provide actionable improvements.