commit-and-push

Verify repository status, run quality checks, and push commits with conventional messages.

Updated Apr 10, 2026
One-click install
npx skills add https://github.com/Javier-Lombard/WAGE-VANTAGE-FINAL --skill commit-and-push-javier-lombard
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: commit-and-push
Source: https://github.com/Javier-Lombard/WAGE-VANTAGE-FINAL/tree/main/.github/skills/commit-and-push
Command: npx skills add https://github.com/Javier-Lombard/WAGE-VANTAGE-FINAL --skill commit-and-push-javier-lombard

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps streamline the commit and push process, ensuring that every commit is well-documented and that the push is executed safely and effectively.

Core Features & Use Cases

  • Repo State Verification: Check repository status for modified, new, and deleted files.
  • Quality Checklist: Ensure build passes, no linting errors, and documentation is up to date before committing.
  • Commit Message Guidance: Suggest and refine a Conventional Commits-compliant commit message.
  • Commit and Push Execution: Execute the commit and push commands, ensuring remote update.
  • Success Confirmation: Provide a confirmation of the push and post-push recommendations.

Quick Start

To start the commit and push workflow, invoke the skill with "commit-and-push: prepare and push the current changes."

Frequently Asked Questions about commit-and-push

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

FAQPage Schema
How do I ensure my git commits follow conventional commit standards before pushing?

To ensure conventional commits before pushing, this Skill guides you through a workflow that suggests and refines commit messages compliant with the standard, verifying your repository status and quality criteria first.

What is the best way to verify repository status and check for linting errors before a commit?

The best way to verify repository status and check for linting errors is to use a pre-commit quality checklist that inspects modified files and ensures builds pass before executing the git commit and push commands.

How do I automate checking modified files and pushing them safely to a remote repository?

You can automate checking modified files and safely pushing by invoking a guided workflow that verifies repo state, confirms quality checks pass, and executes the remote update with a success confirmation.

Can I use this workflow to update documentation and execute a git push in one step?

Yes, you can use this workflow to verify documentation is up to date as part of its quality checklist, and it will subsequently execute both the git commit and push commands to update the remote repository.

Does the commit and push process provide post-push recommendations or success confirmation?

Yes, the commit and push process provides a success confirmation after verifying the remote update, and it also offers post-push recommendations to help maintain high-quality version control workflows.