AgentSkillsCN

pr

创建带有变更校验的拉取请求。检查行数上限(最多 300 行),并确保提交前缀规范无误。采用 GitHub MCP 进行 PR 操作。

SKILL.md
--- frontmatter
name: pr
description: Create a pull request with change validation. Checks line count limit (max 300 lines) and ensures proper commit prefix. Uses GitHub MCP for PR operations.
user-invocable: true
allowed-tools: Bash, Read, Grep, mcp__github, mcp__git
  1. git diff main --stat で変更量確認(最大300行)
  2. 300行超は分割を提案
  3. PRタイトルにprefix: feat:, fix:, docs:, refactor:, ci:, test:, chore:
  4. mcp__github または gh pr create でPR作成