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.