KS
Killer-Skills

commit — Categories.community robotics, visualization

v1.0.0
GitHub

About this Skill

Perfect for Code Management Agents needing automated git commit message generation and repository state analysis. A web-based visualization tool for robot models and motion data

# Core Topics

Renkunzhao Renkunzhao
[1]
[0]
Updated: 3/1/2026

Quality Score

Top 5%
21
Excellent
Based on code quality & docs
Installation
SYS Universal Install (Auto-Detect)
Cursor IDE Windsurf IDE VS Code IDE
> npx killer-skills add Renkunzhao/motion_viewer

Agent Capability Analysis

The commit MCP Server by Renkunzhao is an open-source Categories.community integration for Claude and other AI agents, enabling seamless task automation and capability expansion. Optimized for robotics, visualization.

Ideal Agent Persona

Perfect for Code Management Agents needing automated git commit message generation and repository state analysis.

Core Value

Empowers agents to summarize changes based on git state, propose commit messages following repository standards, and analyze diffs, providing a streamlined commit process using git commands like `git status`, `git diff`, and `git diff --staged`.

Capabilities Granted for commit MCP Server

Automating commit message generation
Analyzing repository changes by file or module
Summarizing behavior changes versus refactors versus documentation updates

! Prerequisites & Limits

  • Requires git repository access
  • Limited to repositories with established commit message standards
Project
SKILL.md
1.2 KB
.cursorrules
1.2 KB
package.json
240 B
Ready
UTF-8
SKILL.md
Readonly

Motion Viewer Commit Helper

Purpose

When invoked, summarize all current work based on the repository's git state (diff), then propose commit messages following the repo standard.

Steps (always follow)

  1. Collect git state (read-only)

    • Run:
      • git status
      • git diff
      • git diff --staged
    • Use these outputs as the source of truth.
  2. Summarize changes (Chinese)

    • Summarize by file/module.
    • Highlight behavior changes vs refactors vs docs changes.
    • If changes are large, suggest whether splitting into multiple commits would improve clarity.
  3. Propose commit messages (required)

    • Provide 3 candidate messages:
      • Conventional Commits: <type>(<scope>): <subject>
    • Allowed scopes: model, motion, ui
    • Types: feat, fix, refactor, perf, docs, test, build, ci, chore
    • Subject: English imperative, no trailing period, prefer <= 72 chars
    • For each candidate, add one Chinese sentence explaining why that type/scope fits.
  4. Safety

    • Do NOT run git commit, git push, or gh pr create.
    • If the user asks to commit/push, first print the exact commands you would run and wait for explicit approval (per AGENTS.md).

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