mergegate/.claude/prompts/refactor.md
Shunsuke Hayashi 00d5d4d4e9 chore: Initialize Miyabi project with full planning
- Add .claude/ configuration (agents, commands, prompts, templates)
- Add comprehensive documentation:
  - WBS.md - Work Breakdown Structure
  - SPRINT_PLANNING.md - 4-sprint detailed plan
  - OPERATION_PLAN.md - Execution procedures
  - PRODUCT_SPEC.md - Product requirements
  - PREPARATION_OPS.md - Pre-sprint checklist
- Add PlantUML diagrams (wbs-diagram, gantt-chart)
- Configure Miyabi (.miyabi.yml)
- Set up Rust workspace structure

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-22 17:45:08 +09:00

22 lines
480 B
Markdown

# Refactoring Prompt
対象コードをリファクタリングしてください。
## 方針
1. **可読性向上** - 命名、構造の改善
2. **DRY原則** - 重複コードの排除
3. **SOLID原則** - 責務の分離
4. **パフォーマンス** - 不要な処理の削除
## 制約
- 既存の機能を維持
- テストが通ること
- 破壊的変更を避ける
## 出力
- 変更内容の説明
- 改善点のリスト
- 必要に応じてテストの追加