git-master

Automates atomic commits, rebases, blame, and bisect workflows for Git history management.

1|Updated Jan 24, 2026
One-click install
npx skills add https://github.com/leviathofnoesia/kraken --skill git-master-leviathofnoesia
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: git-master
Source: https://github.com/leviathofnoesia/kraken/tree/main/src/features/builtin-skills/git-master
Command: npx skills add https://github.com/leviathofnoesia/kraken --skill git-master-leviathofnoesia

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates and enforces rigorous Git workflows for atomic commits and precise history management.

Core Features & Use Cases

  • Atomic commits: ensure changes are grouped logically and revertible.
  • History inspection: support for blame, log, and bisect workflows to trace changes accurately.
  • Rebase and cleanup: managed rebases and squash workflows to maintain a clean project history.

Quick Start

To begin using this skill, prompt the agent to perform atomic commits for a feature, use rebase/squash workflows to keep history clean, and leverage blame/bisect for traceability.

Frequently Asked Questions about git-master

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I enforce atomic commits in Git to keep history clean?

Git bisect workflows trace changes accurately by pairing commits with tests to isolate regressions. History inspection procedures leverage blame and log mechanisms to support strict traceability across projects of any size.

Does automated rebasing work for splitting commits strictly by directory?

Automated rebasing handles strict splitting by directory to maintain a clean project history. Managed rebase and squash workflows enforce deterministic commit plans for projects of any size without manual history cleanup.

What is the best way to automate a structured Git commit plan for large projects?

Git blame workflows support accurate change tracing by inspecting history to determine exactly who modified specific lines. This history inspection integrates with bisect procedures to improve overall project traceability and collaboration.

How do Git bisect workflows improve traceability for regression testing?

Git bisect workflows trace changes accurately by pairing commits with tests to isolate regressions. History inspection procedures leverage blame and log mechanisms to support strict traceability across projects of any size.

Can I use Git blame to trace changes in a structured commit plan?

Git blame workflows support accurate change tracing by inspecting history to determine exactly who modified specific lines. This history inspection integrates with bisect procedures to improve overall project traceability and collaboration.