Git Repo Prep

Use when preparing a codebase for public/open-source release, reviewing a repo for openness, or auditing for secrets and missing documentation before making code public. Triggers on "open source", "public release", "prepare repo", "openness", "repo review", "make public", "open-source prep".

2389-research ff0801d 1.0 KB Updated

File contents

Git Repo Prep

Overview

Prepares codebases for public release and reviews them for openness.

Two sub-skills:

  • prepare — Full lifecycle: audit, clean, document, harden, ship
  • review — Standalone audit, re-runnable anytime, conversational

Routing

Prepare signals: "prepare", "open source", "make public", "get ready for release", first-time release Review signals: "review", "audit", "check", "what's missing", "gaps", already partially prepared

  • Preparing for first-time release → git-repo-prep:prepare
  • Reviewing/auditing existing repo → git-repo-prep:review
  • Ambiguous → AskUserQuestion: "Full preparation" vs "Review/audit"

Invoke via Skill tool, then hand off. Router's job is done.

2389-research/git-repo-prep/tree/main/skills commit ff0801d637

Frequently asked questions

npx skillmds@latest add 2389-research/git-repo-prep