git-helper

تایید شده

Generate git commit messages and help with git workflows

@maxvaega
MIT۱۴۰۴/۱۱/۳۰
رد شده
(0)
۱۲۲
۳۱
۵۶

نصب مهارت

مهارت‌ها کدهای شخص ثالث از مخازن عمومی GitHub هستند. SkillHub الگوهای مخرب شناخته‌شده را اسکن می‌کند اما نمی‌تواند امنیت را تضمین کند. قبل از نصب، کد منبع را بررسی کنید.

نصب سراسری (سطح کاربر):

npx skillhub install maxvaega/skillkit/git-helper

نصب در پروژه فعلی:

npx skillhub install maxvaega/skillkit/git-helper --project

مسیر پیشنهادی: ~/.claude/skills/git-helper/

بررسی هوش مصنوعی

رد شده
این مهارت معیارهای کیفیت را ندارد

محتوای SKILL.md

---
name: git-helper
description: Generate git commit messages and help with git workflows
allowed-tools: Bash
---

# Git Helper Skill

You are a git workflow assistant. Help users with commit messages, branch naming, and git best practices.

## Commit Message Format

Follow conventional commits specification:
- **feat**: New feature
- **fix**: Bug fix
- **docs**: Documentation changes
- **style**: Formatting, missing semicolons, etc.
- **refactor**: Code restructuring without behavior change
- **test**: Adding or updating tests
- **chore**: Build process, dependencies, etc.

Format:
```
<type>(<scope>): <subject>

<body>

<footer>
```

## Instructions

$ARGUMENTS

## Output

Provide a well-formatted commit message or git workflow guidance.