gemini-audit

Audit codebases with Gemini and generate a structured AUDIT-GEMINI.md report.

1|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/kelsi-andrewss/claude-multi-agent-pipeline --skill gemini-audit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gemini-audit
Source: https://github.com/kelsi-andrewss/claude-multi-agent-pipeline/tree/main/skills/gemini-audit
Command: npx skills add https://github.com/kelsi-andrewss/claude-multi-agent-pipeline --skill gemini-audit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Audit a codebase using Gemini's large context window and write a structured AUDIT-GEMINI.md report. Use when you need in-depth, context-rich analysis of codebases, with file- or directory-scoped findings and optional section filters.

Core Features & Use Cases

  • Gemini-backed code audit: analyzes code with large-context insights and produces AUDIT-GEMINI.md.
  • Scope control: supports file or directory targets, section filters (security, bugs, completeness, quality), and flags (--summary, --ignore, --model).
  • Cross-linking with work items: cross-references findings against open stories and suggests creating tasks for high-priority gaps.

Quick Start

Run the Gemini audit on your project path with optional filters to generate AUDIT-GEMINI.md.

Frequently Asked Questions about gemini-audit

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

FAQPage Schema
How do I audit a large codebase using Gemini's large context window?

Run an audit on your project path to analyze the codebase using Gemini's large context window, which produces a structured AUDIT-GEMINI.md report containing in-depth findings and insights.

Can I filter a code audit to only check for security and bugs?

Yes, you can filter the codebase audit by applying section filters for security, bugs, completeness, or quality. This scopes the generated AUDIT-GEMINI.md report to only include findings relevant to the selected categories.

Does the Gemini code audit link findings to existing open stories?

The Gemini code audit cross-references its findings against open stories to surface actionable tasks. It suggests creating new tasks for high-priority gaps identified during the codebase analysis, integrating audit results with project management.

What flags are available to customize the codebase audit report?

Available flags for customizing the codebase audit include --summary for concise output, --ignore to exclude specific paths, and --model to select the Gemini model. These flags control the scope and format of the AUDIT-GEMINI.md report.

What is the best way to generate an audit report for a complex project directory?

The best way to generate an audit report for a complex project directory is to run the Gemini audit on the root path with optional section filters. This leverages the large context window to analyze the entire codebase and output a structured AUDIT-GEMINI.md report.