pushwithverif

Validate local git changes and generate conventional commit messages before pushing.

1|Updated Feb 5, 2026
One-click install
npx skills add https://github.com/yannzurkinden/masterclass-cc-lausanne --skill pushwithverif
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pushwithverif
Source: https://github.com/yannzurkinden/masterclass-cc-lausanne/tree/main/skills_copy/pushwithverif
Command: npx skills add https://github.com/yannzurkinden/masterclass-cc-lausanne --skill pushwithverif

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the safe git workflow by validating changes before they are pushed.

Core Features & Use Cases

  • Analyze local changes and staged files
  • Classify modifications into backend and frontend changes
  • Generate conventional commit messages
  • Update documentation when requested
  • Safeguard pushes to main branches and prompt for confirmation

Quick Start

Use the pushwithverif skill to validate and push changes by default to main, or specify a target branch and optional documentation update, e.g. /pushwithverif --doc develop.

Frequently Asked Questions about pushwithverif

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

FAQPage Schema
How do I automate git commit verification before pushing changes?

You can automate git commit verification by analyzing local changes, classifying modifications into backend and frontend categories, and generating conventional commit messages before pushing. This structured validation process ensures modifications are safe before reaching the remote repository.

Can I automatically generate conventional commit messages for feature branches?

Yes, you can automatically generate conventional commit messages for feature branches. The automation analyzes your staged files, categorizes modifications across backend and frontend codebases, and creates structured commit messages to maintain a consistent project history.

Does this git workflow automation safeguard pushes to main branches?

Yes, this git workflow automation safeguards pushes to main branches by enforcing change validation checks and prompting for explicit confirmation. It ensures all modifications are analyzed and verified before allowing any push to the mainline.

How do I update documentation alongside a git commit and push?

You can update documentation alongside a git commit and push by triggering an optional documentation update during the workflow. By passing the appropriate flag, the automation handles documentation updates while processing your staged changes and generating commit messages.

What is the best way to validate backend and frontend changes before pushing to git?

The best way to validate backend and frontend changes before pushing to git is to use an automated workflow that classifies modifications by codebase area. This categorization ensures structured analysis and safe commit generation prior to any push operation.

Can I use this git push verification for feature branch workflows?

Yes, you can use this git push verification for feature branch workflows. It explicitly targets feature branches alongside mainline workflows, analyzing modified files and staged changes to validate commits before pushing to your specified target branch.