Claude Code Skill

oss-project-review

Evaluate any open-source project's health in seconds. One command, six dimensions, traffic-light verdicts.

What it does

This skill evaluates open-source project health by collecting metrics from GitHub, npm, PyPI, and vulnerability databases — then delivers a structured report with traffic-light ratings across six key dimensions.

Three questions it answers

  • What is this project about?
  • Is it worth using?
  • What risks does it have?

Evaluation Categories

Each category receives a color-coded rating: green (healthy), yellow (caution), or red (risk).

👥

Community

Stars, forks, and contributor count.

📈

Activity

Recent commits and release frequency.

🔒

Security

Known CVEs and vulnerability scan.

📦

Dependencies

Direct and transitive dependency count.

📄

License

License type and legal restrictions.

🧑‍💻

Maintainer

Bus factor and active support signals.

Installation

1

Download the skill

Download the latest version and unzip the file.

skills.zip
2

Add to Claude Code

Copy the oss-project-review folder into your Claude Code skills directory.

Alternative: Download via terminal

curl -L https://github.com/munolabs/skills/archive/refs/heads/main.zip -o skills.zip && unzip skills.zip

Usage

Run the skill with a GitHub URL, npm package name, or PyPI package.

Claude Code
/oss-project-review https://github.com/vercel/next.js# Review a GitHub repo
/oss-project-review lodash# Review an npm package
/oss-project-review "is this repo healthy?" fastapi# Review a PyPI package

Output Formats

Choose how you want the report delivered.

💬

Chat

Inline response in the conversation.

📝

Markdown

Saved as a .md file for documentation.

🌐

HTML Report

Visual report with charts and badges.

Requirements

  • Claude Code v1.x or later
  • Internet access (for fetching project data)

License

MIT — free for personal and commercial use.

Report issues

GitHub Issues