Skip to main content
Manusで任意のスキルを実行
ワンクリックで
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