Master git operations
git-masterskillsetup L1★61,462
code-yeongyu/oh-my-openagent ↗What it does
Enforce commit conventions and workflow
Best for
Maintaining clean commit history and enforcing conventional-commit discipline across branches.
Inputs
- · file|module|project scope
Outputs
- · code fixes or worklist
- · execution log or transcript
Requires
- · GitHub API
- · AST-Grep
- · Git
Preconditions
Git repository with main/master branch and clean working tree
Failure modes
- · Merge conflict or detached HEAD state
- · Commit hook failure or signature verification
- · Branch history rewritten unexpectedly
Trust signals
- · Includes regression test safety gates
- · Leverages LSP and AST-based code analysis
- · Uses concurrent exploration agents for efficiency
- · Includes rollback and revert mechanisms