Standardmäßig ist der Prompt ausgewählt, der zuerst die Quelle prüft. Sie können zu einem direkten Befehl wechseln oder eine lokale Kopie herunterladen.
Quelldateien prüfen
Lesen Sie SKILL.md und alle von SkillsMP angezeigten Begleitdateien, bevor Sie sich für eine Installation entscheiden.
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Ein direkter Befehl überspringt den Prüf-Prompt. Prüfen Sie die Quelle, bevor Sie ihn ausführen.
Meta-skill for verifying Framework Upgrades (Gemini Self-Improvement).
tier
3
version
1
Skill: Self-Improvement Verificator
[!IMPORTANT]
TIER 3 (Meta-Skill): Use ONLY when creating or modifying System/Agents, System/Docs, or GEMINI.md.
1. Purpose
This skill acts as a Guardian for the Framework itself. Before any changes are applied to the "Brain" of the IDE (Prompts, Skills, Docs), this skill verifies that the proposed changes are safe, consistent, and do not break the "Constitutional" rules (Tier 0 skills).
2. Modes
This skill operates in two distinct modes depending on the current Stage.
Mode A: SPECIFICATION AUDIT (Analysis Phase)
Trigger: When docs/TASK.md proposes a Framework Upgrade.
Action: Verify the Specification.
Checklist:
Root Integrity: Does the update respect core-principles (Stub-First, Atomicity)?
Skill Compatibility: Do new Agents/Prompts explicitly load TIER 0 skills?
Documentation: Does the task include updating System/Docs/ to reflect changes?
Migration: Does the task describe how to migrate existing sessions (if applicable)?
Mode B: PLAN AUDIT (Planning Phase)
Trigger: When docs/PLAN.md details the implementation steps.
Action: Verify the Execution Plan.
Checklist:
Verification Step: Is there an explicit step to run pytest or validation_scripts?
Rollback: Is there a backup step (e.g., cp GEMINI.md GEMINI.bak)?
Atomic Updates: Are changes broken down into safe, verifiable chunks?
Test Coverage: Does the plan include adding/updating tests for new framework features?
3. Usage (Workflow Integration)
This skill is primarily called by the /framework-upgrade workflow.
# Example Usage in Workflow- Validator: `spec-validator` (Standard)
-**Meta-Validator**: `skill-self-improvement-verificator` (Framework Safety)
4. Failure Conditions (Blocking)
If ANY of the following are found, STOP and return a CRITICAL failure:
Removing core-principles or skill-safe-commands from any Agent.
Modifying GEMINI.md without a corresponding update to System/Docs.
Creating a new Workflow without defining its Trigger in GEMINI.md.