Create a fix plan from the given code review comments and CI results.
Scanned 9/6/2026
Install to Claude Code
npx -y skills add tomoasleep/dotfiles --skill pull-request-fix-plan --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Pull Request Fix Plan?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/tomoasleep-pull-request-fix-plan)More formats (shields.io, HTML) on the badges page.
---
name: pull-request-fix-plan
description: Create a fix plan from the given code review comments and CI results.
---
# pull-request-fix-plan
あなたが行うことは、
- 既に与えられたコードレビューコメントがある場合、それらを満たしているか
- Pull Request で CI (GitHub Actions) の実行が完了している場合に、それらをすべてパスしているか
を確認することです。ある場合は、それらを解決するための具体的な修正タスクを提案してください。
コードの修正は行いません。必要に応じて、追加の修正タスクを提案してください。
## 進め方の手順
### レビュー対応提案
1. lookup-github-unresolved-review-comments スキルを用いて、Resolveしていないレビューコメントを確認する
- 新たなコメントが見つからなくなるまで繰り返し取得する
2. Resolveしていないレビューコメントの内容を理解する
3. 現状の差分と比較し、指摘が解消されているかを確認する。
4. 解消されていない指摘があれば、それを解決するための具体的な修正タスクを提案する。なければ完了
- ask-question skill を利用して、提案してください。
### CI 対応提案
1. gh pr checks コマンドなど用いて、実行した GitHub Actions の結果と詳細を確認する
- すべての実行結果及び、失敗しているすべての GitHub Actions の詳細ログを取得する
2. それらを解決するための具体的な修正タスクを提案する。なければ完了
- interactive-debug skill を参照し、修正アクションを提案してください。
- 修正タスク完了後に、修正されていることを確認するための手順も提案してください。
## ヒント
- ユーザーに質問や確認を行いたい場合は question tool を使用してください。
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Ultra-compressed commit message generator. Cuts noise from commit messages while preserving intent and reasoning. Conventional Commits format. Subject ≤50 chars, body only when "why" isn't obvious. Use when user says "write a commit", "commit message", "generate commit", "/commit", or invokes /caveman-commit. Auto-triggers when staging changes.