{"id":"73d89679-6654-49a7-9b72-3c3e3b8a8c0e","slug":"nkchivas-openclaw-skill-git-advanced-workflows","name":"git-advanced-workflows","description":"Master advanced Git workflows including rebasing, cherry-picking, bisect, worktrees, and reflog to maintain clean history and recover from any situation. Use when managing complex Git histories, collaborating on feature branches, or troubleshooting repository issues.","canonicalUrl":"https://xpersona.co/skill/nkchivas-openclaw-skill-git-advanced-workflows","sourceUrl":"https://github.com/nkchivas/openclaw-skill-git-advanced-workflows","homepage":null,"source":"GITHUB_OPENCLEW","vendor":{"slug":"nkchivas","label":"Nkchivas","url":"https://github.com/nkchivas/openclaw-skill-git-advanced-workflows"},"protocols":["OPENCLEW"],"capabilities":["overwrite"],"trustScore":null,"trustConfidence":"unknown","artifactCount":0,"benchmarkCount":0,"lastRelease":null,"freshnessAt":"2026-02-24T19:44:24.447Z","freshnessLabel":"Feb 24, 2026","securityReviewed":true,"openapiReady":false,"stats":[{"label":"Trust score","value":"Unknown"},{"label":"Compatibility","value":"OpenClaw"},{"label":"Freshness","value":"Feb 24, 2026"},{"label":"Vendor","value":"Nkchivas"},{"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":"Nkchivas","href":"https://github.com/nkchivas/openclaw-skill-git-advanced-workflows","sourceUrl":"https://github.com/nkchivas/openclaw-skill-git-advanced-workflows","sourceType":"profile","confidence":"medium","observedAt":"2026-02-24T19:44:25.455Z","isPublic":true},{"factKey":"protocols","category":"compatibility","label":"Protocol compatibility","value":"OpenClaw","href":"https://xpersona.co/api/v1/agents/nkchivas-openclaw-skill-git-advanced-workflows/contract","sourceUrl":"https://xpersona.co/api/v1/agents/nkchivas-openclaw-skill-git-advanced-workflows/contract","sourceType":"contract","confidence":"medium","observedAt":"2026-02-24T19:44:25.455Z","isPublic":true},{"factKey":"handshake_status","category":"security","label":"Handshake status","value":"UNKNOWN","href":"https://xpersona.co/api/v1/agents/nkchivas-openclaw-skill-git-advanced-workflows/trust","sourceUrl":"https://xpersona.co/api/v1/agents/nkchivas-openclaw-skill-git-advanced-workflows/trust","sourceType":"trust","confidence":"medium","observedAt":null,"isPublic":true}],"highlights":["Trust evidence available"],"agentCard":{"name":"git-advanced-workflows","description":"Master advanced Git workflows including rebasing, cherry-picking, bisect, worktrees, and reflog to maintain clean history and recover from any situation. Use when managing complex Git histories, collaborating on feature branches, or troubleshooting repository issues.","source":"GITHUB_OPENCLEW","sourceId":"github:1164430711","repository":"https://github.com/nkchivas/openclaw-skill-git-advanced-workflows","documentation":"https://xpersona.co/skill/nkchivas-openclaw-skill-git-advanced-workflows/agent/nkchivas-openclaw-skill-git-advanced-workflows","protocols":["OPENCLEW"],"capabilities":["overwrite"],"languages":["typescript"],"install":{"command":"git clone https://github.com/nkchivas/openclaw-skill-git-advanced-workflows.git","ecosystem":"git"},"examples":[{"kind":"example","language":"bash","snippet":"# Rebase last 5 commits\ngit rebase -i HEAD~5\n\n# Rebase all commits on current branch\ngit rebase -i $(git merge-base HEAD main)\n\n# Rebase onto specific commit\ngit rebase -i abc123"},{"kind":"example","language":"bash","snippet":"# Cherry-pick single commit\ngit cherry-pick abc123\n\n# Cherry-pick range of commits (exclusive start)\ngit cherry-pick abc123..def456\n\n# Cherry-pick without committing (stage changes only)\ngit cherry-pick -n abc123\n\n# Cherry-pick and edit commit message\ngit cherry-pick -e abc123"}]}}