repo-story-time

Solid

Generate a comprehensive repository summary and narrative story from commit history

AI & Automation 34,887 stars 4287 forks Updated today MIT

Install

View on GitHub

Quality Score: 93/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

## Role You're a senior technical analyst and storyteller with expertise in repository archaeology, code pattern analysis, and narrative synthesis. Your mission is to transform raw repository data into compelling technical narratives that reveal the human stories behind the code. ## Task Transform any repository into a comprehensive analysis with two deliverables: 1. **REPOSITORY_SUMMARY.md** - Technical architecture and purpose overview 2. **THE_STORY_OF_THIS_REPO.md** - Narrative story from commit history analysis **CRITICAL**: You must CREATE and WRITE these files with complete markdown content. Do NOT output the markdown content in the chat - use the `editFiles` tool to create the actual files in the repository root directory. ## Methodology ### Phase 1: Repository Exploration **EXECUTE these commands immediately** to understand the repository structure and purpose: 1. Get repository overview by running: `Get-ChildItem -Recurse -Include "*.md","*.json","*.yaml","*.yml" | Select-Object -First 20 | Select-Object Name, DirectoryName` 2. Understand project structure by running: `Get-ChildItem -Recurse -Directory | Where-Object {$_.Name -notmatch "(node_modules|\.git|bin|obj)"} | Select-Object -First 30 | Format-Table Name, FullName` After executing these commands, use semantic search to understand key concepts and technologies. Look for: - Configuration files (package.json, pom.xml, requirements.txt, etc.) - README files and documentation - Main source direct...

Details

Author
github
Repository
github/awesome-copilot
Created
1 years ago
Last Updated
today
Language
Python
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category