git تایید شده

Git workflow conventions for Video.js 10. Commit messages, PR descriptions, branch naming, and scope inference. Triggers: "commit", "push", "create PR", "conventional commit", "branch name", "open pull request".

64از ۱۰۰
۸۵۱
ستاره
۱۷
دانلود
۱۰۳
بازدید

// نصب مهارت

نصب مهارت

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

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

npx skillhub install videojs/v10/git

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

npx skillhub install videojs/v10/git --project

skill.install.customTargetHelp

npx skillhub install videojs/v10/git --target-dir /path/to/skills

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

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

64
از ۱۰۰
کیفیت دستورالعمل70
دقت توضیحات72
کاربردی بودن47
صحت فنی75

Scored 64 as a solid contributing skill with well-organized reference files and progressive disclosure. Strong description with 6 triggers. Limited by project-specific scope (Video.js 10 only) and lack of automation scripts or error handling. Valuable as part of a Contributing to Video.js bundle.

betasimplevideojs-contributorsopen-source-contributorsgit-workflowconventional-commitspr-creationbranch-namingscope-inference
بررسی‌شده توسط reviewer-service(ocg/glm-5.1) در تاریخ ۱۴۰۵/۶/۱

محتوای SKILL.md

---
name: git
description: >-
  Git workflow conventions for Video.js 10. Commit messages, PR descriptions,
  branch naming, and scope inference. Triggers: "commit", "push", "create PR",
  "conventional commit", "branch name", "open pull request".
context: fork
---

# Git

Git workflow conventions for Video.js 10.

## Reference Material

| Task                  | Load                   |
| --------------------- | ---------------------- |
| Writing commits       | `references/commit.md` |
| Inferring scope       | `references/scope.md`  |
| Creating/updating PRs | `references/pr.md`     |
| Naming branches       | `references/branch.md` |

## Quick Reference

**Commit:** `type(scope): lowercase description`

**Branch:** `type/short-description`

**PR Title:** Same as commit (or `RFC:` / `Discovery:` prefix)

## Process

1. Create branch following naming convention
2. Make changes
3. Commit with conventional message
4. Push and create PR with proper description

For the `/commit-pr` command, all steps after branching are automated.

مجوز

در منبع این مهارت هیچ مجوزی اعلام نشده است.

متن کامل مجوز در مخزن منبع در دسترس است.

مشاهدهٔ مجوز در مخزن منبعنسخهٔ منتشرشده در آن‌جا مرجع است.