code_review

Spawn an architect subagent to analyze codebases and produce improvement plans.

Updated Apr 18, 2026
One-click install
npx skills add https://github.com/samibrahmi/instanotes-api --skill code-review-samibrahmi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code_review
Source: https://github.com/samibrahmi/instanotes-api/tree/main/newcontent/skills/code_review
Command: npx skills add https://github.com/samibrahmi/instanotes-api --skill code-review-samibrahmi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Spawn a code review (architect) subagent for analysis and planning. The architect specializes in analysis and strategic guidance rather than implementation.

Core Features & Use Cases

  • Spawn an architect subagent for analysis and planning to provide strategic guidance.
  • Use for system design recommendations, technical debt evaluation, and debugging assistance across complex codebases.
  • Relies on delegation skill for implementing changes after planning.

Quick Start

Ask the architect to analyze the current codebase and produce a plan for improving architecture.

Frequently Asked Questions about code_review

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

FAQPage Schema
How do I perform an architecture review on a large codebase to evaluate technical debt?

You can perform an architecture review by spawning an architect subagent that evaluates system design, assesses technical debt, and provides strategic guidance rather than direct implementation changes.

What is the best way to get strategic planning guidance for debugging complex codebases?

Strategic planning guidance for debugging complex codebases is provided by an architect subagent that analyzes system design and code quality to offer recommendations rather than writing fixes.

Can I include specific git commits and files when analyzing code quality?

Yes, you can include specific files and git commits by passing relevantFiles, includeGitDiff, and relevantGitCommits parameters to the architect function for structured analysis and planning.

Does the architect subagent implement code changes after producing a design plan?

No, the architect subagent specializes in analysis and strategic guidance rather than implementation, relying on a separate delegation skill to implement changes after planning is complete.

When do I need to spawn an architect subagent for system design evaluation?

You need to spawn an architect subagent when you face scenarios requiring architectural guidance, technical debt assessment, or debugging assistance across large and complex codebases.