commit — for Claude Code commit, self-mind, community, for Claude Code, ide skills, git status, git add <files>, bun run lint, bun run test --run, git diff --staged

v1.0.0

About this Skill

Ideal for AI agents that need create a verified conventional commit. follow these steps exactly. commit is an AI agent skill for create a verified conventional commit. follow these steps exactly.

Features

Create a verified conventional commit. Follow these steps exactly.
Step 1: Check staging area
Step 2: Run verification
Run these commands in order. Stop and report the failure if either fails.
bun run test --run

# Core Topics

LucasRKrueger LucasRKrueger
[0]
[0]
Updated: 3/24/2026

Skill Overview

Start with fit, limitations, and setup before diving into the repository.

Ideal for AI agents that need create a verified conventional commit. follow these steps exactly. commit is an AI agent skill for create a verified conventional commit. follow these steps exactly.

Core Value

commit helps agents create a verified conventional commit. follow these steps exactly. Mood Tracking Web Application Create a verified conventional commit. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

Ideal Agent Persona

Ideal for AI agents that need create a verified conventional commit. follow these steps exactly.

Capabilities Granted for commit

Applying Create a verified conventional commit. Follow these steps exactly
Applying Step 1: Check staging area
Applying Step 2: Run verification

! Prerequisites & Limits

  • If either command fails, show the error output and stop. Do NOT create a commit with failing checks.
  • NEVER stage files — only the user stages files
  • Do NOT stage files yourself

About The Source

The section below comes from the upstream repository. Use it as supporting material alongside the fit, use-case, and installation summary on this page.

Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is commit?

Ideal for AI agents that need create a verified conventional commit. follow these steps exactly. commit is an AI agent skill for create a verified conventional commit. follow these steps exactly.

How do I install commit?

Run the command: npx killer-skills add LucasRKrueger/self-mind. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for commit?

Key use cases include: Applying Create a verified conventional commit. Follow these steps exactly, Applying Step 1: Check staging area, Applying Step 2: Run verification.

Which IDEs are compatible with commit?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for commit?

If either command fails, show the error output and stop. Do NOT create a commit with failing checks.. NEVER stage files — only the user stages files. Do NOT stage files yourself.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add LucasRKrueger/self-mind. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use commit immediately in the current project.

! Source Notes

This page is still useful for installation and source reference. Before using it, compare the fit, limitations, and upstream repository notes above.

Upstream Repository Material

The section below comes from the upstream repository. Use it as supporting material alongside the fit, use-case, and installation summary on this page.

Upstream Source

commit

Mood Tracking Web Application Create a verified conventional commit. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows. Create a

SKILL.md
Readonly
Upstream Repository Material
The section below comes from the upstream repository. Use it as supporting material alongside the fit, use-case, and installation summary on this page.
Upstream Source

Create a verified conventional commit. Follow these steps exactly.

Step 1: Check staging area

Run git status via Bash. If nothing is staged, tell the user to stage files first (git add <files>) and stop. Do NOT stage files yourself.

Step 2: Run verification

Run these commands in order. Stop and report the failure if either fails.

  1. bun run lint
  2. bun run test --run

If either command fails, show the error output and stop. Do NOT create a commit with failing checks.

Step 3: Show staged changes

Run git diff --staged to display what will be committed. Summarize the changes briefly for the user.

Step 4: Generate commit message

Generate a conventional commit message following the project format:

type(scope): description

Types: feat, fix, docs, refactor, test, chore, ci, style Scope: optional, parenthesized, lowercase (e.g., feat(login):) Description: lowercase first word, imperative mood, no trailing period

If the user passed arguments, use them as a hint for the type or message content: $ARGUMENTS

Step 5: Create the commit

Create the commit using the generated message with a Co-Authored-By trailer:

bash
1git commit -m "$(cat <<'EOF' 2type(scope): description 3 4Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> 5EOF 6)"

Show the final commit hash and message after success.

Rules

  • NEVER stage files — only the user stages files
  • NEVER commit if lint or test fails
  • NEVER use --no-verify or skip any checks
  • NEVER amend a previous commit unless the user explicitly says "amend"
  • Keep the commit message subject line under 72 characters
  • Use the HEREDOC format for the commit message to ensure proper formatting

Related Skills

Looking for an alternative to commit or another community skill for your workflow? Explore these related open-source skills.

View All

openclaw-release-maintainer

Logo of openclaw
openclaw

openclaw-release-maintainer is an AI agent skill for openclaw release maintainer.

333.8k
0
AI

widget-generator

Logo of f
f

Generate customizable widget plugins for the prompts.chat feed system

149.6k
0
AI

flags

Logo of vercel
vercel

flags is an AI agent skill for use this skill when adding or changing framework feature flags in next.js internals.

138.4k
0
Browser

pr-review

Logo of pytorch
pytorch

pr-review is an AI agent skill for pytorch pr review skill.

98.6k
0
Developer