repo-story-time
SolidGenerate a comprehensive repository summary and narrative story from commit history
AI & Automation 34,887 stars
4287 forks Updated today MIT
Install
Quality Score: 93/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
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
AI & Automation Listed
repo-research-analyst
Analyze repository structure, patterns, conventions, and documentation for understanding a new codebase
3,809 Updated 4 months ago
parcadei AI & Automation Listed
repo-research-analyst
Analyze repository structure, patterns, conventions, and documentation for understanding a new codebase
501 Updated yesterday
vibeeval AI & Automation Listed
repo-snapshot
Produce a repository snapshot — folder tree, top files by LOC, dependency surface, contributor map, framework detection — for handoff or onboarding.
3 Updated 3 days ago
anthril