repo-scanner

Installation
SKILL.md

Repo Scanner

Scans any repository to build a complete picture of the current technical setup and scores production readiness.

How It Works

  1. Read the root directory tree to identify project type and structure
  2. Detect the tech stack from config files
  3. Check for production infrastructure (CI/CD, Docker, hosting)
  4. Check for observability (monitoring, error tracking, logging)
  5. Check for developer experience (documentation, agent config, tooling)
  6. Output a structured scan report using the EXACT format below

Step-by-Step Procedure

Step 1: Read Directory Structure

find . -type f -not -path './.git/*' -not -path './node_modules/*' -not -path './.next/*' -not -path './dist/*' -not -path './__pycache__/*' -not -path './venv/*' | head -200
Installs
3
GitHub Stars
4
First Seen
May 3, 2026
Security Audits
repo-scanner — the-utopia-studio/skills