git-workflow-helper

Automate git status checks, branch creation, staging, conventional commits, and pull requests via gh CLI.

1|Updated Mar 8, 2026
One-click install
npx skills add https://github.com/tense-i/stock-market-simulator --skill git-workflow-helper-tense-i
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: git-workflow-helper
Source: https://github.com/tense-i/stock-market-simulator/tree/main/skills/git-workflow-helper
Command: npx skills add https://github.com/tense-i/stock-market-simulator --skill git-workflow-helper-tense-i

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates tedious git workflow tasks while enforcing best practices and commit standards.

Core Features & Use Cases

  • Status checks, branch creation, and staging automation aligned with a modern Git workflow
  • Conventional commit message generation to standardize history across the repository
  • Pull request creation via gh CLI with descriptive summaries and reviews
  • Guardrails and validation to prevent destructive actions and enforce workflow policies

Quick Start

Invoke the skill on your current feature branch to automatically stage changes, generate a conventional commit, and open a PR with gh CLI.

Frequently Asked Questions about git-workflow-helper

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

FAQPage Schema
How do I automate git workflow tasks like staging and conventional commit generation?▼

You can automate git workflow tasks by running this skill on your feature branch to perform status checks, stage files, generate conventional commit messages, and open a pull request safely with validation guardrails.

How does conventional commit message generation work for feature branches?▼

Conventional commit message generation works by automatically analyzing your staged changes on a feature branch and producing standardized commit history messages without requiring manual formatting from the developer.

Can I use gh CLI to create pull requests with automated branch checks?▼

Yes, you can use gh CLI to create pull requests because the skill integrates directly with it to generate descriptive PR summaries while applying validation guardrails against destructive git actions.

Does this git workflow automation support multi-repo scenarios?▼

Yes, this git workflow automation supports multi-repo feature-branch scenarios, applying deterministic steps and safety checks to enforce workflow policies across your repositories using local git and GitHub integration.

What guardrails prevent destructive git actions during automated staging?▼

The guardrails preventing destructive git actions during automated staging and branch creation consist of built-in validation checks that enforce workflow policies and restrict unsafe operations before commit or pull request creation.

Do I need gh CLI installed to automate pull request creation from my branch?▼

Yes, you need gh CLI installed because the skill depends on it directly to handle pull request creation, descriptive summaries, and reviews through GitHub integration within your local git workflow.