在本地审查应用上线准备度,快速发现生产环境风险与薄弱环节。
复制安装指令,让 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.
…
帮助开发者掌握地道 Rust 模式、所有权、并发与错误处理实践
将本地 Hermes 工作流清理并转换为可公开复用的 ECC 技能与发布产物。
帮助你在 React/Next.js 中实现高级动效、手势交互与动画编排。
为生产环境操作和自主代理执行提供破坏性行为防护与风险拦截。
帮助用户检索 PubMed 生物医学文献、MeSH 主题词与 PMID 引文信息。
帮助你从间距、字体、阴影与交互细节入手,系统提升界面精致感。
对本地或PR分支执行结构化代码审查,帮助提交或发布前发现问题。
帮助检查应用是否具备上线生产环境所需的安全、可靠性与性能准备度。
帮助团队用52项检查评估应用的安全性、可靠性与性能上线准备度
审查 Convex 读写与订阅性能瓶颈,定位慢功能与并发冲突问题。
审查客服回复草稿是否遗漏应披露的政策说明,并给出补漏建议。
在本地私密审计代码库,利用大模型发现安全漏洞与配置风险。