一键导入
nudge-learnings
Use during repo debugging to search `.nudge/learned` before investigating, apply relevant notes, and record durable fixes with `nudge learn add`.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use during repo debugging to search `.nudge/learned` before investigating, apply relevant notes, and record durable fixes with `nudge learn add`.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use for Nudge hook feedback and repo Nudge setup, `.nudge` rules, validation, CI, and rule debugging.
Use during repo debugging to search `.nudge/learned` before investigating, apply relevant notes, and record durable fixes with `nudge learn add`.
Use for Nudge hook feedback and repo Nudge setup, `.nudge` rules, validation, CI, and rule debugging.
| name | nudge-learnings |
| description | Use during repo debugging to search `.nudge/learned` before investigating, apply relevant notes, and record durable fixes with `nudge learn add`. |
Nudge learnings are repo-local debugging memory. Use this skill proactively when a repo-specific failure might already have a recorded fix, and after solving a durable repo-specific issue that future agents should not rediscover.
.nudge/learned.Do not record generic programming advice, secrets, credentials, or one-off observations that are unlikely to recur.
.nudge/learned exists, search before deep investigation:
.nudge/learned/*.md file.nudge learn add and verify it with nudge learn search or
nudge learn list.nudge learn search "exact error text package command"
nudge learn list
nudge learn add --title "Short specific title" --body "What went wrong..."
nudge learn embeddings status
# Short specific title
## What went wrong
Name the command, tool, package, path, error, and symptoms.
## Fix
Give the exact fix and caveats.
## Verification
State the command or observation that proved the fix worked.
references/learnings.md: choosing retrieval mode and recording notes.references/learnings-bm25.md: BM25 search behavior and search phrasing.references/learnings-embeddings.md: hybrid local embedding behavior.