MCP HubMCP Hub
スキル一覧に戻る

git-commit-creator

alex-ilgayev
更新日 Today
66 閲覧
485
70
485
GitHubで表示
メタmcpautomation

について

このClaudeスキルは、MCPSpyプロジェクトにおけるコンベンショナルコミットの作成を自動化します。Gitのワークフロー(ステージング、ブランチング、コミットなど)を管理し、git status/diffを通じて変更内容を分析し、適切にフォーマットされたコミットメッセージを生成します。変更のコミット、ファイルのステージング、または構造化されたGitプラクティスに従う必要がある場合にご利用ください。

クイックインストール

Claude Code

推奨
プラグインコマンド推奨
/plugin add https://github.com/alex-ilgayev/MCPSpy
Git クローン代替
git clone https://github.com/alex-ilgayev/MCPSpy.git ~/.claude/skills/git-commit-creator

このコマンドをClaude Codeにコピー&ペーストしてスキルをインストールします

ドキュメント

Git Commit Creator Skill

Automates the creation of well-structured Git commits for the MCPSpy project.

Workflow

You should STRICTLY follow the following steps:

  1. Understand the commit status through git status, git diff and git diff --staged.
  2. Analyze the scope and nature of changes
  3. Using git checkout -b <branch-name>, create concise branch name with standard prefixes (e.g., feat, chore, fix).
  4. Using git commit -m "<commit-message>", create a conventional commit message that accurately reflects the changes.

Commit Message Convention

  • Use standard prefixes: feat(component):, chore:, fix(component):
  • Component examples: library-manager, ebpf, mcp, http, output
  • Brackets are optional but recommended for clarity
  • Keep titles concise and descriptive

Examples

  • feat(library-manager): add support for container runtime detection
  • chore: update dependencies to latest versions
  • fix(ebpf): handle kernel version compatibility issues

GitHub リポジトリ

alex-ilgayev/MCPSpy
パス: .claude/skills/git-commit-creator
aiai-securityllmmcpmonitoringsecurity

関連スキル

content-collections

メタ

This skill provides a production-tested setup for Content Collections, a TypeScript-first tool that transforms Markdown/MDX files into type-safe data collections with Zod validation. Use it when building blogs, documentation sites, or content-heavy Vite + React applications to ensure type safety and automatic content validation. It covers everything from Vite plugin configuration and MDX compilation to deployment optimization and schema validation.

スキルを見る

sglang

メタ

SGLang is a high-performance LLM serving framework that specializes in fast, structured generation for JSON, regex, and agentic workflows using its RadixAttention prefix caching. It delivers significantly faster inference, especially for tasks with repeated prefixes, making it ideal for complex, structured outputs and multi-turn conversations. Choose SGLang over alternatives like vLLM when you need constrained decoding or are building applications with extensive prefix sharing.

スキルを見る

cloudflare-turnstile

メタ

This skill provides comprehensive guidance for implementing Cloudflare Turnstile as a CAPTCHA-alternative bot protection system. It covers integration for forms, login pages, API endpoints, and frameworks like React/Next.js/Hono, while handling invisible challenges that maintain user experience. Use it when migrating from reCAPTCHA, debugging error codes, or implementing token validation and E2E tests.

スキルを見る

Algorithmic Art Generation

メタ

This skill helps developers create algorithmic art using p5.js, focusing on generative art, computational aesthetics, and interactive visualizations. It automatically activates for topics like "generative art" or "p5.js visualization" and guides you through creating unique algorithms with features like seeded randomness, flow fields, and particle systems. Use it when you need to build reproducible, code-driven artistic patterns.

スキルを見る