بنقرة واحدة
simplify
Bounded simplification pass for a file or hunk that preserves behavior while reducing complexity.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Bounded simplification pass for a file or hunk that preserves behavior while reducing complexity.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
| name | Simplify |
| description | Bounded simplification pass for a file or hunk that preserves behavior while reducing complexity. |
| requires | {"bins":[],"env":[]} |
Simplify code in a bounded, evidence-driven way: smaller, clearer, and easier to maintain while preserving behavior unless the user explicitly asks otherwise.
target (required): file path or hunk identifier to simplify.scope (optional): file or hunk (default file).max_passes (optional): default 2, clamp to [1, 4].preserve_behavior (optional): default true.focus (optional): subset of
reuse, dead_code, redundant_guards, naming, duplication, efficiency.targetscope=hunkmax_passespreserve_behavior=truefocusscope=file, max_passes=2, preserve_behavior=truetarget is still missing, ask for one concrete file or hunk.1..max_passes)
preserve_behavior=true, avoid interface/semantic changes.status=already_simple), orstatus=simplified), orstatus=needs_user_input), orstatus=max_passes_reached).Always return:
status: simplified | already_simple | needs_user_input | max_passes_reachedpasses_run: number of simplify passes executedtarget: normalized file/hunk targetfocus_used: normalized focus dimensionschanges: concise bullet list of concrete simplificationsbehavior_safety: why behavior is preserved (or what approval is needed)verification: checks run + outcomesnext_action: required unless status=simplified or already_simpletarget="crates/core/src/agent/mod.rs" max_passes=2 focus="dead_code,redundant_guards"target="src/main.rs#L120" scope="hunk" preserve_behavior=truetarget="diff:latest" focus="reuse,duplication,naming" max_passes=3Bounded auto-iteration for a prompt with explicit stop predicates.
Memory hygiene workflow to classify, deduplicate, and promote durable knowledge across local memory layers.
Turn a repeatable workflow into a reusable local SKILL.md with explicit steps, criteria, and safe defaults.
Bounded auto-debug loop for failing build/test commands with evidence-first diagnosis.
Safely update Nexo config files with read-before-write merges, schema-aware mapping, and reload/restart awareness.
Bounded acceptance verification that runs concrete checks and an explicit LLM judge over evidence.