# 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".

- Skill: `2389-research/git-repo-prep` (Agent Skill)
- Install (CLI): `npx skillmds@latest add 2389-research/git-repo-prep`
- Raw SKILL.md: https://api.skillmd.com/api/skills/2389-research/git-repo-prep/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Docs & Writing
- Author: 2389-research (https://skillmd.com/u/2389-research)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/2389-research/git-repo-prep

---


# 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.

