skill-refactor
スキルリファクタースキル
既存スキルをベストプラクティスに沿ってリファクタリングするスキルです。
When to Use
- 「/skill-refactor」と指示された時
- 既存スキルを3層構成に再構成したい時
- スキルの品質を向上させたい時
- 「スキルをリファクタして」と言われた時
実行フロー概要
Phase 1: 分析 → prompts/01-analyze.md
↓
Phase 2: 計画 → prompts/02-plan.md
↓
Phase 3: 実行 → prompts/03-refactor.md
More from tezuka-akihiro/claudemix
code-reviewer
Reviews code for ClaudeMix project, verifying adherence to 3-layer architecture, TDD principles, and coding standards. Generates detailed review reports with scoring and improvement recommendations.
14izanami-product-writer
Izanamiプラットフォーム向けのプロダクト紹介記事を生成する。project-spec.yamlなどのSSoTから情報を収集し、5パート構成(概要・主要機能・料金プラン・始め方・FAQ)のテンプレートに基づいて記事を生成・統合する。Use when generating Izanami product introduction articles for ClaudeMix.
14debugger
Diagnose runtime errors, test failures, and unexpected behavior. Use when encountering errors, test failures, build issues, or performance problems. Provides root cause analysis and fix proposals.
13ssot-refactor
Spec Loaderシステムが正しく使われているかをチェックし、未導入のファイルをリファクタリングする。実装でloadSpecを使っていないファイル、テストでtests/utils/loadSpecを使っていないファイルを検出し、spec loader経由に修正する。
13architecture-guardian
Design architecture proposals and detect violations for ClaudeMix project. Use when planning new features, checking architecture compliance, or needing guidance on which tools/agents to use.
12valibot-schema-generator
Generate type-safe Valibot validation schemas from YAML spec files when user requests schema generation, form validation setup, or after section-spec.yaml creation. Automatically creates .server.ts files with InferOutput types for React Router forms.
12