用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/drmoisan/TaskMaster --skill architecture-boundaries命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Final QA gate for C# changes. Executes the full CSharpier -> .NET Analyzers -> Nullable Analysis -> MSTest toolchain, compares against a captured baseline, enforces zero-regression deltas, and produces the required reporting block before the agent declares the change complete.
Admit one new item into a running parallel run — preparation via a preparation-mode child orchestrator run, conflict-edge computation against all items including in-flight ones, and the admission decision that either places the item in the current cohort or defers it and recolors the unstarted subgraph. Appends exactly one mutations[] entry. In-flight items are never moved.
Execute a prepared parallel run for the parallel-orchestrator agent — cohort scheduling under a max_concurrency cap, per-item fan-out onto isolated worktrees branched from origin/main, per-item merge to main after durably confirming CI green, worktree cleanup, and the generated parallel-status.md projection. There is no integration branch and no final integration pull request.
正在显示 SKILL.md
基于 SOC 职业分类
| name | architecture-boundaries |
| description | Architecture boundary enforcement rules for the No-COM architecture. |
Source: legacy Claude rule architecture-boundaries.
Architecture boundary enforcement is a uniform gate across all tiers (T1–T4). Violations block PRs.
dependency-cruiser. Configuration file pattern: .dependency-cruiser.cjs.NetArchTest.Rules. Test project naming pattern: *.ArchitectureTests.Production code in this repository must satisfy each of the following assertions. Each assertion is enforced by dependency-cruiser (TypeScript) or NetArchTest.Rules (.NET) where applicable; legacy import utilities, when added, must satisfy the same assertions.
Microsoft.Office.Tools.*).Microsoft.Office.Interop.Outlook).[ComVisible(true)] attribute is banned in production code).src/taskpane/ and src/commands/ must not import from backend internals.TaskMaster.Domain must have zero references to Outlook PIA, VSTO, or Office.js types.TaskMaster.Application may depend on TaskMaster.Domain only.TaskMaster.Domain and TaskMaster.Application; domain may not depend on adapters.Violations of any rule above are PR-blocking findings. CI runs the architecture-boundary stage on every PR; a non-zero violation count fails the stage and prevents merge.