engineering-discipline

仓库创建 2026年7月1日最近提交 22 天前SkillHot 收录 22 天前
▸ 精选理由

把经典工程原则萃取为可调用的决策规则,便于在 code-review 中说明理由。

这个 Skill 做什么

为代码审查与设计决策提供简短、可执行的工程原则与决策清单。

给出短小可执行的判定规则,告诉你在代码审查或设计抉择时该怎么选、为啥这么选,而不是讲语法细节。常在 code-review、PR 讨论或需要把实现简化时用到。把 Clean Code、A Philosophy of Software Design、Pragmatic-Programmer 的要点浓缩成具体清单,并会引用 CLAUDE.md §0 的工匠精神,跨技术栈可复用。

▸ 展开 SKILL.md 英文原文

On-demand engineering DECISION RULES for better code — Clean Code, A Philosophy of Software Design, and Pragmatic-Programmer principles distilled to short decision lists, plus a stack-agnostic 12-factor ship/test discipline. Reinforces (cites, never restates) the CLAUDE.md §0 craft-ethos. Use when a code-review, simplifier, or PR/design decision needs the PRINCIPLE behind a call — not a syntax reference.

开发编程代码规范决策规则代码审查通用
1
Stars
0
Forks
40
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/dxxx/Bot-OS/main/skills/engineering-discipline/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/dxxx/Bot-OS/main/skills/engineering-discipline/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Engineering discipline — decision rules for better code (on-demand)

Load when `code-review` or `simplifier` needs the WHY behind a call, or a
design/PR decision needs the principle under it. These give concrete decision
rules that reinforce CLAUDE.md §0 craft-ethos (simplest correct thing, question
the assumption, leave it better than you found it) — cite §0, don't restate it.

## Clean code — readability is the default deliverable
- Working code is not automatically clean code. "It passes" is the floor, not
  the goal.
- Write for local reasoning: a reader follows the path without reconstructing
  hidden state or jumping wide.
- Small, focused units at one level of abstraction; tell the 
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有