用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/MatrixFounder/Agentic-development --skill skill-self-improvement-verificator命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
Standards for code documentation, comments, and artifact updates.
Detailed checklist for verifying System Architecture and Data Models.
Structured checklist for code review: bugs, style, performance, security, docs.
| 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:
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:
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. |