What problem does it solve?
This Skill helps engineers and maintainers rapidly discover and understand a repository's architecture, documentation, contribution rules, issue patterns, and implementation conventions so onboarding, audits, and design decisions are faster and less error-prone.
Core Features & Use Cases
- Repository Mapping: Locate and summarize key files such as README.md, ARCHITECTURE.md, CONTRIBUTING.md, and repository metadata to reveal project intent and structure.
- Issue & Template Analysis: Identify issue and PR template formats, label taxonomies, and common issue structures to standardize reporting and triage.
- Code & Pattern Discovery: Use syntax-aware searches (ast-grep) or text searches (ripgrep) to surface naming conventions, repeated implementations, and architectural patterns across the codebase.
- Use Case: When preparing contributor documentation or performing an architecture review, run this Skill to produce a structured Repository Research Summary with file paths, examples, and recommendations.
Quick Start
Use the repo-research-analyst skill to generate a Repository Research Summary that maps architecture files, contribution guidelines, issue templates, and common code patterns for the current project.