git-workflow

Enforce scoped Git commit standards and block sensitive file commits.

6|Updated May 29, 2026
One-click install
npx skills add https://github.com/fusebase-dev/fusebase-flow --skill git-workflow-fusebase-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: git-workflow
Source: https://github.com/fusebase-dev/fusebase-flow/tree/main/.agents/skills/git-workflow
Command: npx skills add https://github.com/fusebase-dev/fusebase-flow --skill git-workflow-fusebase-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves common Git workflow pain points for AI-generated applications, including messy commit history, accidental exposure of secrets, difficult rollbacks, and lack of traceability for debug and deployment activities.

Core Features & Use Cases

  • Focused Commit Guidance: Enforces small, scoped commits with clear "why" messages to keep project history understandable and navigable.
  • Safety Guardrails: Automatically blocks commits of sensitive files like .env, credentials, and tokens to prevent security risks.
  • Standardized Rollback Procedures: Provides clear, context-appropriate steps for both shared-branch reverts and local iteration resets.
  • Optional Debug/Deploy Traceability: When the git-debug-commits flag is enabled, adds mandatory pre-deployment checks, per-fix commit requirements, and deploy trace markers to ensure reliable debugging and deployment tracking. For example, when fixing a bug in a FuseBase generated app, use this Skill to commit each verified fix individually with a traceable SHA, making rollbacks instant if the fix causes unexpected issues.

Quick Start

Ask the AI to use the git-workflow skill to commit your latest verified debug fix with a descriptive reason message and record its commit SHA for deployment traceability.

Frequently Asked Questions about git-workflow

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

FAQPage Schema
How do I enforce consistent Git commit messages for AI-generated apps?

To enforce consistent Git commit messages for AI-generated apps, this Skill applies scoped commit message standards, requiring small commits with clear "why" reasons to keep project history understandable and navigable. It eliminates inconsistent Git commit practices automatically.

How do I prevent accidental secret exposure in Git commits?

To prevent accidental secret exposure in Git commits, this Skill implements safety guardrails that automatically block commits of sensitive files like .env, credentials, and tokens, ensuring sensitive data is never accidentally pushed to your repository.

What is the best way to roll back a Git commit on a shared branch?

The best way to roll back a Git commit on a shared branch is using standardized revert procedures, which this Skill provides with context-appropriate steps for shared-branch reverts and local iteration resets to ensure reliable rollback procedures.

Can I block dirty tree deployments when debug traceability is enabled?

Yes, you can block dirty tree deployments when debug traceability is enabled. By activating the git-debug-commits flag, this Skill adds mandatory pre-deployment checks and deploy trace markers to ensure reliable debugging and deployment tracking.

How do I track debug fixes with traceable commit SHAs before deployment?

To track debug fixes with traceable commit SHAs before deployment, enable the git-debug-commits flag to enforce per-fix commit requirements and record each verified fix individually with a traceable SHA, making rollbacks instant if unexpected issues occur.

Does this Git workflow Skill work with FuseBase Flow generated apps?

Yes, this Git workflow Skill works with FuseBase Flow generated apps. It applies to day-to-day development workflows for FuseBase Flow generated apps, covering routine feature commits, debug fix tracking, and pre-deployment validation.