AgentSkillsCN

pull-request

创建并打开未合并更改的拉取请求。当用户要求打开 PR、创建拉取请求、提交 PR 或处理需要 PR 的未合并/暂存/未暂存更改时使用。

SKILL.md
--- frontmatter
name: pull-request
description: Creates and opens pull requests from unmerged changes. Use when user asks to open a PR, create a pull request, make a PR, submit a PR, or handle unmerged/staged/unstaged changes that need a PR.

Pull Requests

  • MUST use the commit-message skill to craft git commit messages
  • Title MUST follow conventional commits format: type(scope): message
  • Title is used for squash merge commit
  • SHOULD include Closes or Related referencing GitHub or Jira issue if possible
  • SHOULD explain why, not just what changed
  • SHOULD add reviewers based on git history of changed files
  • SHOULD NOT include test plan