code_review

Analyze codebase architecture and identify root causes of issues.

Updated Mar 13, 2026
One-click install
npx skills add https://github.com/tann200/CodingAgent --skill code-review-tann200
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code_review
Source: https://github.com/tann200/CodingAgent/tree/main/tui/.local/skills/code_review
Command: npx skills add https://github.com/tann200/CodingAgent --skill code-review-tann200

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides deep architectural analysis and strategic guidance for code, helping users understand and improve their codebase.

Core Features & Use Cases

  • Architectural Analysis: Offers comprehensive analysis of code structure and design.
  • Strategic Guidance: Provides strategic recommendations for system design and patterns.
  • Code Quality: Assesses code quality and technical debt.
  • Root Cause Analysis: Identifies root causes of issues and suggests fixes.
  • Use Case: Use this skill when you need to understand the architecture of a large codebase or when you want to improve the design of a new feature.

Quick Start

To initiate a code review, use the command: architect("Analyze the overall architecture of the project", ["src/", "tests/"]).

Frequently Asked Questions about code_review

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

FAQPage Schema
How do I perform deep architectural analysis on a large codebase?

Architectural analysis on a large codebase is performed using AST parsing and semantic analysis to evaluate code structure, assess technical debt, and provide strategic design recommendations.

What is the best way to find the root cause of code quality issues in complex systems?

Root cause analysis for code quality issues identifies underlying structural flaws using semantic analysis, helping software engineers pinpoint architectural problems and implement targeted fixes.

Can I use this code review tool to get strategic guidance for new feature design?

Yes, you can use this tool to get strategic guidance for new feature design by evaluating architectural patterns and providing recommendations for system design improvements.

Do I need Python to run architectural analysis and semantic analysis scripts?

Yes, Python is required to execute the analysis tools and scripts that perform AST parsing and semantic analysis for evaluating codebase architecture and quality.

How does root cause analysis work for assessing technical debt in software engineering?

Root cause analysis for technical debt works by parsing code structure to identify architectural flaws, allowing engineers to understand the origins of code quality degradation and address them strategically.