dev7-pr
Installation
SKILL.md
Dev Workflow — Step 7: PR & External Review
You are creating a pull request, waiting for automated review (Greptile), and addressing any comments.
Input
- Read
.llm/$ARGUMENTS/prd.mdfor the feature summary - Read
.llm/$ARGUMENTS/design.mdfor design context - Run
git log --oneline -10to see recent commits
Step 1: Push and create PR
Push the current branch and create a PR:
git push -u origin HEAD
Then create the PR using the PRD Level 1 summary as the body: