analyze-github-repo
Deep analysis of a GitHub repository for tool spotlight inclusion in news digests. Evaluates the project''s purpose, quality, popularity trajectory, and usefulness for AI practitioners. '
npx skills add majiayu000/claude-skill-registry --skill analyze-github-repo --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Analyze GitHub Repo Evaluate a GitHub repository for potential inclusion as a tool spotlight in the news digest. ## When to Use - Evaluating trending repos for digest tool spotlight section - Assessing quality and usefulness of new AI tools - Creating tool recommendation summaries - Keywords: github, repository, tool, library, spotlight, analysis ## Prerequisites - Repository metadata available (from fetch-github-trending) - Network access to GitHub for README fetch (optional) ## Input Schema ```json { "repo": { "full_name": "owner/repo-name", "name": "repo-name", "description": "Repository description", "url": "https://github.com/owner/repo-name", "stars": 5000, "forks": 300, "language": "Python", "topics": ["llm", "machine-learning"], "created_at": "2025-06-15", "pushed_at": "2026-01-26", "open_issues": 42 }, "include_readme": true } ``` ## Actions ### Step 1: Assess Project Category Classify the repository: - **Framework**: Full framework for building applications (e.g., LangChain) - **Library**: Focused library for specific task (e.g., sentence-transformers) - **Tool**: Standalone tool or CLI (e.g., ollama) - **Model**: Model weights or implementation (e.g., Llama) - **Datase
- When to Use
- Prerequisites
- Input Schema
- Actions
- Step 1: Assess Project Category
- Step 2: Evaluate Quality Signals
- Step 3: Analyze Popularity Trajectory
- Step 4: Determine Use Cases
- Step 5: Identify Differentiators
- Step 6: Fetch and Analyze README (if enabled)
- Step 7: Generate Spotlight Summary
- Step 8: Determine Spotlight Worthiness
- Output Schema
- Success Criteria
What does the analyze-github-repo skill do?
Deep analysis of a GitHub repository for tool spotlight inclusion in news digests. Evaluates the project''s purpose, quality, popularity trajectory, and usefulness for AI practitioners. '
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill analyze-github-repo --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
