Auto-generated tile from GitHub (10 skills)
92
94%
Does it follow best practices?
Impact
92%
1.16xAverage score across 44 eval scenarios
Advisory
Suggest reviewing before use
Your team's engineering leads are tired of developers forgetting steps when opening pull requests — missing CI status checks, poorly formatted PR descriptions with broken newlines, or PRs landing on the wrong base branch. They want a reusable shell script that any developer can run from a feature branch to create a PR and stay informed about CI results, so nothing slips through the cracks.
The script should be easy to call, produce well-formed PRs every time, and surface CI feedback without requiring the developer to babysit the browser.
Write a shell script create-pr.sh that automates the pull request creation process. The script should:
main branchAlso produce a short README.md (10–20 lines) explaining how to use the script, including example invocations.
The grader will examine both create-pr.sh and README.md.
evals
scenario-1
scenario-2
scenario-3
scenario-4
scenario-5
scenario-6
scenario-7
scenario-8
scenario-9
scenario-10
scenario-11
scenario-12
scenario-13
scenario-14
scenario-15
scenario-16
scenario-17
scenario-18
scenario-19
scenario-20
scenario-21
scenario-22
scenario-23
scenario-24
scenario-25
scenario-26
scenario-27
scenario-28
scenario-29
scenario-30
scenario-31
scenario-32
scenario-33
scenario-34
scenario-35
scenario-36
scenario-37
scenario-38
scenario-39
scenario-40
scenario-41
scenario-42
scenario-43
scenario-44
skills
documentation
fastify
init
linting-neostandard-eslint9
node
nodejs-core
rules
oauth
octocat
snipgrapher