Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

power-of-10-rules

power-of-10-rules 收录了来自 TrevorEdris 的 10 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
10
Stars
0
更新
2026-04-27
Forks
0
职业覆盖
2 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

pow10-rule-01-control-flow
软件开发工程师

NASA Power of 10 Rule 1 — Restrict control flow to simple constructs (no goto, setjmp/longjmp, recursion). Severity: blocker.

2026-04-27
pow10-rule-02-bounded-loops
软件开发工程师

NASA Power of 10 Rule 2 — Every loop must have a statically determinable upper bound. Severity: blocker.

2026-04-27
pow10-rule-03-no-dynamic-memory
软件开发工程师

NASA Power of 10 Rule 3 — No dynamic memory allocation after initialization. Severity: blocker.

2026-04-27
pow10-rule-04-short-functions
软件开发工程师

NASA Power of 10 Rule 4 — Functions ≤60 lines (one printed page). Severity: high.

2026-04-27
pow10-rule-05-assertion-density
软件开发工程师

NASA Power of 10 Rule 5 — Average ≥2 runtime assertions per function. Severity: high.

2026-04-27
pow10-rule-06-minimum-scope
软件质量保证分析师与测试员

NASA Power of 10 Rule 6 — Declare data at smallest possible scope. Severity: medium.

2026-04-27
pow10-rule-07-check-return-values
软件质量保证分析师与测试员

NASA Power of 10 Rule 7 — Check every non-void return value; validate every parameter. Severity: blocker.

2026-04-27
pow10-rule-08-limited-preprocessor
软件质量保证分析师与测试员

NASA Power of 10 Rule 8 — Limit preprocessor + metaprogramming (no recursive macros, no reflection-for-control-flow). Severity: high.

2026-04-27
pow10-rule-09-restrict-pointers
软件质量保证分析师与测试员

NASA Power of 10 Rule 9 — At most one level of dereferencing; no function pointers (analogues for non-C langs). Severity: blocker.

2026-04-27
pow10-rule-10-warnings-as-errors
软件质量保证分析师与测试员

NASA Power of 10 Rule 10 — All warnings on; treat warnings as errors; second analyzer in CI. Severity: blocker.

2026-04-27