github-workflow

Installation
SKILL.md

GitHub Workflow

Core principle: Run quality gates BEFORE committing. Stop on failure. Never push failing code.

When to Use

  • User has staged files and wants to push
  • User asks "what should I do before pushing?"
  • User mentions creating PR or feature branch

When NOT to Use

  • No staged changes - user hasn't run git add
  • Direct commits to main/master - feature branches only
  • User explicitly wants to skip checks

Gotchas

Environment-specific facts that defy reasonable assumptions:

Related skills
Installs
14
First Seen
13 days ago