Manages git repositories by performing status checks, diffing changes, creating commits, and generating pull requests through command-line integration.
소개
Streamline your version control workflow with a comprehensive set of git management capabilities designed for safety and consistency. This skill enables Claude to handle everything from basic repository status checks and detailed diff analysis to drafting context-aware commit messages and managing the full lifecycle of GitHub pull requests. By intelligently analyzing project history and diffs, it ensures new contributions align with established repository styles while maintaining a safety-first approach that requires explicit user confirmation for all destructive or remote-facing operations.
주요 기능
Interactive commit creation with automated message drafting based on repository history
0 GitHub stars
Safety-first architecture requiring explicit user approval for all commits, pushes, and PRs
Automated GitHub Pull Request generation using the gh CLI with detailed summary creation
Comprehensive repository state analysis including staged changes, untracked files, and remote status
Smart branch comparison and diff analysis to provide context for code reviews
사용 사례
Generating professional GitHub pull requests with comprehensive summaries of all included changes
Analyzing differences between local work and remote branches to identify sync requirements
Preparing and staging complex changes for a new feature commit with style-matched messages