一键导入
aiws-sdd-audit-stack
Audit the tech stack against the profile's catalogue (TECH-A-* / TECH-B-*). Trigger: stack review.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Audit the tech stack against the profile's catalogue (TECH-A-* / TECH-B-*). Trigger: stack review.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Produce a prioritized, read-only audit of the workspace's health and coherence (code, docs, integrity, standards) as a dated report. Use periodically or after big changes to surface what to improve. Read-only — it reports and recommends, never fixes.
Configure or re-configure this AI workspace: analyze an existing repo (or set up a new one) and propose a workspace.config.yaml + skill set. Trigger: when the user wants to set up, configure, or re-detect the workspace.
Assess feasibility and security of version bumps/migrations before touching anything. Trigger: when asked to update dependencies, migrate, or resolve version conflicts.
Keep the living docs (project status) current so the AI always has fresh project context. Trigger: after finishing a task or when project state changed.
Implement the tasks in order, keeping the code aligned with the spec and design, checking each off as it lands. Use to execute an agreed plan — if reality diverges from the spec, stop and update the spec first.
Fold a verified change's delta into the stable specs and move its folder to the archive. Use only after verify passes: ADDED requirements are appended, MODIFIED replace, REMOVED delete; then the change is archived with its full history.
| name | aiws-sdd-audit-stack |
| description | Audit the tech stack against the profile's catalogue (TECH-A-* / TECH-B-*). Trigger: stack review. |
| license | Apache-2.0 |
| metadata | {"author":"ai-workspace","version":"1.0"} |
Verify the technology choices conform to the spec's profile. Cite findings by control ID. The full
TECH_STACK_A.md / TECH_STACK_B.md catalogues are an external reference (supply your own; not bundled
here) — load the one for the active profile.
uses_localstorage (TECH-B-016), uses_react (TECH-B-017), uses_npm_build (TECH-B-018),
runs_node_server (TECH-B-019/020, Fastify default, PM2). Each flag must match the spec frontmatter.A report confirming each dependency/version against the catalogue, flagging anything outside the profile.