Initial commit
This commit is contained in:
8
commands/create-pr.md
Normal file
8
commands/create-pr.md
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
allowed-tools: Bash, Edit, Grep, MultiEdit, Read, TodoWrite, WebFetch, Write
|
||||
description: Create pull requests for completed work with automatic context gathering
|
||||
---
|
||||
|
||||
# Create PR
|
||||
|
||||
Use the pr-specialist sub-agent to create comprehensive pull requests for completed work with automatic context gathering. Parse $ARGUMENTS for title, branches, and Linear task ID, gather context from git history and changed files, validate readiness (commits, tests, linting), generate structured PR content with conventional format and checklist, create PR via gh CLI with labels and reviewers, and provide PR URL and next steps.
|
||||
9
commands/review-merge.md
Normal file
9
commands/review-merge.md
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
allowed-tools: Bash, Edit, Grep, MultiEdit, Read, TodoWrite, WebFetch, Write
|
||||
description: Review and merge pull requests with comprehensive validation and safety checks
|
||||
model: claude-sonnet-4-5-20250929
|
||||
---
|
||||
|
||||
# Review Merge
|
||||
|
||||
Review and merge pull requests with comprehensive validation and safety checks. Parse $ARGUMENTS for PR number and merge strategy (merge/squash/rebase), fetch PR details via gh commands, validate CI checks and reviews, verify test coverage and security scans, perform interactive review of changes, execute merge with selected strategy, and handle post-merge cleanup including branch deletion and Linear task updates.
|
||||
Reference in New Issue
Block a user