원클릭으로
test-overview-style
Write brief test overviews when adding or editing tests. Use when working on test files.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Write brief test overviews when adding or editing tests. Use when working on test files.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Review recent implementation for bug risk, dead code, missing tests, and error-handling gaps. Use only when the user explicitly invokes this skill (e.g. /impl-code-check).
Writes interim/progress text (narration, tool-call descriptions, todos) in terse English; final answer stays in the user's configured language. Use only when explicitly invoked.
Adds a short instruction to use the AskQuestion tool for questions. Use only when explicitly invoked.
Add an entry to CHANGELOG.md after implementing a feature, fix, or other notable change in this repo. Use when the user asks to update the changelog, or right after finishing a code change that should be logged.
Generate and edit images with OpenAI GPT Image 2 (ChatGPT Images 2.0) on RunComfy. Documents GPT Image 2's strengths (embedded text, logos, multilingual typography, instruction precision), its 3 fixed sizes, edit-with-preservation language, and when to route to a sibling (Flux 2 / Nano Banana Pro / Seedream) instead. Calls `runcomfy run openai/gpt-image-2/text-to-image` or `/edit` through the local RunComfy CLI. Triggers on "gpt image 2", "gpt-image-2", "ChatGPT Images 2", "image 2", or any explicit ask to generate or edit with this model.
Reads a specified DESIGN.md and syncs its color tokens into shadcn/ui CSS variables (:root and .dark) in globals.css or index.css, including semantic extensions success, warning, and info. Use when applying DESIGN.md to shadcn theme variables, syncing design tokens to CSS, or mapping semantic colors (background, foreground, primary, destructive, border, input, success, warning, info).
| name | test-overview-style |
| description | Write brief test overviews when adding or editing tests. Use when working on test files. |
テスト作成・変更時は、何を・どの条件で検証するかの概要を書く。
describe / TestXxx): グループの意図(1 文)it / t.Run など): シナリオ名は必須。テストの概要はここに書く