commit

Create git commits with user approval and no Claude attribution.

2|Updated May 8, 2026
One-click install
npx skills add https://github.com/BrightBlock/hyprlayer-cli --skill commit-brightblock
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: commit
Source: https://github.com/BrightBlock/hyprlayer-cli/tree/main/claude/skills/commit
Command: npx skills add https://github.com/BrightBlock/hyprlayer-cli --skill commit-brightblock

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create git commits with user approval and no Claude attribution. Side-effecting; user-only — never auto-invoke.

Core Features & Use Cases

  • Provides a disciplined workflow for branching, planning, and composing meaningful commits.
  • Guides users to create feature/fix branches, write clear messages, and stage changes deliberately.
  • Use Case: When working on a set of changes, you can request the assistant to propose atomic commits and present a plan for your review.

Quick Start

Ask the AI to plan the commits for the current session, propose clear, atomic commit messages, and await your confirmation before applying changes.

Frequently Asked Questions about commit

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

FAQPage Schema
How do I create git commits with user approval and no AI attribution?

To create git commits with user approval, this workflow enforces a structured process that reviews branch changes, plans atomic commits, and prompts for your confirmation before executing controlled git add and commit operations.

What is the best way to plan atomic git commits for a feature branch?

The best way to plan atomic git commits is to request the assistant to analyze your current branch changes, propose clear commit messages grouped by logical units, and await your explicit confirmation before applying any git add or commit operations.

Can I use AI to guide branch naming and commit hygiene without auto-executing commands?

Yes, you can use AI to guide branch naming and commit hygiene without auto-execution. This workflow prevents automated execution by the model and performs controlled git operations only after receiving your explicit approval.

Does this git commit workflow support bug fixes and maintenance tasks?

Yes, this git commit workflow supports bug fixes and maintenance tasks. It applies to development sessions across feature work and maintenance, guiding branch creation, change review, and commit planning for any code modification scenario.

How do I review and stage changes deliberately before committing?

To review and stage changes deliberately, the workflow checks your current branch, evaluates modifications, presents a commit plan for your review, and executes git add operations only after you confirm the proposed staging and messages.

Why does my version-control workflow need manual confirmation for commits?

Your version-control workflow needs manual confirmation to prevent unintended side effects. Enforcing user approval ensures the model never auto-invokes commit operations, maintaining deliberate control over branch changes and commit history.