KS
Killer-Skills

commit — Categories.community ash-framework, electricsql, elixir, nix, postgres, solidjs

v1.0.0
GitHub

About this Skill

Perfect for Development Agents needing automated Git workflow management. Streampai is realtime application helping manage LiveStreams.

# Core Topics

nxy7 nxy7
[3]
[0]
Updated: 2/15/2026

Quality Score

Top 5%
37
Excellent
Based on code quality & docs
Installation
SYS Universal Install (Auto-Detect)
Cursor IDE Windsurf IDE VS Code IDE
> npx killer-skills add nxy7/streampai-elixir/commit

Agent Capability Analysis

The commit MCP Server by nxy7 is an open-source Categories.community integration for Claude and other AI agents, enabling seamless task automation and capability expansion. Optimized for ash-framework, electricsql, elixir.

Ideal Agent Persona

Perfect for Development Agents needing automated Git workflow management.

Core Value

Empowers agents to generate professional git commit messages following standard guidelines, utilizing Git status, recent commits, and current branch information to create informative messages, all while supporting optional additional context about changes.

Capabilities Granted for commit MCP Server

Automating commit message generation
Analyzing changes for accurate commit descriptions
Streamlining Git workflows with standardized commit messages

! Prerequisites & Limits

  • Requires Git installation and configuration
  • Limited to generating commit messages based on provided context and Git status
Project
SKILL.md
2.5 KB
.cursorrules
1.2 KB
package.json
240 B
Ready
UTF-8
SKILL.md
Readonly

Generate a professional git commit message analyzing all changes in the working directory or subdirectory

Usage: /commit or /commit [optional context]

Arguments: Optional additional context about the changes

Context

  • Git status: !git status --porcelain
  • Recent commits for style reference: !git log --oneline -5
  • Current branch: !git branch --show-current

Your task

Analyze the changes and create a git commit message following these guidelines:

  1. Examine all changes by running:

    • git diff --staged for staged changes
    • git diff for unstaged changes
    • Review our conversation history to understand the intent behind changes
  2. Create a commit message with this format:

    <type>: <concise descriptive title>
    
    - <specific change 1>
    - <specific change 2>
    - <specific change 3>
    
  3. Commit type prefixes:

    • feat: for new features
    • fix: for bug fixes
    • refactor: for code restructuring
    • style: for formatting changes
    • test: for test additions/changes
    • docs: for documentation updates
    • chore: for maintenance tasks
  4. Title guidelines:

    • Maximum 60 characters total
    • Imperative mood ("Add feature" not "Added feature")
    • No period at the end
  5. Change list guidelines:

    • Simple flat list of bullet points
    • Each item describes a specific change
    • Focus on WHAT changed
    • No section headers or groupings
    • No sub-bullets
    • No fluff or filler text
  6. Do NOT:

    • Mention AI assistance, Claude, or any tooling
    • Include co-author information
    • Add section headers like "Frontend:", "Backend:", etc.
    • Use vague descriptions like "various changes" or "updates"
    • Mention count of changed files or lines of code

Example Output

feat: Add accounting access for limited/restricted users

- Show Accounting menu for users with fee access or in multi-user orgs
- Hide Assignee column for users who only see their own data
- Hide Qty./Perc. and Rate columns based on fee access permission
- Add key prop to Datagrids to fix column mismatch on permission load
- Add changelog entry for team commission access
fix: Add missing residential fields to property enrichment

- Add residential_ownership_type_id, residential_style_id to valid fields
- Add residential bedroom/bathroom counts and gross living area
- Include batch_data raw API response in property enrichment

$ARGUMENTS

Analyze the actual changes now and generate an appropriate commit message.

Related Skills

Looking for an alternative to commit or building a Categories.community AI Agent? Explore these related open-source MCP Servers.

View All

widget-generator

Logo of f
f

widget-generator is an open-source AI agent skill for creating widget plugins that are injected into prompt feeds on prompts.chat. It supports two rendering modes: standard prompt widgets using default PromptCard styling and custom render widgets built as full React components.

149.6k
0
Design

chat-sdk

Logo of lobehub
lobehub

chat-sdk is a unified TypeScript SDK for building chat bots across multiple platforms, providing a single interface for deploying bot logic.

73.0k
0
Communication

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication