在本地审查应用上线准备度,快速发现生产环境风险与薄弱环节。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "production-audit" 技能: 1. 下载 https://raw.githubusercontent.com/affaan-m/ECC/main/skills/production-audit/SKILL.md 2. 保存为 ~/.claude/skills/production-audit/SKILL.md 3. 装好后重载技能,告诉我可以用了
请根据当前项目代码与配置,做一次生产上线准备度审计,重点检查环境变量、日志、错误处理、监控、健康检查、缓存、数据库迁移和回滚方案,并按高/中/低风险输出问题清单。
一份按风险等级分类的上线审计报告,包含问题说明、影响范围与修复建议。
针对这次合并后的改动,分析哪些地方在生产环境最容易出问题,尤其关注配置漂移、依赖升级、副作用、并发、超时和权限变更,并列出需要补充验证的检查项。
一份面向生产风险的变更分析,列出潜在故障点、触发条件和建议验证步骤。
从“哪些地方会在生产环境先坏掉”的角度审查这个应用,结合启动流程、外部依赖、队列任务、资源限制和异常恢复机制,给出最脆弱的模块排序及原因。
一个按脆弱性排序的模块清单,附带故障原因、影响分析和加固建议。
Use this skill when the user asks whether an application is ready to ship, what could break in production, or what must be fixed before a launch. This is a maintainer-safe rewrite of the stale community production-audit idea: it keeps the useful production-readiness lens and removes unpinned external execution and third-party data sharing.
security-review first.Build the audit from local and user-authorized evidence. Do not run unpinned remote code, upload repository contents to third-party services, or call external scanners unless the user explicitly approves that specific tool and data flow.
Use this order:
Start with cheap, local signals:
git status --short --branch
git log --oneline --decorate -20
git diff --stat origin/main...HEAD
Then inspect the project-specific surface:
If a deployed URL is in scope, use browser or HTTP checks only against that URL and avoid credentialed actions unless the user supplies a safe test account.
…
帮助开发者为代码代理配置性能优化、安全防护与研究优先工作流。
提供数据库迁移、回滚与零停机发布的最佳实践指导,适用于多种 ORM 与 SQL 数据库。
通过双评审智能体对结果进行对抗式校验,提升输出发布前的可靠性
帮助你掌握地道 Rust 模式、所有权与并发实践,编写安全高性能应用。
基于 C++ Core Guidelines 编写、审查并重构更安全现代的 C++ 代码。
为 Claude Code 会话提供系统化校验流程,帮助检查结果正确性与质量。
审查生产环境配置、发布流程与风险点,输出问题清单与改进建议。
为 AI 构建的应用执行只读上线检查,给出就绪评分与修复建议
对本地或PR分支执行结构化代码审查,帮助提交或发布前发现问题。
审查 Convex 读写与订阅性能瓶颈,定位慢功能与并发冲突问题。
用于审计 ECC Tools 的成本与计费异常,快速定位滥用、泄漏与重复任务来源。
审查设计稿或页面的无障碍性,识别并说明 WCAG 2.1 AA 合规问题。