askill
git-workflow-gates

git-workflow-gatesSafety --Repository

Pre-implementation branch-state checks and post-documentation PR gate workflow for multi-repo workspaces.

0 stars
1.2k downloads
Updated 2/13/2026

Package Files

Loading files...
SKILL.md

Git Workflow Gates

When to use

  • Before implementation to validate branch/repo readiness.
  • After docs completion to create or verify PRs.
  • In multi-repo workspaces requiring coordinated status reporting.

Inputs expected

  • Affected repositories and files from plan.
  • Current stage: pre-implementation or post-documentation.

Workflow

  1. Pre-implementation gate:
  • Identify each affected repo.
  • Determine base branch (develop if present, else main).
  • Verify current branch is not protected base.
  • Verify feature branch is up-to-date with base.
  1. Post-documentation gate:
  • Ensure changes are committed.
  • Create PR for each affected repo or report existing PR URL.
  1. Report gate outcome:
  • Ready vs HALT per repo with explicit corrective commands.

Output format (evidence required)

  • Stage and affected repositories.
  • Per-repo branch/base/status summary.
  • Required corrective actions (commands), if halted.
  • PR URLs created or already existing (post stage).

Quality gate / halt conditions

  • Halt on protected branch usage, dirty tree (when blocking), or behind-base status.
  • Do not force-push without explicit user direction.

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

AI review pending.

Metadata

Licenseunknown
Version-
Updated2/13/2026
PublisherSuperCorks

Tags

github-actions