Agent Skills
› git-ai-project/git-ai
git-ai-project/git-ai
GitHub通过解析编辑器选中代码或文件路径,利用 git-ai blame 查找 AI 生成代码的原始提示词与对话记录,并以作者视角解答代码实现细节与设计意图。
Install All Skills
npx skills add git-ai-project/git-ai --all -g -y
Skills in Collection (3)
通过解析编辑器选中代码或文件路径,利用 git-ai blame 查找 AI 生成代码的原始提示词与对话记录,并以作者视角解答代码实现细节与设计意图。
用户选中代码并询问实现原理
用户指定文件行号查询代码逻辑
npx skills add git-ai-project/git-ai --skill ask -g -y
通过 git-ai 工具搜索和恢复 Git 历史中的 AI 对话上下文,支持按提交、文件或模式查询,以及继续他人的 AI 会话,便于代码审查和理解 AI 辅助开发过程。
需要查找特定提交或文件中使用的 AI 提示会话
想要恢复并继续之前的 AI 编程上下文
npx skills add git-ai-project/git-ai --skill git-ai-search -g -y
分析AI提示词模式及代码接受率,基于本地SQLite数据库。支持按用户、团队或时间范围查询,提供聚合指标SQL查询及逐条内容分析能力,辅助理解AI编码习惯。
询问AI提示词的使用情况
分析AI生成代码的接受率
查询特定模型或作者的AI交互数据
npx skills add git-ai-project/git-ai --skill prompt-analysis -g -y


