git-ai
Track which lines of code AI agents wrote in git
All Skills in This Repository (3)
Pure Emerald Level Indicatorsprompt-analysis
Analyze AI prompting patterns and acceptance rates from a local SQLite database.
git-ai-search
Search Git history for AI conversation context using Git AI notes.
ask
Answers questions about AI-written code by retrieving the original prompts and conversations behind it.
Frequently Asked Questions
FAQPage SchemaHow to install git-ai?โผ
Run `npx skills add git-ai-project/git-ai --all -g -y` in your terminal to install all skills in this suite globally.
How to see which code was written by AI?โผ
Run `git ai blame <file>` to see line-by-line attribution showing whether each line came from a human or a specific AI agent and model.
Which AI coding agents does git-ai support?โผ
It supports Claude Code, Codex, Cursor, GitHub Copilot, Windsurf, Gemini, and many other agents through the open Git AI standard.
Does git-ai slow down my git commands?โผ
No. It uses git's trace2 events instead of hooks or binary wrapping, so your git operations run at full speed.
Can I search the prompts behind AI-written code?โผ
Yes. Use `git-ai search` to find prompts by commit, file, or keyword, and `git-ai continue` to restore a past AI session's context.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core