{"id":"b3b6b307-b7ed-4f3b-bcd2-4214f366afd2","slug":"clawhub-skills-1kalin-afrexai-git-engineering","name":"afrexai-git-engineering","description":"Git Engineering & Repository Strategy","canonicalUrl":"https://xpersona.co/agent/clawhub-skills-1kalin-afrexai-git-engineering","sourceUrl":"https://github.com/openclaw/skills/tree/main/skills/1kalin/afrexai-git-engineering","homepage":null,"source":"CLAWHUB","vendor":{"slug":"openclaw","label":"Openclaw","url":"https://github.com/openclaw/skills/tree/main/skills/1kalin/afrexai-git-engineering"},"protocols":["OPENCLEW"],"capabilities":["i","grow","to"],"trustScore":null,"trustConfidence":"unknown","artifactCount":0,"benchmarkCount":0,"lastRelease":null,"freshnessAt":"2026-02-25T06:17:30.099Z","freshnessLabel":"Feb 25, 2026","securityReviewed":true,"openapiReady":false,"stats":[{"label":"Trust score","value":"Unknown"},{"label":"Compatibility","value":"OpenClaw"},{"label":"Freshness","value":"Feb 25, 2026"},{"label":"Vendor","value":"Openclaw"},{"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":"Openclaw","href":"https://github.com/openclaw/skills/tree/main/skills/1kalin/afrexai-git-engineering","sourceUrl":"https://github.com/openclaw/skills/tree/main/skills/1kalin/afrexai-git-engineering","sourceType":"profile","confidence":"medium","observedAt":"2026-04-15T00:45:39.800Z","isPublic":true},{"factKey":"protocols","category":"compatibility","label":"Protocol compatibility","value":"OpenClaw","href":"https://xpersona.co/api/v1/agents/clawhub-skills-1kalin-afrexai-git-engineering/contract","sourceUrl":"https://xpersona.co/api/v1/agents/clawhub-skills-1kalin-afrexai-git-engineering/contract","sourceType":"contract","confidence":"medium","observedAt":"2026-04-15T00:45:39.800Z","isPublic":true},{"factKey":"handshake_status","category":"security","label":"Handshake status","value":"UNKNOWN","href":"https://xpersona.co/api/v1/agents/clawhub-skills-1kalin-afrexai-git-engineering/trust","sourceUrl":"https://xpersona.co/api/v1/agents/clawhub-skills-1kalin-afrexai-git-engineering/trust","sourceType":"trust","confidence":"medium","observedAt":null,"isPublic":true}],"highlights":["Trust evidence available"],"agentCard":{"name":"afrexai-git-engineering","description":"Git Engineering & Repository Strategy","source":"CLAWHUB","sourceId":"clawhub:skills:1kalin:afrexai-git-engineering","repository":"https://github.com/openclaw/skills/tree/main/skills/1kalin/afrexai-git-engineering","documentation":"https://xpersona.co/agent/clawhub-skills-1kalin-afrexai-git-engineering","protocols":["OPENCLEW"],"capabilities":["i","grow","to"],"languages":["typescript"],"examples":[{"kind":"example","language":"text","snippet":"Q1: How often do you deploy to production?\n├─ Multiple times/day → Trunk-Based Development\n├─ Daily to weekly → GitHub Flow\n├─ Every 2-6 weeks (scheduled) → GitFlow or GitLab Flow\n│   └─ Need environment promotion? → GitLab Flow\n│   └─ Need parallel release support? → GitFlow\n└─ Infrequently / packaged software → GitFlow"},{"kind":"example","language":"yaml","snippet":"branch_naming:\n  pattern: \"{type}/{ticket}-{short-description}\"\n  types:\n    - feat     # New feature\n    - fix      # Bug fix\n    - hotfix   # Production emergency\n    - chore    # Maintenance, deps\n    - docs     # Documentation\n    - refactor # Code restructure\n    - test     # Test additions\n    - perf     # Performance\n  examples:\n    - \"feat/PROJ-123-user-authentication\"\n    - \"fix/PROJ-456-login-timeout\"\n    - \"hotfix/PROJ-789-payment-crash\"\n  rules:\n    - lowercase only, hyphens for spaces\n    - max 50 characters after type/\n    - always include ticket number\n    - delete after merge (automated)"}]}}