ワンクリックで
code-quality
Code-quality review that MUST assess five quality axes and SHOULD apply the ReAct checklist with prioritized fixes.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Code-quality review that MUST assess five quality axes and SHOULD apply the ReAct checklist with prioritized fixes.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Multi-phase delivery framework that MUST preserve session continuity and SHOULD support SHA-based rollback.
Debugging workflow that MUST reproduce, investigate, fix, and verify unexpected behavior.
Cleanup pass that MUST remove filler and SHOULD tighten code, docs, and Markdown.
Hardens code against vulnerabilities. Use when handling user input, authentication, data storage, or external integrations. Use when building any feature that accepts untrusted data, manages user sessions, or interacts with third-party services.
Refinement pass that MUST preserve behavior and SHOULD make recent changes clearer and more consistent.
| name | code-quality |
| description | Code-quality review that MUST assess five quality axes and SHOULD apply the ReAct checklist with prioritized fixes. |
This skill MUST assess code across correctness, readability, architecture, security, and performance, and it SHOULD approve changes only when they clearly improve the codebase. Judge the real maintenance cost of the change, not theoretical perfection.
Review these five axes:
Only Critical and High issues block approval.
Separate refactoring from feature work when possible.
Run the relevant checks before reporting:
Mark unavailable checks as N/A.
Treat AI-generated code as untrusted until verified; check edge cases, tests, and hidden assumptions carefully.
Follow the ReAct framework above.