Automates the formatting, staging, and pushing of LeetCode solutions to a Git repository.
The LeetCode Solution Committer skill is designed to streamline the workflow for developers working through data structures and algorithms challenges. It automates repetitive post-coding tasks by applying Ruff formatting to ensure code quality, staging all local changes, and performing a Git commit with a standardized message that includes the specific LeetCode problem number before pushing the updates to a remote repository.
Características Principales
01Automated Python code formatting via Ruff
02One-command Git staging and commit execution
03Custom argument support for problem numbering
04Automatic remote synchronization with Git push
05Standardized commit messaging for problem tracking
060 GitHub stars
Casos de Uso
01Maintaining a structured repository for interview preparation
02Ensuring consistent code style across a large set of practice problems
03Automating routine Git workflows after solving algorithmic challenges