delivery-readiness-audit
SolidSpot-check AC internal consistency and scan for pending revisions on delivery-ready stories. Activated by `/gaai-status --audit` as Section 5. Complements the standard status checks with depth checks that standard status skips for speed.
Install
Quality Score: 82/100
Skill Content
Details
- Author
- Fr-e-d
- Repository
- Fr-e-d/GAAI-framework
- Created
- 7 months ago
- Last Updated
- today
- Language
- Shell
- License
- NOASSERTION
Similar Skills
Semantically similar based on skill content — not just same category
readiness-audit
Audit a surface against a checklist to answer 'is it clean/legal/consistent to ship for THIS event?' — the recurring sibling of /foundational-review. Parallel exploration per surface, controller re-verification of every load-bearing claim, then tiered evidence-celled findings and a phased remediation plan (findings triage to phases, NOT a shipping list). Read-only probes only. No irreversible-decision anchor required (contrast /foundational-review). Triggers: '/readiness-audit <scope-root> --for "<event>"', '/audit-ready', 'readiness audit', 'release-readiness audit', 'is this ready to ship/publish/hand over', 'public-release audit'. (Code port — ADR-094.)
release-audit
Release & supply-chain readiness audit: gathers evidence from real workflows, manifests, and repo settings, compares against a gold-standard reference stack, has an adversarial subagent try to refute the draft, and returns a prioritized action plan (P1–P3) whose fixes are delegated to the sibling setup skills. Use when asked to audit release automation, publishing security, CI or supply-chain maturity, or whether a repo is ready to release. For a whole-repo health check (docs, tests, code quality) use maturity-analysis instead.
pm-ai-ship-audit
AI 生成代码的上线前审计技能(vibe-coded app 交付审计)。两个方法 + 五条流程: 「文档基线」(架构、用户与权限流、权限矩阵、变量与密钥、测试覆盖地图,外加邮件/定时任务/SEO/内嵌 Agent 四个条件文档)、 「意图 vs 实现」(找文档写了但代码没做到的差距——通用扫描器发现不了的那一类 bug); 流程含反向补文档、推导测试覆盖、静态安全审计、静态性能审计(专抓 N+1 与请求瀑布)、上线检查总装。 能力:(1) 给 AI 写出来的代码补齐可评审的文档基线 (2) 交叉核对文档意图与代码实现的差距 (3) 出带证据行(file:line + 原文片段)且经过自我反驳的审计报告。 触发词:「上线前检查」「AI 代码审计」「vibe coding 检查」「代码和文档对不上」「权限有没有漏」 「安全审计」「性能审计」「N+1」「请求瀑布」「补系统文档」「测试覆盖地图」「ship check」, 或者用户说「这个项目是 AI 写的,能上线吗」时。 不适用:常规代码评审 → /code-review(Claude Code 内置,Codex/Cursor 无此技能);架构与详细设计文档 → hld-design / lld-design; 测试用例设计 → pm-test-cases;系统性排障 → systematic-debugging。 参考文档为英文原文,产出语言跟随用户提问语言。