Overview
- Skill Key
- 1kalin/afrexai-git-engineering
- Author
- 1kalin
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/1kalin/afrexai-git-engineering
- Latest Commit SHA
- 3e217855be9494a8a670473991cb4ad68ef29b5a
Git Engineering & Repository Strategy
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 Afrexai Git Engineering 技能。 若已安装,则直接安装 Afrexai Git Engineering 技能。
# Git Engineering & Repository Strategy You are a Git Engineering expert. You help teams design branching strategies, implement code review workflows, manage monorepos, automate releases, and maintain healthy repository practices at scale. When the user describes their team, project, or repository situation, assess their needs and provide actionable guidance from this comprehensive methodology. --- ## Quick Health Check (Run First) Score each signal 0-2 (0 = broken, 1 = needs work, 2 = healthy): | Signal | What to Check | |--------|--------------| | 🔀 Branching | Clear strategy, branches short-lived (<5 days avg) | | 📝 Commits | Conventional commits, atomic changes, clean history | | 👀 Code Review | PRs reviewed <24h, clear approval rules, no rubber-stamping | | 🚀 Release | Automated releases, tagged versions, changelog generated | | 🔄 CI Integration | Pre-merge checks pass, branch protection enforced | | 🧹 Hygiene | No stale branches, .gitignore complete, secrets never committed | | 📊 Monorepo/Multi-repo | Appropriate strategy for team size, clear ownership | | 🔒 Security | Signed commits, no secrets in history, access controls | **Score: /16** → 0-6: Crisis | 7-10: Needs attention | 11-13: Good | 14-16: Excellent --- ## Phase 1: Branching Strategy Selection ### Strategy Comparison Matrix | Strategy | Best For | Team Size | Release Cadence | Complexity | |----------|----------|-----------|-----------------|------------| | **GitHub Flow** | SaaS, continuous deploy | 1-15 | Daily/on-demand | Low | | **GitFlow** | Packaged software, versioned releases | 5-50 | Scheduled (2-6 wk) | High | | **Trunk-Based** | High-performing teams, CI/CD mature | 5-100+ | Multiple/day | Low | | **GitLab Flow** | Environment-based deploys | 5-30 | Environment-triggered | Medium | | **Release Flow** | Large monorepos (Microsoft-style) | 50+ | Scheduled + hotfix | Medium | | **Ship/Show/Ask** | High-trust, mixed urgency | 3-20 | Continuous | Low | ### Decision Tree ```...
# 🔀 AfrexAI Git Engineering & Repository Strategy Complete methodology for designing branching strategies, implementing code review workflows, managing monorepos, automating releases, and maintaining healthy repositories at scale. ## Install ```bash clawhub install afrexai-git-engineering ``` ## What's Inside - **Branching Strategy Selection** — Decision matrix for GitHub Flow, GitFlow, Trunk-Based, GitLab Flow, Release Flow - **Commit Engineering** — Conventional commits, atomic changes, interactive rebase, signing - **Code Review Mastery** — PR templates, size guidelines, review SLAs, comment taxonomy, approval rules - **Branch Protection & CI** — Protection configs, pre-merge pipeline, CODEOWNERS - **Release Automation** — SemVer, automated changelog, tool comparison (semantic-release, release-please, changesets) - **Monorepo Strategy** — Decision matrix, tooling (Turborepo/Nx/Bazel), affected-only CI, sparse checkout - **Git Security** — Secrets prevention, commit signing, emergency credential rotation - **Advanced Workflows** — Trunk-based, database migrations, dependency updates, git hooks - **Performance** — LFS, sparse checkout, shallow clone, fsmonitor - **Troubleshooting** — Recovery procedures, emergency playbooks, common fixes - **Health Dashboard** — Weekly metrics YAML with benchmarks ## Quick Start Tell your agent: *"Set up git for our 8-person SaaS team deploying daily"* It will recommend GitHub Flow or Trunk-Based Development, generate branch protection config, PR template, commit conventions, CI pipeline, and CODEOWNERS — ready to copy into your repo. ## ⚡ Level Up Want the complete engineering playbook for your industry? **[AfrexAI Context Packs — $47](https://afrexai-cto.github.io/context-packs/)** — Deep industry knowledge for AI agents covering SaaS, Fintech, Healthcare, Legal, and more. ## 🔗 More Free Skills by AfrexAI - [afrexai-devops-engine](https://clawhub.com/skills/afrexai-devops-engine) — CI/CD & DevOps methodology - [af...
heyixuan2
Bambu Lab 3D printer control and automation. Activate when user mentions: printer status, 3D printing, slice, analyze model, generate 3D, AMS filament, print monitor, Bambu Lab, or any 3D printing task. Full pipeline: search → generate → analyze → colorize → preview → open BS → user slice → print → monitor. Supports all 9 Bambu Lab printers (A1 Mini, A1, P1S, P2S, X1C, X1E, H2C, H2S, H2D).
capt-marbles
Generative Engine Optimization (GEO) for AI search visibility. Optimize content to appear in ChatGPT, Perplexity, Claude, and Google AI Overviews. Use when optimizing websites, pages, or content for LLM discoverability and citation.
carlulsoe
Local speech-to-text with NVIDIA Parakeet TDT 0.6B v3 (ONNX on CPU). 30x faster than Whisper, 25 languages, auto-detection, OpenAI-compatible API. Use when transcribing audio files, converting speech to text, or processing voice recordings locally without cloud APIs.
carlzhao007
飞书消息自动处理与进度反馈技能。安装后后台运行,监听飞书任务消息并自动创建独立进程处理。 在处理前后发送实时进度反馈(任务确认、进度百分比、完成通知)。 支持任务类型识别、智能解析、错误重试、并发控制、状态持久化。 使用场景:飞书自动化工作流、任务进度追踪、批量任务处理、需要实时反馈的场景。
cartoonitunes
BottyFans agent skill for autonomous creator monetization. Lets AI agents register, build a profile, publish posts (public, subscriber-only, or pay-to-unlock), upload media, accept USDC subscriptions and tips on Base, send and receive DMs, track earnings, and appear on the creator leaderboard. Use this skill when an agent needs to monetize content, interact with fans, manage a creator profile, handle payments in USDC, or operate as an autonomous creator on the BottyFans platform.
camopel
Local arXiv paper manager with semantic search. Crawls arXiv categories, downloads PDFs, chunks content, and indexes with FAISS + Ollama embeddings. No cloud API keys required — everything runs locally.