code-research

Analyze codebases with large-context Gemini CLI for design questions.

Updated May 10, 2026
One-click install
npx skills add https://github.com/PatientVibes/agent-skills --skill code-research-patientvibes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-research
Source: https://github.com/PatientVibes/agent-skills/tree/main/plugins/code-research/skills/code-research
Command: npx skills add https://github.com/PatientVibes/agent-skills --skill code-research-patientvibes

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gemini, and includes scripts (resource) components.

What problem does it solve?

This Skill assists in understanding codebase complexity by providing a large-context analysis using Gemini CLI, offering a second opinion on code and design questions.

Core Features & Use Cases

  • Large-Context Analysis: Utilizes Gemini CLI for in-depth code analysis that goes beyond Claude's working context.
  • Second Opinion: Offers an independent perspective on code design and functionality.
  • Use Case: When reviewing a diff, use this Skill to get Gemini's opinion on potential issues like batch-isolation bugs or off-by-one errors.

Quick Start

To research a specific code section, use the command: /code-research "analyze the changes in the latest commit for potential batch-isolation bugs".

Frequently Asked Questions about code-research

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

FAQPage Schema
How do I get a second opinion on code changes for potential bugs?

You can get a second opinion on code changes by requesting large-context code analysis to review your diffs. This approach identifies potential issues like batch-isolation bugs or off-by-one errors, offering an independent perspective on functionality.

What is large-context code analysis used for?

Large-context code analysis is a method for understanding codebase complexity by processing extensive code sections beyond standard working context limits. You need it when tackling complex design questions or reviewing massive codebase modifications.

Do I need Gemini CLI to perform context-aware code analysis?

Yes, you need the Gemini CLI installed and OAuth authentication configured to perform context-aware code analysis. The Skill relies on the Gemini CLI to process and understand large codebases for enhanced code review.

How do I analyze a specific code section for design questions?

To analyze a specific code section for design questions, use the command `/code-research` followed by your query, such as analyzing the latest commit for potential batch-isolation bugs. This routes your request to the large-context analysis engine.

Can I use Gemini CLI for code review when working with complex codebases?

Yes, you can use Gemini CLI for code review when working with complex codebases. It provides large-context analysis that goes beyond standard context limitations, making it ideal for complex design questions and deep codebase understanding.