gemini-codebase-analysis

Analyze large codebases with Gemini CLI to inspect architecture and dependencies.

Updated Jan 2, 2026
One-click install
npx skills add https://github.com/JTCorrin/pocket-claude --skill gemini-codebase-analysis
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gemini-codebase-analysis
Source: https://github.com/JTCorrin/pocket-claude/tree/main/.claude/skills/gemini-codebase-analysis
Command: npx skills add https://github.com/JTCorrin/pocket-claude --skill gemini-codebase-analysis

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps engineers analyze large codebases by leveraging Gemini CLI's massive context window. It is ideal for understanding project-wide patterns, verifying feature implementations, or when context limits prevent reviewing every file manually.

Core Features & Use Cases

  • Large-scale codebase analysis: Inspect architecture and dependencies across many files without losing context.
  • Cross-file insights: Compare multiple large files to identify inconsistencies and architectural patterns.
  • Use Case: When you need to verify that a feature is implemented consistently across a whole project, this Skill can summarize code structure and highlight discrepancies.

Quick Start

Install Gemini CLI and run a prompt to analyze a repository, for example: gemini -p "@./ Analyze the architecture of this codebase"