用 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