Create a conventional commit and push to current branch
/plugin marketplace add sjungling/claude-plugins/plugin install workflow@claude-pluginsYou are tasked with creating a conventional commit and pushing to the current branch following these strict requirements: # Pre-Commit Action If the user provided a pre-commit action argument ($1), perform that action FIRST before proceeding with the commit workflow: - Read and understand what action is requested - Execute the requested action (e.g., run tests, update version numbers, run linters) - Verify the action completed successfully - If the action fails, STOP and report the error - do not proceed with commit - If the action succeeds, continue with the commit workflow below If no ...
/commit-and-pushCreate atomic conventional git commit and push to remote
/commit-and-pushCreate atomic conventional git commit and push to remote