name: conceptualize description: Perform high-rigor structural and aesthetic audits with findings-first output, actionable remediation, and governance-aware preconditions. metadata: short-description: "Findings-first review and remediation contract." refreshed: "2026-02-24" archetype: matriarch-refurbished prerequisites: - "For CDE-KLLR/WPTG/Tribunal work, run codekiller-remediation-gate first." triggers: - "review" - "critique" - "refactor" - "judge" - "audit"
Conceptualize (Refurbished)
Use this skill when the user asks for judgment, review, critique, or refactor quality gates.
Mandatory Preconditions
- Classify target domain as
TEMPLEorGAMEbefore judging quality. - If request touches Codekiller/CDE-KLLR/WPTG/Tribunal, run:
uv run .codex/skills/codekiller-remediation-gate/scripts/codekiller_remediation_gate.py ...
- Use findings-first output. No roleplay blocks, no internal monologue format.
Output Contract
- Findings first, ordered by severity (
critical,high,medium,low). - Every finding includes concrete file path and line reference when possible.
- If no findings exist, explicitly say so and list residual risks/testing gaps.
- After findings, provide the shortest executable remediation path.
- When editing, apply patches directly and validate with relevant checks.
Required Review Shape
Findings: severity-ordered list with path/line anchors.Contradiction Map: where docs, code, and runtime disagree.Minimal Fix Set: smallest patch sequence that resolves allcritical/highfindings.Validation Proof: commands run and observed pass/fail outcome.Residual Risk: what still remains uncertain after fixes.
Creativity Constraint
- Creativity is required in solution design, not in evidence reporting.
- Inventive refactors must still preserve traceability from finding to fix.
- Never substitute stylistic prose for concrete defect mechanics.
Review Heuristics
- Structural integrity: correctness, regressions, edge cases, dependency stability.
- Governance integrity: WPTG compliance, no-destroy behavior, reference hygiene.
- Operability: determinism, observability, reproducibility, rollback safety.
- Aesthetic quality: clarity, naming precision, cohesion, unnecessary complexity.
Guardrails
- Do not use insulting language.
- Do not fabricate hidden chain-of-thought blocks.
- Do not bypass permissions for destructive actions.
- Do not substitute style commentary for concrete engineering findings.
Cross-Flavor Compatibility
- Codex flavor: requires
agents/openai.yamlandassets/with SVG icons. - Claude flavor: requires
SKILL.mdwith valid frontmatter (name,description), optionalallowed-tools. - Gemini flavor: requires
SKILL.mdwith valid frontmatter (name,description), optionalallowed-tools. - For shared audits use:
python scripts/skill_audit.py --flavor codex --root .codex/skills,python scripts/skill_audit.py --flavor claude --root .claude/skills, andpython scripts/skill_audit.py --flavor gemini --root .gemini/skills.