# GitHub Codebase Inspection

> Inspect GitHub repositories, files, and diffs methodically before proposing changes, especially when the task starts from a GitHub URL or PR.

- Skill: `agentic-in/github-codebase-inspection` (Agent Skill)
- Install (CLI): `npx skillmds@latest add agentic-in/github-codebase-inspection`
- Raw SKILL.md: https://api.skillmd.com/api/skills/agentic-in/github-codebase-inspection/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: agentic-in (https://skillmd.com/u/agentic-in)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/agentic-in/github-codebase-inspection

---


# GitHub Codebase Inspection

Use this skill when the user starts from a GitHub repo, PR, issue, or file URL and needs orientation before implementation.

## Preferred Flow

1. Resolve the repo, branch, PR, or file first.
2. Read metadata and changed-file context before jumping into patches.
3. Summarize repository structure, impacted surfaces, and likely validation paths.
4. Only then propose edits, review findings, or follow-up commands.

## Guardrails

- Do not infer repository state from memory when live metadata is available.
- Keep findings tied to concrete files, commits, or PR numbers.

