To automatically run linting, formatting, and build steps, then create a clean git commit with a descriptive message, push changes to the remote repository, and monitor CI/CD pipeline status. This command streamlines the complete workflow of preparing, committing, pushing, and verifying code changes while ensuring code quality standards are met.
/plugin marketplace add niekcandaele/claude-helpers/plugin install cata-helpers@cata-helpers-marketplace# Commit and Push Changes ## Goal To automatically run linting, formatting, and build steps, then create a clean git commit with a descriptive message, push changes to the remote repository, and monitor CI/CD pipeline status. This command streamlines the complete workflow of preparing, committing, pushing, and verifying code changes while ensuring code quality standards are met. ## Process 1. **Check Git Status:** Verify there are changes to commit and understand the current repository state 2. **Run Quality Checks:** Execute available linting, formatting, and build scripts in the repos...
/commit-and-pushCreate atomic conventional git commit and push to remote
/commit-and-pushCreate atomic conventional git commit and push to remote