crew-commit

Automate Git workflow with pre-commit checks, branch creation, and pull request generation.

3|1|Updated Jan 17, 2026
One-click install
npx skills add https://github.com/mindfu23/gastown-mission-district --skill crew-commit-mindfu23
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: crew-commit
Source: https://github.com/mindfu23/gastown-mission-district/tree/main/.claude/skills/crew-commit
Command: npx skills add https://github.com/mindfu23/gastown-mission-district --skill crew-commit-mindfu23

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a structured Git workflow for Gas Town crew members, ensuring consistent commit practices and streamlined collaboration.

Core Features & Use Cases

  • Pre-flight Checks: Ensures code is up-to-date and clean before commits.
  • Branch Creation: Encourages use of feature branches for organized development.
  • Commit with Agent Identity: Automates commit messages with proper agent identity.
  • Push & PR Creation: Streamlines the process of pushing code to a remote repository and creating a pull request.

Quick Start

/crew-commit

Frequently Asked Questions about crew-commit

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate my Git workflow from branch creation to pull request generation?

You can automate your Git workflow by using a commit automation tool that handles pre-commit checks, feature branch creation, identity-stamped commits, and pull request generation in one streamlined process.

What are pre-flight checks in an automated Git commit workflow?

Pre-flight checks in an automated Git commit workflow ensure your local code is up-to-date and clean before committing, preventing integration conflicts and maintaining consistent code collaboration standards.

Can I use commit automation for collaborative coding environments with consistent commit standards?

Yes, commit automation is designed specifically for collaborative coding environments, enforcing consistent commit practices and proper agent identity on every commit to streamline team synchronization.

How do I create a feature branch and push code with an automated commit identity?

You can create a feature branch and push code by triggering an automated workflow that establishes the branch, applies commit messages with proper agent identity, and pushes directly to your remote repository.

Does automated pull request generation work with existing remote repositories?

Automated pull request generation works by pushing your committed code to the remote repository and seamlessly creating a pull request, simplifying the final code collaboration step.

Why do I need pre-commit checks before pushing code in a Git workflow?

Pre-commit checks are needed to verify your codebase is clean and synchronized before pushing, reducing the risk of failing builds and ensuring organized development across feature branches.