agentsclimarketplace

Git github flow

Skill DominikTobureto/awesome-grok-build/.grok/skills/git-github-flow

Grok Build resources, reusable .grok/skills, AGENTS.md templates, hooks, prompts, and starter workflows.

Install
npx -y skills add DominikTobureto/awesome-grok-build --skill git-github-flow

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

What its author says it does

Copied from the file, not written here

Use for branch prep, clean commits, PR descriptions, GitHub issue triage, changelogs, release notes, review response, merge readiness, or publishing a branch safely.

SKILL.md

1.7 KB, as published. Nobody here has run it

Git GitHub Flow

Turn local changes into a clean, reviewable contribution.

Grok Build Mode

  • Use Plan Mode before rewriting commits, rebasing, force-pushing, or touching release branches.
  • Use subagents for merge readiness:
    • diff: changed files and intent.
    • tests: verification status and gaps.
    • docs: README/changelog/release notes.
    • risk: risky files, migrations, auth, config.
  • Arena-style PR description: generate 2-3 PR narratives and choose the clearest.
  • Human-in-the-loop: never push, force-push, publish, or merge without explicit user approval.

Workflow

  1. Inspect git status, branch, remotes, and recent commits.
  2. Separate unrelated changes.
  3. Stage intentionally.
  4. Write a concise commit message:
    • imperative subject;
    • why in body when useful;
    • tests run.
  5. Draft PR description with:
    • summary;
    • screenshots/demo if relevant;
    • verification;
    • risks;
    • follow-ups.
  6. Push only after approval.

GitHub Best Practices

  • Link issues when known.
  • Keep PRs small and coherent.
  • Do not include secrets or local config.
  • Do not mark generated files for review unless necessary.
  • Address review comments with targeted commits.

Example Prompts

Use git-github-flow. Prepare a clean commit and PR description from my current diff. Do not push yet.
Use git-github-flow to respond to PR review comments. Preserve unrelated user changes.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.