Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/dschlyter/dotfiles --skill pr-loopコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?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