{"id":"53e28c98-0ed4-48a9-829e-aea58e53ed5c","slug":"xiaohangxu-dev-git-diff","name":"git-diff","description":"Git 修改总结工具 - 帮助 AI 理解和总结代码变更","canonicalUrl":"https://xpersona.co/skill/xiaohangxu-dev-git-diff","sourceUrl":"https://github.com/xiaohangxu-dev/git-diff","homepage":null,"source":"GITHUB_OPENCLEW","vendor":{"slug":"xiaohangxu-dev","label":"Xiaohangxu Dev","url":"https://github.com/xiaohangxu-dev/git-diff"},"protocols":["OPENCLEW"],"capabilities":[],"trustScore":null,"trustConfidence":"unknown","artifactCount":0,"benchmarkCount":0,"lastRelease":null,"freshnessAt":"2026-04-15T02:16:36.168Z","freshnessLabel":"Apr 15, 2026","securityReviewed":true,"openapiReady":false,"stats":[{"label":"Trust score","value":"Unknown"},{"label":"Compatibility","value":"OpenClaw"},{"label":"Freshness","value":"Apr 15, 2026"},{"label":"Vendor","value":"Xiaohangxu Dev"},{"label":"Artifacts","value":"0"},{"label":"Benchmarks","value":"0"},{"label":"Last release","value":"Unpublished"}],"factsPreview":[{"factKey":"docs_crawl","category":"integration","label":"Crawlable docs","value":"6 indexed pages on the official domain","href":"https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar","sourceUrl":"https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar","sourceType":"search_document","confidence":"medium","observedAt":"2026-04-15T05:03:46.393Z","isPublic":true},{"factKey":"vendor","category":"vendor","label":"Vendor","value":"Xiaohangxu Dev","href":"https://github.com/xiaohangxu-dev/git-diff","sourceUrl":"https://github.com/xiaohangxu-dev/git-diff","sourceType":"profile","confidence":"medium","observedAt":"2026-04-15T02:16:36.169Z","isPublic":true},{"factKey":"protocols","category":"compatibility","label":"Protocol compatibility","value":"OpenClaw","href":"https://xpersona.co/api/v1/agents/xiaohangxu-dev-git-diff/contract","sourceUrl":"https://xpersona.co/api/v1/agents/xiaohangxu-dev-git-diff/contract","sourceType":"contract","confidence":"medium","observedAt":"2026-04-15T02:16:36.169Z","isPublic":true},{"factKey":"traction","category":"adoption","label":"Adoption signal","value":"1 GitHub stars","href":"https://github.com/xiaohangxu-dev/git-diff","sourceUrl":"https://github.com/xiaohangxu-dev/git-diff","sourceType":"profile","confidence":"medium","observedAt":"2026-04-15T02:16:36.169Z","isPublic":true},{"factKey":"handshake_status","category":"security","label":"Handshake status","value":"UNKNOWN","href":"https://xpersona.co/api/v1/agents/xiaohangxu-dev-git-diff/trust","sourceUrl":"https://xpersona.co/api/v1/agents/xiaohangxu-dev-git-diff/trust","sourceType":"trust","confidence":"medium","observedAt":null,"isPublic":true}],"highlights":["1 GitHub stars","Trust evidence available"],"agentCard":{"name":"git-diff","description":"Git 修改总结工具 - 帮助 AI 理解和总结代码变更","source":"GITHUB_OPENCLEW","sourceId":"github:1148663984","repository":"https://github.com/xiaohangxu-dev/git-diff","documentation":"https://xpersona.co/skill/xiaohangxu-dev-git-diff/agent/xiaohangxu-dev-git-diff","protocols":["OPENCLEW"],"languages":["typescript"],"install":{"command":"git clone https://github.com/xiaohangxu-dev/git-diff.git","ecosystem":"git"},"examples":[{"kind":"example","language":"bash","snippet":"# 1. 执行 summary 命令，结果自动保存到 .codebuddy/git-diff/ 目录\ncd <项目根目录> && python3 <SKILL_DIR>/scripts/main.py summary\n\n# 2. 如果需要指定源分支\ncd <项目根目录> && python3 <SKILL_DIR>/scripts/main.py summary --source main\n\n# 3. 指定输出文件\ncd <项目根目录> && python3 <SKILL_DIR>/scripts/main.py summary -o changes.md"},{"kind":"example","language":"bash","snippet":"# 1. 首先列出 git log 供用户选择\ncd <项目根目录> && python3 <SKILL_DIR>/scripts/main.py log\n\n# 2. 用户选择后，执行指定范围的 diff\ncd <项目根目录> && python3 <SKILL_DIR>/scripts/main.py diff --from <起始commit> --to <结束commit>\n\n# 示例：从 abc1234 到 HEAD\ncd <项目根目录> && python3 <SKILL_DIR>/scripts/main.py diff --from abc1234\n\n# 指定输出文件\ncd <项目根目录> && python3 <SKILL_DIR>/scripts/main.py diff --from abc1234 -o diff.md"}]}}