Agent Git Oracle

Git-history-informed repository analysis for technical debt, hotspot files, architectural anti-patterns, repeated churn, complexity risk, and refactoring priority. Use when the user asks to analyze git history, find code hotspots, identify debt accumulation, rank risky modules, or plan refactoring from repository evolution evidence.

whyzsm 87d283f 4 files · 2.1 KB Updated

File contents

Agent Git Oracle

Analyze repository history and structure to guide safe refactoring. This skill performs deep-scan audits of your local git repositories, identifying areas of high complexity, potential logic leaks, and opportunities for Agent-Native refactoring.

Features

  • Debt Detection: Highlights "Dirty Code" that increases cognitive load.
  • Agentic Mapping: Suggests how to convert traditional modules into autonomous tools.
  • Commit Wisdom: Summarizes the "Why" behind large architectural shifts in your project.

Usage

# Run local git and code analysis commands in the target repository
git log --stat --oneline --decorate --date=short -- .

Codex Notes

Use local repository evidence by default. Do not call external paid services or blockchain/payment endpoints unless the user explicitly requests that integration and confirms credentials, network access, and cost.

whyzsm/tiny-agents/tree/main/skills/agent-git-oracle commit 87d283fb35

Frequently asked questions

npx skillmds@latest add whyzsm/agent-git-oracle