n0an

Git Codebase Preflight Skill — Git skill for Claude Code

Git community

Git Codebase Preflight Agent Skill.

How to install Git Codebase Preflight Skill

This entry records only its repository, not the path inside it, so there is no exact command to give. Open n0an/git-codebase-preflight-skill and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Git Codebase Preflight Skill does

Git Codebase Preflight Agent Skill.

Alternatives in Git

README

Git Codebase Preflight Agent Skill

Git Diagnostic Workflow Codebase First Pass MIT License Agent Skills Compatible

An agent skill that helps AI coding agents like Claude Code, Codex, Cursor, and Gemini inspect a repository through git history before opening source files.

It turns a short set of git commands into a repeatable pre-read workflow for spotting churn hotspots, ownership risk, bug clusters, slowing delivery, and firefighting patterns.

It uses the [Agent Skills](https://agentskills.io/home) format, so it works smoothly with Claude Code, Codex, Gemini, Cursor, and more.

What It Covers

  • Churn Hotspots - which files changed most in the last year
  • Directory Hotspots - which folders absorb the most change
  • Ownership Signals - who built the system and whether maintainers changed
  • Bug Clusters - which files appear most often in bug-fix commits
  • Lifecycle Signals - where files are frequently added or deleted
  • Momentum Trends - whether delivery is steady, declining, or spiky
  • Large Change Spikes - oversized commits that deserve a closer look
  • Firefighting Patterns - revert, hotfix, emergency, and rollback frequency
  • Interpretation Guidance - how to turn git output into a code-reading plan

Installing

You can install this skill into Claude Code, Codex, Gemini, Cursor, and more by using `npx`:

npx skills add https://github.com/n0an/git-codebase-preflight-skill --skill git-codebase-preflight

If you get the error `npx: command not found`, it means you do no