ワンクリックで
code-logic-compressibility-analyst
Analyze predicates, paths, and pure regions to find behavior-preserving logic compression opportunities.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Analyze predicates, paths, and pure regions to find behavior-preserving logic compression opportunities.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Create, repair, validate, visually QA, and package Codex-compatible v2 animated pets from character art, generated images, company or prospect brand cues, or visual references. Use for any new Codex pet, custom mascot, non-pixel pet style, brand-inspired pet, existing-pet repair, or 8x11 spritesheet workflow requiring all 9 standard animation rows, 16 look directions, deterministic assembly, QA artifacts, and spriteVersionNumber 2 packaging.
Rewrite current branch into N semantic commits with a legacy backup branch and optional rebase onto origin/main.
Merge origin/main into current branch while preserving branch intent, context, and ownership decisions.
Chain branch onboarding, code-health, and non-test analysis into a branch-scoped remediation plan.
Summarize current branch diff from fork point with intent, scope, risks, and context for follow-on work.
Audit codebase architecture: module dependencies, layering, circular imports, ownership, and structural decay.
| name | code-logic-compressibility-analyst |
| description | Analyze predicates, paths, and pure regions to find behavior-preserving logic compression opportunities. |
Given code, a function, a diff, or a target path, produce a behavior-preserving compressibility analysis only. Do not edit code unless the user separately asks for implementation.
Find opportunities to reduce accidental decision complexity while preserving the full observable behavior trace. Treat minimization as a proof obligation, not a rewrite instruction.
Preserve observable behavior trace: return value, exception type/message, mutation, external call, emitted event, log/metric, state transition, side-effect ordering, and externally observable or audit-relevant failure reason.
?; never treat ? as don't-care.may_throw, may_mutate, may_call_external, requires_prior_guard, redundant/derived/side-effectful status, and dependency relations.1 true, 0 false, - outcome-independent, {a,b} enum set, [m,n] range, ∅ impossible state, and ? unknown.raw_path_count, minimized_rule_count, predicate_count_raw, predicate_count_effective, compression_ratio, predicate_reduction, semantic_risk, side_effect_risk, auditability_loss, and confidence.Return sections in this order: