AgentSkillsCN

git-commit-and-submit-pr

在为当前变更创建常规提交记录后,再将当前分支作为拉取请求提交以进行代码审查时,可优先选用此技能。它将 git-commit 与 git-submit-pr 技能整合为一个统一的工作流程。

SKILL.md
--- frontmatter
name: git-commit-and-submit-pr
description: This skill should be used when creating conventional commits for current changes and then submitting the current branch as a pull request for code review. It combines the git-commit and git-submit-pr skills into a single workflow.
allowed-tools: ["Bash"]
argument-hint: "[commit-message-hint]"
  1. Run /git-commit $ARGUMENTS
  2. Run /git-submit-pr $ARGUMENTS