← スキル一覧に戻る

fix-plan
by shu-kitamura
A simple shell written in Rust
⭐ 0🍴 0📅 2026年1月20日
SKILL.md
name: fix-plan description: Create a remediation/fix plan from code review findings in REVIEW.md (especially outputs from the code-review skill).
Fix Plan
Workflow
- Read
.skill-output/REVIEW.md. If missing or empty, ask the user for the review results or request that code review be run first. - Extract each finding and keep its severity (
Must/Should/May), location, and suggested fix. - Convert findings into an actionable plan ordered by severity and dependency (Must -> Should -> May).
- Write the plan to
.skill-output/FIX-PLAN.md(or the path specified by the user). Overwrite the file unless the user asks to append.
Output Format
Use Japanese headings and concise bullets. Keep steps actionable and include target files.
# 修正計画
## 目的
- ...
## 優先順位と対応方針
- Must を最優先で修正し、次に Should、最後に May を対応する
- ...
## 作業ステップ
1. ...
- 対象: `path/to/file`
- 対応: ...
2. ...
## 完了条件
- ...
Notes
- If tests are mentioned in the review, add a step for test additions and specify where.
- Keep the plan aligned with the review wording; do not invent new issues.
スコア
総合スコア
60/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です