Back to articles
Cupid-Commit 💘 - Finding the Code That Completes You
How-ToTools

Cupid-Commit 💘 - Finding the Code That Completes You

via Dev.toJash Patel

This is a submission for the GitHub Copilot CLI Challenge What I Built Cupid-Commit is a custom GitHub Copilot CLI extension that acts as a "Couples Counselor for Code." With Valentine's Day upon us, I wanted to build something fun but technically complex. I recently built a project called Codebase Cartographer to visually map out codebase dependencies, which got me thinking about how different repositories "communicate." What if we could use AI to figure out if two different tech stacks would make a good match? I built a Node.js CLI tool that accepts any two remote GitHub repositories as arguments. It uses the GitHub CLI ( gh repo view ) to dynamically scrape their languages, descriptions, and popularity. It then feeds this "DNA" into a custom GitHub Copilot Agent ( .agent.md ) using programmatic mode. The AI categorizes the repositories into archetypes (like The Romantic, The Stoic, or The Socialite), analyzes their tech-stack compatibility, and outputs a perfectly formatted Markdown

Continue reading on Dev.to

Opens in a new tab

Read Full Article
6 views

Related Articles