Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/dschlyter/dotfiles --skill pr-loop명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SKILL.md 표시 중
| name | pr-loop |
| description | Loop to keep a PR green and mergable |
If the user has supplied a PR, or if a PR was created in the current session, then use that PR for looping over.
(skip this step if PR already exists)
First of all, ensure code is in a good state.
Check AGENTS.md or CLAUDE.md, and README.md for which tools and checks are applicable.
If these have been run recently in the session, then they can be skipped.
Once code is in a good state, create a branch (if on master), commit and create a PR with a good description.
Check the build results for the PR - if they are not green then try to fix it. Run relevant local checks, then push the fix and wait until the next loop to inspect the result.
Start a loop where "recheck PR" is invoked every 5 minutes.
Once the build is green the PR can be reviewed.
If the user has supplied a slack channel, then post a link to the PR in that channel and ask for a review.
Keep the loop running. Check for any comments on the PR.
If comments are made on the PR, check if they make sense.
Again, run local checks before pushing, and check the build result of any pushes.
If the user has instructed "merge" when invoking the skill, then merge the PR once it is approved and the build has passed.
If no clear merge instruction has been made, then just keep watching the PR.
Avoid merging if major changes have been made due to comments or build issues.
When PR is merged or closed, terminate the loop