원클릭으로
pr-local-ci
Run all CI tests locally, push on success
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Run all CI tests locally, push on success
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Verify that the local branch was up-to-date with what got merged in a PR, before deleting the local branch.
Begin a review for a set of changes in a PR
Create a new Pull Request (PR)
Read reseach, context and intention to create plan doc
Get a deep understanding of a system, and write reseach doc
Update the description of an existing Pull Request (PR)
| name | pr-local-ci |
| description | Run all CI tests locally, push on success |
please run all linters and code formatters and ensure those produce no errors. then, run all relevant tests. flag any tests that aren’t passing and summarize the potential reasons for failure.
if all of the linters, formatters and test pass, then please run git push origin @ for this branch to kick off an actual CI run. do NOT make any additional commits for any uncommitted files.