This is basically a structured workflow for catching issues in AI-generated code before you commit it. GitHuman gives you a web interface to review diffs with inline comments, todos, and suggestions, which is honestly more thorough than just eyeballing git diff in the terminal. You'd reach for this after your AI coding session when you want to actually understand what changed and mark up anything sketchy before it hits your repo. The skill covers the full loop: running the review server, staging files, adding comments, managing follow-up tasks, and exporting the review. It's aimed at that specific moment when you know the AI wrote a bunch of code but you need to own what actually gets committed.
npx skills add https://github.com/mcollina/githuman-skills --skill githuman