{"id":"87e2ec71-86fb-46a6-abf2-8ed1613d9d54","shortId":"zjZUGp","kind":"skill","title":"Repo Story Time","tagline":"Awesome Copilot skill by Github","description":"## Role\n\nYou'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.\n\n## Task\n\nTransform any repository into a comprehensive analysis with two deliverables:\n\n1. **REPOSITORY_SUMMARY.md** - Technical architecture and purpose overview\n2. **THE_STORY_OF_THIS_REPO.md** - Narrative story from commit history analysis\n\n**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.\n\n## Methodology\n\n### Phase 1: Repository Exploration\n\n**EXECUTE these commands immediately** to understand the repository structure and purpose:\n\n1. Get repository overview by running:\n   `Get-ChildItem -Recurse -Include \"*.md\",\"*.json\",\"*.yaml\",\"*.yml\" | Select-Object -First 20 | Select-Object Name, DirectoryName`\n\n2. Understand project structure by running:\n   `Get-ChildItem -Recurse -Directory | Where-Object {$_.Name -notmatch \"(node_modules|\\.git|bin|obj)\"} | Select-Object -First 30 | Format-Table Name, FullName`\n\nAfter executing these commands, use semantic search to understand key concepts and technologies. Look for:\n- Configuration files (package.json, pom.xml, requirements.txt, etc.)\n- README files and documentation\n- Main source directories\n- Test directories\n- Build/deployment configurations\n\n### Phase 2: Technical Deep Dive\nCreate comprehensive technical inventory:\n- **Purpose**: What problem does this repository solve?\n- **Architecture**: How is the code organized?\n- **Technologies**: What languages, frameworks, and tools are used?\n- **Key Components**: What are the main modules/services/features?\n- **Data Flow**: How does information move through the system?\n\n### Phase 3: Commit History Analysis\n\n**EXECUTE these git commands systematically** to understand repository evolution:\n\n**Step 1: Basic Statistics** - Run these commands to get repository metrics:\n- `git rev-list --all --count` (total commit count)\n- `(git log --oneline --since=\"1 year ago\").Count` (commits in last year)\n\n**Step 2: Contributor Analysis** - Run this command:\n- `git shortlog -sn --since=\"1 year ago\" | Select-Object -First 20`\n\n**Step 3: Activity Patterns** - Run this command:\n- `git log --since=\"1 year ago\" --format=\"%ai\" | ForEach-Object { $_.Substring(0,7) } | Group-Object | Sort-Object Count -Descending | Select-Object -First 12`\n\n**Step 4: Change Pattern Analysis** - Run these commands:\n- `git log --since=\"1 year ago\" --oneline --grep=\"feat|fix|update|add|remove\" | Select-Object -First 50`\n- `git log --since=\"1 year ago\" --name-only --oneline | Where-Object { $_ -notmatch \"^[a-f0-9]\" } | Group-Object | Sort-Object Count -Descending | Select-Object -First 20`\n\n**Step 5: Collaboration Patterns** - Run this command:\n- `git log --since=\"1 year ago\" --merges --oneline | Select-Object -First 20`\n\n**Step 6: Seasonal Analysis** - Run this command:\n- `git log --since=\"1 year ago\" --format=\"%ai\" | ForEach-Object { $_.Substring(5,2) } | Group-Object | Sort-Object Name`\n\n**Important**: Execute each command and analyze the output before proceeding to the next step.\n**Important**: Use your best judgment to execute additional commands not listed above based on the output of previous commands or the repository's specific content.\n\n### Phase 4: Pattern Recognition\nLook for these narrative elements:\n- **Characters**: Who are the main contributors? What are their specialties?\n- **Seasons**: Are there patterns by month/quarter? Holiday effects?\n- **Themes**: What types of changes dominate? (features, fixes, refactoring)\n- **Conflicts**: Are there areas of frequent change or contention?\n- **Evolution**: How has the repository grown and changed over time?\n\n## Output Format\n\n### REPOSITORY_SUMMARY.md Structure\n```markdown\n# Repository Analysis: [Repo Name]\n\n## Overview\nBrief description of what this repository does and why it exists.\n\n## Architecture\nHigh-level technical architecture and organization.\n\n## Key Components\n- **Component 1**: Description and purpose\n- **Component 2**: Description and purpose\n[Continue for all major components]\n\n## Technologies Used\nList of programming languages, frameworks, tools, and platforms.\n\n## Data Flow\nHow information moves through the system.\n\n## Team and Ownership\nWho maintains different parts of the codebase.\n```\n\n### THE_STORY_OF_THIS_REPO.md Structure\n```markdown\n# The Story of [Repo Name]\n\n## The Chronicles: A Year in Numbers\nStatistical overview of the past year's activity.\n\n## Cast of Characters\nProfiles of main contributors with their specialties and impact.\n\n## Seasonal Patterns\nMonthly/quarterly analysis of development activity.\n\n## The Great Themes\nMajor categories of work and their significance.\n\n## Plot Twists and Turning Points\nNotable events, major changes, or interesting patterns.\n\n## The Current Chapter\nWhere the repository stands today and future implications.\n```\n\n## Key Instructions\n\n1. **Be Specific**: Use actual file names, commit messages, and contributor names\n2. **Find Stories**: Look for interesting patterns, not just statistics\n3. **Context Matters**: Explain why patterns exist (holidays, releases, incidents)\n4. **Human Element**: Focus on the people and teams behind the code\n5. **Technical Depth**: Balance narrative with technical accuracy\n6. **Evidence-Based**: Support observations with actual git data\n\n## Success Criteria\n\n- Both markdown files are **ACTUALLY CREATED** with complete, comprehensive content using the `editFiles` tool\n- **NO markdown content should be output to chat** - all content must be written directly to the files\n- Technical summary accurately represents repository architecture\n- Narrative story reveals human patterns and interesting insights\n- Git commands provide concrete evidence for all claims\n- Analysis reveals both technical and cultural aspects of development\n- Files are ready to use immediately without any copy/paste from chat dialog\n\n## Critical Final Instructions\n\n**DO NOT** output markdown content in the chat. **DO** use the `editFiles` tool to create both files with complete content. The deliverables are the actual files, not chat output.\n\nRemember: Every repository tells a story. Your job is to uncover that story through systematic analysis and present it in a way that both technical and non-technical audiences can appreciate.","tags":["repo","story","time","awesome","copilot","github"],"capabilities":["skill","source-github","category-awesome-copilot"],"categories":["awesome-copilot"],"synonyms":[],"warnings":[],"endpointUrl":"https://skills.sh/github/awesome-copilot/repo-story-time","protocol":"skill","transport":"skills-sh","auth":{"type":"none","details":{"install_from":"skills.sh"}},"qualityScore":"0.300","qualityRationale":"deterministic score 0.30 from registry signals: · indexed on skills.sh · published under github/awesome-copilot","verified":false,"liveness":"unknown","lastLivenessCheck":null,"agentReviews":{"count":0,"score_avg":null,"cost_usd_avg":null,"success_rate":null,"latency_p50_ms":null,"narrative_summary":null,"summary_updated_at":null},"enrichmentModel":"deterministic:skill:v1","enrichmentVersion":1,"enrichedAt":"2026-04-22T13:40:15.393Z","embedding":null,"createdAt":"2026-04-18T20:25:57.736Z","updatedAt":"2026-04-22T13:40:15.393Z","lastSeenAt":"2026-04-22T13:40:15.393Z","tsv":"'0':344 '1':60,112,126,275,298,317,335,370,388,426,446,590,708 '12':358 '2':67,151,215,307,456,595,720 '20':145,324,415,435 '3':261,326,730 '30':176 '4':360,504,740 '5':417,455,752 '50':384 '6':437,760 '7':345 '9':402 'a-f0':399 'accur':805 'accuraci':759 'activ':327,653,672 'actual':103,712,767,776,873 'add':378 'addit':485 'ago':300,319,337,372,390,428,448 'ai':339,450 'analysi':25,56,74,264,309,363,439,564,669,825,893 'analyst':15 'analyz':469 'appreci':909 'archaeolog':22 'architectur':63,230,579,584,808 'area':542 'aspect':831 'audienc':907 'awesom':4 'balanc':755 'base':490,763 'basic':276 'behind':46,749 'best':481 'bin':170 'brief':568 'build/deployment':212 'cast':654 'categori':677 'category-awesome-copilot' 'chang':361,534,545,555,691 'chapter':697 'charact':512,656 'chat':95,793,844,856,876 'childitem':134,159 'chronicl':641 'claim':824 'code':23,48,234,751 'codebas':631 'collabor':418 'command':117,185,268,280,312,331,366,422,442,467,486,496,818 'commit':72,262,292,302,715 'compel':38 'complet':84,779,867 'compon':245,588,589,594,603 'comprehens':55,220,780 'concept':192 'concret':820 'configur':197,213 'conflict':539 'content':86,92,502,547,781,788,795,853,868 'context':731 'continu':599 'contributor':308,517,660,718 'copilot':5 'copy/paste':842 'count':290,293,301,352,409 'creat':78,101,219,777,863 'criteria':771 'critic':75,846 'cultur':830 'current':696 'data':36,251,614,769 'deep':217 'deliver':59,870 'depth':754 'descend':353,410 'descript':569,591,596 'develop':671,833 'dialog':845 'differ':627 'direct':799 'directori':109,161,209,211 'directorynam':150 'dive':218 'document':206 'domin':535 'editfil':98,784,860 'effect':529 'element':511,742 'etc':202 'event':689 'everi':879 'evid':762,821 'evidence-bas':761 'evolut':273,548 'execut':115,183,265,465,484 'exist':578,736 'expertis':19 'explain':733 'explor':114 'f0':401 'feat':375 'featur':536 'file':82,104,198,204,713,774,802,834,865,874 'final':847 'find':721 'first':144,175,323,357,383,414,434 'fix':376,537 'flow':252,615 'focus':743 'foreach':341,452 'foreach-object':340,451 'format':178,338,449,559 'format-t':177 'framework':239,610 'frequent':544 'fullnam':181 'futur':704 'get':127,133,158,282 'get-childitem':132,157 'git':169,267,285,294,313,332,367,385,423,443,768,817 'github':8 'great':674 'grep':374 'group':347,404,458 'group-object':346,403,457 'grown':553 'high':581 'high-level':580 'histori':73,263 'holiday':528,737 'human':44,741,812 'immedi':118,839 'impact':665 'implic':705 'import':464,478 'incid':739 'includ':136 'inform':255,617 'insight':816 'instruct':707,848 'interest':693,725,815 'inventori':222 'job':885 'json':138 'judgment':482 'key':191,244,587,706 'languag':238,609 'last':304 'level':582 'list':288,488,606 'log':295,333,368,386,424,444 'look':195,507,723 'main':207,249,516,659 'maintain':626 'major':602,676,690 'markdown':85,91,562,634,773,787,852 'matter':732 'md':137 'merg':429 'messag':716 'methodolog':110 'metric':284 'mission':30 'modul':168 'modules/services/features':250 'month/quarter':527 'monthly/quarterly':668 'move':256,618 'must':77,796 'name':149,165,180,392,463,566,639,714,719 'name-on':391 'narrat':27,40,69,510,756,809 'next':476 'node':167 'non':905 'non-techn':904 'notabl':688 'notmatch':166,398 'number':645 'obj':171 'object':143,148,164,174,322,342,348,351,356,382,397,405,408,413,433,453,459,462 'observ':765 'onelin':296,373,394,430 'organ':235,586 'output':89,471,493,558,791,851,877 'overview':66,129,567,647 'ownership':624 'package.json':199 'part':628 'past':650 'pattern':24,328,362,419,505,525,667,694,726,735,813 'peopl':746 'phase':111,214,260,503 'platform':613 'plot':683 'point':687 'pom.xml':200 'present':895 'previous':495 'problem':225 'proceed':473 'profil':657 'program':608 'project':153 'provid':819 'purpos':65,125,223,593,598 'raw':34 're':11 'readi':836 'readm':203 'recognit':506 'recurs':135,160 'refactor':538 'releas':738 'rememb':878 'remov':379 'repo':1,565,638 'repositori':21,35,52,107,113,122,128,228,272,283,499,552,563,573,700,807,880 'repository_summary.md':61,560 'repres':806 'requirements.txt':201 'rev':287 'rev-list':286 'reveal':42,811,826 'role':9 'root':108 'run':131,156,278,310,329,364,420,440 'search':188 'season':438,522,666 'select':142,147,173,321,355,381,412,432 'select-object':141,146,172,320,354,380,411,431 'semant':187 'senior':13 'shortlog':314 'signific':682 'sinc':297,316,334,369,387,425,445 'skill':6 'sn':315 'solv':229 'sort':350,407,461 'sort-object':349,406,460 'sourc':208 'source-github' 'specialti':521,663 'specif':501,710 'stand':701 'statist':277,646,729 'step':274,306,325,359,416,436,477 'stori':2,45,70,636,722,810,883,890 'storytel':17 'structur':123,154,561,633 'substr':343,454 'success':770 'summari':804 'support':764 'synthesi':28 'system':259,621 'systemat':269,892 'tabl':179 'task':49 'team':622,748 'technic':14,39,62,216,221,583,753,758,803,828,902,906 'technolog':194,236,604 'tell':881 'test':210 'the_story_of_this_repo.md':68,632 'theme':530,675 'time':3,557 'today':702 'tool':99,241,611,785,861 'total':291 'transform':33,50 'turn':686 'twist':684 'two':58 'type':532 'uncov':888 'understand':120,152,190,271 'updat':377 'use':96,186,243,479,605,711,782,838,858 'way':899 'where-object':162,395 'without':840 'work':679 'write':80 'written':798 'yaml':139 'year':299,305,318,336,371,389,427,447,643,651 'yml':140","prices":[{"id":"307be134-59e7-4a67-a959-2c10ae463c93","listingId":"87e2ec71-86fb-46a6-abf2-8ed1613d9d54","amountUsd":"0","unit":"free","nativeCurrency":null,"nativeAmount":null,"chain":null,"payTo":null,"paymentMethod":"skill-free","isPrimary":true,"details":{"org":"github","category":"awesome-copilot","install_from":"skills.sh"},"createdAt":"2026-04-18T20:25:57.736Z"}],"sources":[{"listingId":"87e2ec71-86fb-46a6-abf2-8ed1613d9d54","source":"github","sourceId":"github/awesome-copilot/repo-story-time","sourceUrl":"https://github.com/github/awesome-copilot/tree/main/skills/repo-story-time","isPrimary":false,"firstSeenAt":"2026-04-18T21:51:04.486Z","lastSeenAt":"2026-04-22T12:52:22.600Z"},{"listingId":"87e2ec71-86fb-46a6-abf2-8ed1613d9d54","source":"skills_sh","sourceId":"github/awesome-copilot/repo-story-time","sourceUrl":"https://skills.sh/github/awesome-copilot/repo-story-time","isPrimary":true,"firstSeenAt":"2026-04-18T20:25:57.736Z","lastSeenAt":"2026-04-22T13:40:15.393Z"}],"details":{"listingId":"87e2ec71-86fb-46a6-abf2-8ed1613d9d54","quickStartSnippet":null,"exampleRequest":null,"exampleResponse":null,"schema":null,"openapiUrl":null,"agentsTxtUrl":null,"citations":[],"useCases":[],"bestFor":[],"notFor":[],"kindDetails":{"org":"github","slug":"repo-story-time","source":"skills_sh","category":"awesome-copilot","skills_sh_url":"https://skills.sh/github/awesome-copilot/repo-story-time"},"updatedAt":"2026-04-22T13:40:15.393Z"}}