Automates the entire Git lifecycle by linting, staging, committing, and pushing all repository changes in a single command.
The Push All Git Workflow skill streamlines the development cycle by handling the repetitive tasks of code analysis, documentation verification, and linting with auto-fixes before performing a comprehensive Git push. It ensures that staged, unstaged, and untracked files are all captured in a single operation while maintaining project-specific commit styles and attributing work with standardized co-author tags. This utility is ideal for developers who want to ensure code quality and repository synchronization without the manual overhead of multi-step Git commands.
주요 기능
01Standardized Co-Authored-By attribution tagging
02Comprehensive staging of staged, unstaged, and untracked files