What problem does it solve? Git commands are complex and error-prone, especially for staging, amending commits, and inspecting repository state. This Skill replaces raw Git with Hug, a humane Git interface that provides safer, more memorable commands with built-in guards against common mistakes like accidental amends or staging unintended files. ## Core Features & Use Cases - Safe Commit Workflows: Enforces a staging decision tree (hug sla, hug a, hug sls, hug c) so only intended files are committed, with support for multi-line commit messages via heredoc. - Commit Fixing: Amend commit messages or add/remove files from the last commit using hug cmod and hug back, with safety guards against content-null amends. - Repository Inspection: View staged/unstaged/untracked files, outgoing commits, and search history by message or code change. - Use Case: After editing several files, ask the AI to commit only the relevant changes. It runs hug sla to review all modifications, stages only the intended files, verifies with hug sls, and commits with a properly formatted message. ## Quick Start Ask the AI to review all uncommitted changes and commit only the files related to your current task using Hug.