cs-audit

安装量: 974
排名: #10615

安装

npx skills add https://github.com/codestable/codestable --skill cs-audit

cs-audit 启动必读 动作前先跑 CodeStable preflight:读 .codestable/attention.md (缺失先 cs-onboard );不要用 AGENTS.md / CLAUDE.md 等外部入口代替它;细则见 .codestable/reference/execution-conventions.md 。 cs-issue 等你报 bug, cs-refactor 等你指优化点, cs-keep 等你说"这事记一下"——但"我也不知道哪有问题,你先扫一遍看看"这个诉求没人接。 cs-audit 补上这块: 在用户限定的范围内主动扫描,产出一份按严重度 × 性质交叉分类的发现清单 。 本技能只发现、不定修。修是 cs-issue / cs-refactor 的事。 cs-audit 是仓库级只读投查 driver(单一职责,非 stage 编排型 workflow);下方

Spec

是前门契约,正文「## 工作流」的 Phase 1-4、维度矩阵与守护规则是方法论主体。 Spec csAudit :: AuditRequest -> AuditOutcome csAudit req | attentionMissing req = NeedsHuman "route to cs-onboard" | otherwise = either Blocked ( \ s -> selectAuditStep s req ) ( applyAuditResume req . resumeInput ( restoreAuditState req . repoFacts ) ) Show more Installs 76 Repository codestable/codestable GitHub Stars 1.1K First Seen Jul 14, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Fail

返回排行榜