with one click
architecture-guard
可验证的架构与模块化守卫技能。提供架构标准机械检测、方法论清单、代码冗余检测与报告导出。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
可验证的架构与模块化守卫技能。提供架构标准机械检测、方法论清单、代码冗余检测与报告导出。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
面向 agents 的执行日志技能。记录时间、用户原始 prompt、上下文摘要、文件改动、git 操作、模块化隔离与备份检查信息。
导出 VS Code GitHub Copilot Chat 会话并按天归档到 docs/copilotChatHistory。支持 chat.json、workspaceStorage/state.vscdb 与 chatSessions/*.jsonl。
Node.js 项目质量门禁技能。用于在本仓库中执行 Agent 与 RL 脚本的语法检查与可选 smoke 检查。
Python 前端开发总技能:模块化开发方法论 + UI 质量门禁(快照/交互/布局一致性)。
Python GUI 模块化开发方法论:可读、可测、可由 agent 精准修改。
Python GUI 质量门禁:结构快照 + 交互回放 + 布局一致性。
| name | architecture-guard |
| description | 可验证的架构与模块化守卫技能。提供架构标准机械检测、方法论清单、代码冗余检测与报告导出。 |
这个技能用于把“架构原则”转化为可执行、可复验的机械检测。 目标是让工程从“经验约束”升级为“规则约束 + 报告证据”。
docs/architecture/architecture_guard_report.md。默认规则文件:
./.agents/skills/architecture-guard/rules/architecture_rules.json
你可以在这里定义:
python3 .agents/skills/architecture-guard/scripts/architecture_guard.py check-modularity
python3 .agents/skills/architecture-guard/scripts/architecture_guard.py check-redundancy
python3 .agents/skills/architecture-guard/scripts/architecture_guard.py check-all
python3 .agents/skills/architecture-guard/scripts/architecture_guard.py check-all --strict
python3 .agents/skills/architecture-guard/scripts/architecture_guard.py report