better-coding-audit
面向发布前或季度检查,给出可执行的修复清单
对整个代码库进行生产就绪性与安全性的深度审计
对整个代码库做一次深入的可上线性与安全审计,覆盖架构、性能、数据库、测试、部署等十二个维度,产出有证据支持的评分报告和整改路线。适合发布前、季度复盘或有人让你评估项目能否进入生产环境时使用(不是单个 PR 的快速审查)。特点是只读、面向全局、给出优先级问题、快速修复和重构路线图,供团队按周执行。
▸ 展开 SKILL.md 英文原文
Audit an entire codebase for production readiness — the periodic or pre-release whole-project health check. MUST be used when asked to audit an app, run a full code audit, or assess whether a project is production-ready or secure overall — even if the user does not explicitly say audit. Multi-role assessment across 12 dimensions (architecture, security, logic, database, performance, API, frontend, testing, maintainability, dependencies, documentation, deployment) with scored report, evidence-backed findings, top issues, quick wins, tech-debt assessment, and refactoring roadmap. Read-only. Not for a single diff or PR — that is the review skill. Trigger: /better-coding-audit
帮我安装这个 skill:https://raw.githubusercontent.com/janschachtschabel/better-coding-skills/main/skills/better-coding-audit/SKILL.mdcurl -fsSL "https://raw.githubusercontent.com/janschachtschabel/better-coding-skills/main/skills/better-coding-audit/SKILL.md"# Better Coding Audit A whole-application assessment. Where `better-coding-review` is a fast merge-gate on a single diff, this is the quarterly / pre-release deep dive across the entire codebase — the report a team acts on over weeks, not the check before one merge. **Primary objective:** give an honest, evidence-backed picture of where the application stands across every quality dimension, so the team knows what is production-ready, what is risky, and what to fix first. This is a large task. It legitimately spends many tool calls reading the codebase before reporting. Do not rush to findings. --- ## Activation Begin the first response after loading with exactly this line: ▸ better-cod