github-pr
Installation
SKILL.md
GitHub PR Operations
Open a pull request
ruby scripts/create_pull_request.rb --repo "$(pwd)" <<'EOF'
Summary of the change
EOF
Check whether the latest test workflows for the current PR succeeded
ruby scripts/show_test_ci_results.rb --repo "$(pwd)"
The script can take up to 1 hour, so set the timeout to 1 hour.
It classifies the latest result of each workflow as successful, running, or failed.