ワンクリックで
refactor
Improve structure, readability, modularity, and maintainability without changing behavior, while preserving safety with tests.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Improve structure, readability, modularity, and maintainability without changing behavior, while preserving safety with tests.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Design and scaffold APIs with contracts, validation, error handling, tests, documentation, and consumer impact awareness.
Diagnose bugs systematically by reproducing, isolating, explaining root cause, implementing the smallest safe fix, and adding regression protection.
Create or update project documentation, setup guides, architecture notes, CLAUDE.md, runbooks, and developer-facing references.
Find and fix performance bottlenecks across frontend, backend, database, and test suites using evidence-first analysis.
Perform senior-level code review for correctness, edge cases, security, performance, typing, maintainability, architecture fit, and missing tests.
Audit code and workflows for practical security issues including auth flaws, injection risk, insecure defaults, data exposure, and secrets handling.
| name | refactor |
| description | Improve structure, readability, modularity, and maintainability without changing behavior, while preserving safety with tests. |
Use this to clean up code, reduce duplication, split modules, simplify abstractions, and improve architecture incrementally.