git-instructions

star 0

Git-Workflow-Regeln (gf_commit, gf_issue, gf_issue_update, gf_ci_log, gf_release)

gjo-se By gjo-se schedule Updated 6/2/2026

name: git-instructions description: Git-Workflow-Regeln (gf_commit, gf_issue, gf_issue_update, gf_ci_log, gf_release)

Commands: git

  • MUST IF gf_commit – wiederholen bis grün:

    • MUST terminal: gf_commit "[<nr>] msg"
    • MUST IF Hook schlägt fehl:
      1. Hook-Output vollständig lesen – Violations identifizieren
      2. Violations mit Tool-Calls fixen (niemals manuell übergehen)
      3. Geänderte Dateien stagen
      4. gf_commit erneut ausführen – Schleife bis alle Hooks grün
  • MUST IF gf_issue:

    • MUST terminal: gf_issue "[epic-nr] - <thema>" --body file.md --epic <nr> [--type t] [--size s] [--labels l]
    • Pflichtfelder: Title im Format [epic-nr] - <thema> · --body (.md-Datei, nicht leer) · --epic (muss Type=Epic im Repo haben)
    • gh issue create ist deaktiviert und leitet auf gf_issue um
  • MUST IF gf_issue_update:

    • MUST terminal: gf_issue_update <nr> [--title "..."] [--body file.md] [--reopen]
  • MUST IF gf_issue_body_load:

    • MUST terminal: gf_issue_body_load <nr> <zieldatei>
  • MUST IF gf_add_sprint:

    • MUST terminal: gf_add_sprint "KW XX-YY" YYYY-MM-DD
  • MUST IF gf_ci_log:

    • MUST terminal: gf_ci_log → Log des letzten fehlgeschlagenen CI-Runs anzeigen
    • V1 (auf feature/...): gf_ci_log – aktuellen Branch direkt verwenden
    • V2 (auf develop): gf_ci_log <issue-nr> – offenen feature-Branch des Issues suchen (analog gf_start)
  • MUST IF gf_release:

    • MUST terminal: gf_release [version]
Install via CLI
npx skills add https://github.com/gjo-se/gjo-se.com --skill git-instructions
Repository Details
star Stars 0
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator