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.