Skip to content

Commit bf51933

Browse files
committed
docs(skills): use neutral skill wording
1 parent 7e2d6ef commit bf51933

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

skills/node-inspect-debugger/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata: { "openclaw": { "emoji": "🪲", "requires": { "bins": ["node"] } } }
66

77
# Node Inspect Debugger
88

9-
Use when logs are too weak for a Node.js bug: hidden locals, async hangs, flaky tests, child processes, startup races, memory growth, or CPU hot paths.
9+
Use for Node.js debugging that needs inspector access: hidden locals, async hangs, flaky tests, child processes, startup races, memory growth, or CPU hot paths.
1010

1111
Default to `node inspect` first. Use Chrome DevTools Protocol only when you need scripted breakpoints, automated state capture, heap snapshots, or CPU profiles.
1212

skills/spike/SKILL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Loop
1414

1515
1. Question: state the concrete feasibility question.
1616
2. Research: read enough docs/source to choose credible approach.
17-
3. Build: create the smallest runnable artifact that proves or kills the idea.
17+
3. Build: create the smallest runnable artifact that validates or invalidates the idea.
1818
4. Stress: try one edge case or failure mode.
1919
5. Verdict: `VALIDATED`, `PARTIAL`, or `INVALIDATED`.
2020

@@ -46,6 +46,6 @@ Recommendation: ship / adjust / avoid, with the next production step.
4646

4747
Rules
4848

49-
- A failed spike is useful when it kills a bad path with evidence.
49+
- An invalidated spike is useful when it rules out a path with evidence.
5050
- Do not merge spike code into production without rewriting it normally.
5151
- If external dependencies are evaluated, check health: recent release/commit, docs, license, install friction.

0 commit comments

Comments
 (0)