.cursor/skills/create-pr/SKILL.md
Analyze changes and create a pull request using the gh CLI with repo conventions.
npx skillsauth add carrot-foundation/methodology-rules Create Pull RequestInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Analyze changes: Review all commits on the branch since it diverged from main:
git log main..HEAD --oneline
git diff main...HEAD
Push the branch if it has not been pushed yet:
git push -u origin HEAD
Create the PR using the gh CLI with the required repo flags:
gh pr create \
-a @me \
-r @carrot-foundation/developers \
--label <label> \
-R carrot-foundation/methodology-rules \
-t "<type>(<scope>): <description>"
feature, bug, chore, docs, refactoringReturn the PR URL to the user once created.
databases
Create and modify Zod schemas for runtime validation with proper type inference.
testing
Write Vitest unit tests following project conventions with proper stubs and assertions.
tools
Autonomously implement a task following project conventions with iterative verification.
testing
Analyze a pull request diff and provide structured feedback on correctness, conventions, and quality.