AgentSkillsCN

git

为 Video.js 10 制定 Git 工作流规范。包括提交信息、PR 描述、分支命名,以及范围推断。触发时机:“提交”、“推送”、“创建 PR”、“常规提交”、“分支名称”、“开启拉取请求”。

SKILL.md
--- frontmatter
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

TaskLoad
Writing commitsreferences/commit.md
Inferring scopereferences/scope.md
Creating/updating PRsreferences/pr.md
Naming branchesreferences/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.