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
git diff main --statで変更量確認(最大300行)- 300行超は分割を提案
- PRタイトルにprefix:
feat:,fix:,docs:,refactor:,ci:,test:,chore: mcp__githubまたはgh pr createでPR作成