fork

Solid

Create or configure a fork workflow with git-town. Preflight checks at every step. TRIGGERS - fork repo, setup fork, git-town fork, create fork, fork workflow, upstream setup.

AI & Automation 32 stars 3 forks Updated 1 months ago MIT

Install

View on GitHub

Quality Score: 78/100

Stars 20%
51
Recency 20%
75
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

<!-- ⛔⛔⛔ MANDATORY: READ THIS ENTIRE FILE BEFORE ANY ACTION ⛔⛔⛔ --> # Git-Town Fork Workflow — STOP AND READ **DO NOT ACT ON ASSUMPTIONS. Read this file first.** This is a **prescriptive, gated workflow**. Every step requires: 1. **Preflight check** - Verify preconditions 2. **User confirmation** - AskUserQuestion before action 3. **Validation** - Verify action succeeded > **Self-Evolving Skill**: This skill improves through use. If instructions are wrong, parameters drifted, or a workaround was needed — fix this file immediately, don't defer. Only update for real, reproducible issues. ## ⛔ WORKFLOW PHILOSOPHY **GIT-TOWN IS CANONICAL. RAW GIT IS FORBIDDEN FOR BRANCH OPERATIONS.** | Operation | ✅ Use | ❌ Never Use | | ------------- | ------------------ | ----------------------- | | Create branch | `git town hack` | `git checkout -b` | | Update branch | `git town sync` | `git pull`, `git merge` | | Create PR | `git town propose` | Manual web UI | | Merge PR | `git town ship` | `git merge` + push | | Switch branch | `git town switch` | `git checkout` | **Exception**: Raw git for commits, staging, log viewing, diff (git-town doesn't replace these). --- ## Phase 0: Preflight — MANDATORY FIRST **Execute this BEFORE any other action.** ### Step 0.1: Create TodoWrite ``` TodoWrite with todos: - "[Fork] Phase 0: Check git-town installation" | in_progress - "[Fork] Phase 0: Check GitHub CLI instal...

Details

Author
terrylica
Repository
terrylica/cc-skills
Created
5 months ago
Last Updated
1 months ago
Language
TypeScript
License
MIT

Integrates with

Related Skills