github-project-audit
Installation
SKILL.md
GitHub Project Audit
Use when the user asks to evaluate, review, or analyze a GitHub repository in depth.
Methodology
Conduct a multi-layered investigation in parallel where possible:
Layer 1 — Verified Stats (GitHub API)
# Use execute_code to fetch and parse repo metadata
from hermes_tools import web_extract
result = web_extract(["https://api.github.com/repos/OWNER/REPO"])
Report: Stars, Forks, Language, Description, Default branch, Created, Pushed, Size, Open issues, License.
Layer 2 — Contributors & Bus Factor
Fetch contributors via web_extract on https://api.github.com/repos/OWNER/REPO/contributors?per_page=10. Report top contributors, concentration risk, and bus factor.