repo-research-analyst

Analyze repository structure and documentation patterns for architecture and governance reviews.

3|1|Updated Jan 15, 2026
One-click install
npx skills add https://github.com/i3ringit/antigravity-cortex --skill repo-research-analyst
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: repo-research-analyst
Source: https://github.com/i3ringit/antigravity-cortex/tree/main/.agent/skills/repo-research-analyst
Command: npx skills add https://github.com/i3ringit/antigravity-cortex --skill repo-research-analyst

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The repo-research-analyst enables teams to quickly understand a project's repository structure, documentation standards, and governance patterns, reducing onboarding time and misalignment.

Core Features & Use Cases

  • Architecture & Structure Review: Identify key directories, components, and architectural decisions.
  • Documentation & Guidelines Audit: Surface CONTRIBUTING.md, ARCHITECTURE.md, CONTEXT.md, and template patterns to inform standards.
  • Template & Issue Pattern Discovery: Map issue templates and code review guidelines to ensure consistent processes.
  • Use Case: For a new project, run this skill to generate a consolidated map of architecture decisions, contributing guidelines, and templates.

Quick Start

Run repo-research-analyst on a target repository to generate an analysis report detailing structure, guidelines, and templates.

Frequently Asked Questions about repo-research-analyst

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

FAQPage Schema
How do I analyze a repository's architecture and structure?

Repository analysis identifies key directories, components, and architectural decisions by examining core documentation like ARCHITECTURE.md and directory patterns. This reveals the project's structural organization, dependency flows, and design rationale to inform code reviews and contributor onboarding.

What documentation patterns should I look for in a codebase?

Key documentation patterns include CONTRIBUTING.md for guidelines, ARCHITECTURE.md for design decisions, CONTEXT.md for project scope, and issue templates for standardized processes. Surfacing these patterns ensures consistent governance and reduces contributor friction across diverse codebases.

Can I use repository structure analysis to speed up onboarding?

Yes. Analyzing repository structure, documentation standards, and governance patterns generates a consolidated map of guidelines and conventions, reducing onboarding time and alignment misalignment for new contributors and teams joining the project.

How do I audit contribution guidelines and code review standards?

Audit contribution guidelines by mapping CONTRIBUTING.md, issue templates, and code review patterns documented in the repository. This surfaces existing processes and templates to inform standards and ensure consistent contributor experiences across teams.

What's the best way to document architectural decisions in a repository?

Document architectural decisions in dedicated files like ARCHITECTURE.md or CONTEXT.md, supported by clear directory structure and template patterns. Repository analysis identifies these conventions, helping teams apply consistent documentation standards aligned with project governance.