ワンクリックで
skill-self-improvement-verificator
Meta-skill for verifying Framework Upgrades (Gemini Self-Improvement).
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Meta-skill for verifying Framework Upgrades (Gemini Self-Improvement).
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Use when decomposing tasks into parallel sub-tasks or spawning sub-agents. Vendor-agnostic core; load a per-vendor reference for concrete tool names, directory conventions, and invocation syntax.
Use when performing Verification-Driven Development with adversarial approach. Actively challenge assumptions and find weak spots.
Use when performing VDD adversarial review with an opt-in sarcastic, provocative delivery style — a stylistic skin over vdd-adversarial mechanics (exhaustive reporting + objective bar).
Performance critic in adversarial style (optional sarcastic skin). Part of VDD Multi-Adversarial pipeline.
Use when performing OWASP security critique in adversarial style (optional sarcastic skin). Part of VDD Multi-Adversarial pipeline.
Use when performing security vulnerability assessment (OWASP, secrets, dependencies, IaC, LLM, API, MCP/agentic) or when "thinking like a hacker" to find exploits.
| name | skill-self-improvement-verificator |
| description | Meta-skill for verifying Framework Upgrades (Gemini Self-Improvement). |
| tier | 3 |
| version | 1 |
[!IMPORTANT] TIER 3 (Meta-Skill): Use ONLY when creating or modifying
System/Agents,System/Docs, orGEMINI.md.
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).
This skill operates in two distinct modes depending on the current Stage.
Trigger: When docs/TASK.md proposes a Framework Upgrade.
Action: Verify the Specification.
Checklist:
skill-core-principles (Stub-First, Atomicity)?TIER 0 skills?System/Docs/ to reflect changes?Trigger: When docs/PLAN.md details the implementation steps.
Action: Verify the Execution Plan.
Checklist:
pytest or validation_scripts?cp GEMINI.md GEMINI.bak)?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)
If ANY of the following are found, STOP and return a CRITICAL failure:
skill-core-principles or skill-safe-commands from any Agent.GEMINI.md without a corresponding update to System/Docs.GEMINI.md.The output of this skill is a Critique Artifact:
docs/reviews/framework-audit-[ID].mdassets/audit_template.mdexamples/audit_examples.md (See Good/Bad patterns)In rare cases (e.g., hotfixes, core refactoring), checks may be bypassed. REQUIREMENT: ANY bypass must be explicitly justified in the Audit Artifact.
| Flag | Effect | Use Case |
|---|---|---|
[BYPASS_TIER_PROTECTION] | Allows modifying TIER 0 skills (Core Principles). | Upgrading the Core Framework. |
[BYPASS_DOCS_CHECK] | Skips documentation verification. | Emergency Hotfixes. |
[OVERRIDE_VERIFICATION] | Force-Approves the Audit despite failures. | False positives or manual override. |