commit

Creates a GEO GEO-compliant commit from staged changes with lint verification and Sprintlink tracking.

Updated Mar 2, 2026
One-click install
npx skills add https://github.com/supermalang/ai-augmented-coding --skill commit-supermalang
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: commit
Source: https://github.com/supermalang/ai-augmented-coding/tree/main/.claude/skills/commit
Command: npx skills add https://github.com/supermalang/ai-augmented-coding --skill commit-supermalang

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the friction and risk of creating a clean, policy-compliant git commit by checking staged changes, enforcing project rules, and tying the commit back to the active sprint task.

Core Features & Use Cases

  • Pre-flight validation: Reviews staged files and runs lint before a commit is allowed.
  • Traceable commit authoring: Matches the diff to the current roadmap task and builds a Conventional Commits message with the required business-value and task references.
  • Controlled execution: Prevents commits when rules are violated, keeps the skill read-only, and avoids accidental pushes or PR actions.
  • Use case: Use it when you have finished a small feature, bug fix, or tooling change and want a commit message that is consistent with the repository's workflow and sprint tracking.

Quick Start

Ask the commit skill to inspect your staged changes, verify the active sprint task, propose a compliant commit message, and create the commit after you approve it.

Frequently Asked Questions about commit

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

FAQPage Schema
How do I create a git commit with conventional commits and sprint traceability?

To create a git commit with sprint traceability, you stage changes and the skill reviews the diff, matches it to the active roadmap task, and proposes a conventional commits message with required trailers for approval.

What is conventional commits compliance and why do I need it for backlog traceability?

Conventional commits compliance enforces a standardized commit message format that includes business-value and task references, ensuring backlog traceability by linking code changes directly to active sprint tasks.

Can I run lint verification before creating a conventional commit?

Yes, you can run lint verification before committing because the skill performs pre-flight validation by reviewing staged files and executing lint checks, blocking the commit if project rules are violated.

Does this commit skill automatically push code or create pull requests?

No, this commit skill does not push code or create pull requests; it operates as a read-only, no-write, no-push approval flow, solely preparing and creating the local commit after you explicitly approve it.

What's the best way to link staged changes to a roadmap task before committing?

The best way to link staged changes to a roadmap task is to let the skill inspect your diff and verify the active sprint task, which automatically builds the commit message with the required business-value references.

When should I not use an automated conventional commits authoring tool?

You should not use this automated conventional commits authoring tool when you have unstaged changes, as it requires staged diff review, or when your project lacks an active sprint task for traceability matching.