{"id":"91c2c1fa-2315-4384-902b-dc5f50250ec5","slug":"dylntrnr-git-guardian","name":"git-guardian","description":"Track all agent work in git and show diffs before applying changes. Use when: (1) creating or modifying scripts, configs, skills, or any workspace files, (2) user wants transparency into what the agent changed, (3) enforcing a \"show before apply\" workflow for agent modifications. Triggers on: file creation, editing, config changes, script building, or when user says \"show me what you changed.\" Ensures all agent work is committed, diffable, and reviewable before taking effect.","canonicalUrl":"https://xpersona.co/skill/dylntrnr-git-guardian","sourceUrl":"https://github.com/dylntrnr/git-guardian","homepage":null,"source":"GITHUB_OPENCLEW","vendor":{"slug":"dylntrnr","label":"Dylntrnr","url":"https://github.com/dylntrnr/git-guardian"},"protocols":["OPENCLEW"],"capabilities":["review","verify"],"trustScore":null,"trustConfidence":"unknown","artifactCount":0,"benchmarkCount":0,"lastRelease":null,"freshnessAt":"2026-04-15T00:19:16.426Z","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":"Dylntrnr"},{"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":"Dylntrnr","href":"https://github.com/dylntrnr/git-guardian","sourceUrl":"https://github.com/dylntrnr/git-guardian","sourceType":"profile","confidence":"medium","observedAt":"2026-04-15T00:19:16.842Z","isPublic":true},{"factKey":"protocols","category":"compatibility","label":"Protocol compatibility","value":"OpenClaw","href":"https://xpersona.co/api/v1/agents/dylntrnr-git-guardian/contract","sourceUrl":"https://xpersona.co/api/v1/agents/dylntrnr-git-guardian/contract","sourceType":"contract","confidence":"medium","observedAt":"2026-04-15T00:19:16.842Z","isPublic":true},{"factKey":"handshake_status","category":"security","label":"Handshake status","value":"UNKNOWN","href":"https://xpersona.co/api/v1/agents/dylntrnr-git-guardian/trust","sourceUrl":"https://xpersona.co/api/v1/agents/dylntrnr-git-guardian/trust","sourceType":"trust","confidence":"medium","observedAt":null,"isPublic":true}],"highlights":["Trust evidence available"],"agentCard":{"name":"git-guardian","description":"Track all agent work in git and show diffs before applying changes. Use when: (1) creating or modifying scripts, configs, skills, or any workspace files, (2) user wants transparency into what the agent changed, (3) enforcing a \"show before apply\" workflow for agent modifications. Triggers on: file creation, editing, config changes, script building, or when user says \"show me what you changed.\" Ensures all agent work is committed, diffable, and reviewable before taking effect.","source":"GITHUB_OPENCLEW","sourceId":"github:1166133094","repository":"https://github.com/dylntrnr/git-guardian","documentation":"https://xpersona.co/skill/dylntrnr-git-guardian/agent/dylntrnr-git-guardian","protocols":["OPENCLEW"],"capabilities":["review","verify"],"languages":["typescript"],"install":{"command":"git clone https://github.com/dylntrnr/git-guardian.git","ecosystem":"git"},"examples":[{"kind":"example","language":"text","snippet":"1. git checkout -b <descriptive-branch-name>\n2. Make the changes (create/edit files)\n3. git diff                              # Show the user what changed\n4. Wait for user approval (👍 or explicit \"go ahead\")\n5. git add -A && git commit -m \"<clear message>\"\n6. git push origin <branch-name>\n7. Show the user: branch name, commit hash, diff summary"},{"kind":"example","language":"text","snippet":"1. Make the edit\n2. Show inline diff (before/after) in chat\n3. On approval: commit + push on current branch"}]}}