scope-check
Assess whether a proposed change fits the current work context or represents scope creep
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Assess whether a proposed change fits the current work context or represents scope creep
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Incrementally fix build errors with minimal diffs, one error at a time
Dispatch an independent Codex verification job for the current changes
Inspect all changed files, group by logical concern, and guide atomic per-concern commits
Launch parallel deep-dive agents to review completed work for quality, standards, and completeness
Regression-safe cleanup of AI-generated bloat in Lua code. Deletion-first, requires passing tests before starting
Create a GitHub issue for a feature, bug fix, or crash with structured sections
| name | scope-check |
| description | Assess whether a proposed change fits the current work context or represents scope creep |
| argument-hint | ["description of proposed change"] |
Evaluate whether the following proposed change aligns with the current work context.
$ARGUMENTSRead recent CHANGELOG entries — Check CHANGELOG.md for the last 2-3 dated sections to understand recent work themes.
Review recent commit history — Run git log --oneline -15 to see the pattern of recent work.
Check in-progress work — Run git diff --name-only and git diff --staged --name-only to see what is actively being modified.
Identify the current work theme — Based on the above, summarize:
Assess the proposed change:
Natural Extension (GREEN): The change...
Adjacent Work (YELLOW): The change...
Scope Creep (RED): The change...
Provide recommendation — GREEN/YELLOW/RED with reasoning. If YELLOW or RED, suggest:
This is a READ-ONLY assessment. Do not make any code changes.