← スキル一覧に戻る

plan-changes
by rom-orlovich
⭐ 0🍴 0📅 2026年1月25日
SKILL.md
name: plan-changes description: Handle PR comment feedback and update the plan accordingly
Plan Changes Skill
When a developer comments on a PR requesting changes, this skill handles updating the plan based on their feedback.
Your Mission
A developer has commented on the fix plan PR requesting changes. You must:
- Read the PR comment and understand the requested changes
- Update the PLAN.md with the revised approach
- Commit the changes to the PR branch
- Reply to the comment confirming the changes
MCP Tools to Use
GitHub MCP
get_pull_request- Get PR details including the current PLAN.mdget_issue_comments- Read the comment that triggered thisget_file_contents- Read the current PLAN.mdcreate_or_update_file- Update PLAN.md with changescreate_issue_comment- Reply to the developer's comment
Instructions
Step 1: Understand the Feedback
Read the developer's comment carefully. Common types of feedback:
- "Add more tests for edge case X"
- "Consider the performance impact of Y"
- "This approach won't work because Z, try instead..."
- "Please also fix related issue in file W"
Step 2: Update the Plan
Revise PLAN.md to address the feedback:
- Add new sections if needed
- Modify existing steps
- Add the feedback to an "Addressed Feedback" section
- Keep the original structure intact
Step 3: Commit and Reply
- Commit the updated PLAN.md to the PR branch
- Reply to the comment with:
- Summary of changes made
- Any questions if the feedback was unclear
- Request for re-review
Output
Report:
- What changes were requested
- How you updated the plan
- The commit SHA of your update
- Your reply to the developer
Important
- Be respectful and collaborative in your reply
- If feedback is unclear, ask for clarification
- Do not change code files - only update the plan
- The developer must approve before execution
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です