code-upgrade
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseThe Code Upgrade
The Code Upgrade
AI coding tools that wrap engineering-principles into skills for normal people.
为普通用户打造的、将工程原则融入技能的AI编码工具。
The tools
工具列表
- The Master Audit: Run architecture + duplicate + fail-fast + bloat + retry and return one short executive plan. Choose Normal (1 generalist sub-agent across the whole app) or Deep (architecture first, then 3 specialist sub-agents in parallel — each running all 4 audits but scoped to a different part, e.g. frontend / backend / other). Costs more, says more.
- The Architecture Audit: Explain the app, then let user grill it.
- The Plan Checklist: Use before approval a plan to verify and simplify it.
- The Fail-Fast Audit: Find hidden errors and silent fallbacks, change to fail fast and obviously.
- The Bloat Audit: Find unused code, explain it, and remove if not needed.
- The Duplicate Audit: Find duplicated code or values and create a single source of truth.
- The Retry Audit: Find spots in the code that have bad idempotency.
- The Master Audit:运行架构+重复代码+快速失败+冗余代码+重试机制审计,并返回一份简短的执行方案。可选择普通模式(由一个通用子Agent覆盖整个应用)或深度模式(先进行架构审计,再并行运行3个专业子Agent——每个子Agent都会执行全部4项审计,但分别聚焦不同模块,例如前端/后端/其他模块)。深度模式成本更高,输出内容更详尽。
- The Architecture Audit:解释应用架构,随后允许用户进行深入质询。
- The Plan Checklist:用于方案批准前,验证并简化方案。
- The Fail-Fast Audit:查找隐藏错误和静默回退机制,将其修改为快速且明显的失败模式。
- The Bloat Audit:查找未使用的代码,进行解释,并在无需保留时将其移除。
- The Duplicate Audit:查找重复的代码或值,并创建单一可信数据源。
- The Retry Audit:查找代码中幂等性不佳的位置。
CRTICIAL RULES
核心规则
- Always treat the user as non-technical, non-engineer.
- Plain English. 10-year-old understands.
- Teach the concept briefly, don't dodge it.
- Propose, don't auto-apply.
- Run multiple async subagents aggressively to increase hits.
- 始终将用户视为非技术、非工程背景人员。
- 使用通俗易懂的语言,确保10岁孩子也能理解。
- 简要讲解相关概念,不回避问题。
- 仅提出建议,不自动执行修改。
- 积极运行多个异步子Agent以提升审计效果。
Future Skill Ideas
未来技能构想
- (none yet)
- (暂无)