KS
Killer-Skills

fix-plan — Categories.community

v1.0.0
GitHub

About this Skill

Ideal for Code Review Agents requiring automated fix planning and Markdown report generation. A simple shell written in Rust

shu-kitamura shu-kitamura
[0]
[0]
Updated: 3/5/2026

Quality Score

Top 5%
46
Excellent
Based on code quality & docs
Installation
SYS Universal Install (Auto-Detect)
Cursor IDE Windsurf IDE VS Code IDE
> npx killer-skills add shu-kitamura/turtle-shell

Agent Capability Analysis

The fix-plan MCP Server by shu-kitamura is an open-source Categories.community integration for Claude and other AI agents, enabling seamless task automation and capability expansion.

Ideal Agent Persona

Ideal for Code Review Agents requiring automated fix planning and Markdown report generation.

Core Value

Empowers agents to extract findings from REVIEW.md files, prioritize fixes by severity and dependency, and generate actionable FIX-PLAN.md reports using Rust-written shell scripts, supporting Must, Should, and May severity levels.

Capabilities Granted for fix-plan MCP Server

Automating code review fix planning
Generating prioritized fix reports
Streamlining code maintenance workflows

! Prerequisites & Limits

  • Requires REVIEW.md file presence
  • Rust shell script compatibility needed
  • Overwrites FIX-PLAN.md unless append mode specified
Project
SKILL.md
1.0 KB
.cursorrules
1.2 KB
package.json
240 B
Ready
UTF-8

# Tags

[No tags]
SKILL.md
Readonly

Fix Plan

Workflow

  1. Read .skill-output/REVIEW.md. If missing or empty, ask the user for the review results or request that code review be run first.
  2. Extract each finding and keep its severity (Must/Should/May), location, and suggested fix.
  3. Convert findings into an actionable plan ordered by severity and dependency (Must -> Should -> May).
  4. 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.

markdown
1# 修正計画 2 3## 目的 4- ... 5 6## 優先順位と対応方針 7- Must を最優先で修正し、次に Should、最後に May を対応する 8- ... 9 10## 作業ステップ 111. ... 12 - 対象: `path/to/file` 13 - 対応: ... 142. ... 15 16## 完了条件 17- ...

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.

Related Skills

Looking for an alternative to fix-plan or building a Categories.community AI Agent? Explore these related open-source MCP Servers.

View All

widget-generator

Logo of f
f

widget-generator is an open-source AI agent skill for creating widget plugins that are injected into prompt feeds on prompts.chat. It supports two rendering modes: standard prompt widgets using default PromptCard styling and custom render widgets built as full React components.

149.6k
0
Design

chat-sdk

Logo of lobehub
lobehub

chat-sdk is a unified TypeScript SDK for building chat bots across multiple platforms, providing a single interface for deploying bot logic.

73.0k
0
Communication

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication