Review AI-generated code changes before committing using GitHuman. Use when reviewing code changes, creating code reviews, checking what the AI agent wrote, preparing to commit, or when user mentions "review", "GitHuman", or "before commit".
When to use
Use this skill whenever you are working with GitHuman to review AI-generated code changes before committing them. GitHuman provides a web interface for visual code review with inline comments, suggestions, and todo management.
How to use
Read individual rule files for detailed explanations and examples:
- rules/installation.md - Installing and running GitHuman
- rules/review-workflow.md - Complete workflow for reviewing AI-generated changes
- rules/staging.md - Staging files for review directly in GitHuman
- rules/cli-commands.md - All CLI commands with examples
- rules/todos.md - Managing todos and follow-up tasks
- rules/comments.md - Adding inline comments and suggestions to code
- rules/export.md - Exporting reviews for documentation
- rules/tips.md - Best practices and productivity tips
You Might Also Like
Related Skills

verify
Use when you want to validate changes before committing, or when you need to check all React contribution requirements.
facebook
test
Use when you need to run tests for React core. Supports source, www, stable, and experimental channels.
facebook
feature-flags
Use when feature flag tests fail, flags need updating, understanding @gate pragmas, debugging channel-specific test failures, or adding new flags to React.
facebook
extract-errors
Use when adding new error messages to React, or seeing "unknown error code" warnings.
facebook