code_review

Spawn AI subagents to analyze code architectures and debug issues.

Updated Apr 14, 2026
One-click install
npx skills add https://github.com/TheTesseractAI/19 --skill code-review-thetesseractai
Or copy as Structured Prompt for Agentโ–ผ
Please help me install this Agent Skill.
Skill: code_review
Source: https://github.com/TheTesseractAI/19/tree/main/.local/skills/code_review
Command: npx skills add https://github.com/TheTesseractAI/19 --skill code-review-thetesseractai

SYSTEM DOCUMENTATION & REQUIREMENTS

๐Ÿ’ก This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill facilitates deep architectural analysis, strategic planning, and debugging of codebases, aiding developers in improving system design and resolving complex issues.

Core Features & Use Cases

  • Strategic Code Analysis: Spawn an architect subagent to evaluate code structure, quality, and technical debt.
  • Planning and Guidance: Generate implementation plans for new features or refactoring tasks.
  • Debugging Assistance: Conduct root cause analysis of bugs and regressions with detailed insights.
  • Use Case: When facing a difficult bug after multiple commits, initiate an architect analysis to identify root causes and receive strategic recommendations on how to fix the issue efficiently.

Quick Start

Spawn an architect subagent to analyze critical files related to a recent bug or feature development.

Frequently Asked Questions about code_review

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

FAQPage Schema
How do I analyze code architecture and identify technical debt in a complex codebase?โ–ผ

Code architecture analysis evaluates system structure, quality, and technical debt by spawning an architect subagent to review critical files and provide strategic recommendations for improving system design.

What is the best way to find the root cause of a bug after multiple commits?โ–ผ

Root cause debugging after multiple commits initiates an architect analysis to trace regressions, identify underlying causes, and receive strategic recommendations on how to fix the issue efficiently.

How do I generate an implementation plan for refactoring existing software?โ–ผ

Implementation planning for refactoring tasks generates structured development workflows by analyzing the current codebase architecture and mapping out strategic steps to execute system improvements.

Can I use this code review framework to plan new features across software projects?โ–ผ

Yes, the code review framework supports planning new features across software projects by evaluating code structure and generating tailored implementation plans to guide strategic development decisions.

Does this architectural analysis require any specific external dependencies or tools?โ–ผ

No external dependencies are required. The architectural analysis framework operates independently, relying on internal subagent spawning capabilities to evaluate codebases and provide planning guidance.

When should I not use a subagent-based code review approach for debugging?โ–ผ

Subagent-based code review is not suited for trivial syntax errors or single-file fixes, as it is designed for complex codebases requiring deep architectural analysis and strategic root cause identification.