一键导入
nudge
Use for Nudge hook feedback and repo Nudge setup, `.nudge` rules, validation, CI, and rule debugging.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use for Nudge hook feedback and repo Nudge setup, `.nudge` rules, validation, CI, and rule debugging.
用 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 during repo debugging to search `.nudge/learned` before investigating, apply relevant notes, and record durable fixes with `nudge learn add`.
| name | nudge |
| description | Use for Nudge hook feedback and repo Nudge setup, `.nudge` rules, validation, CI, and rule debugging. |
Nudge is a collaborative memory layer for agent hooks. This skill is the router: pick the focused reference for the Nudge situation, follow it, then return to the user's task.
nudge-learnings for the focused
debugging-memory workflow..nudge.yaml, .nudge.yml, or .nudge/ while working.references/hook-responses.mdreferences/setup.mdreferences/rule-writing.mdreferences/rule-debugging.mdreferences/validation.mdreferences/ci.mdnudge-learningsNudge blocks an edit that adds a forbidden pattern.
Expected behavior:
User says: "Add a Nudge rule that blocks npm install."
Expected behavior:
references/rule-writing.md..nudge.yaml or .nudge/*.yaml rule.references/validation.md.Nudge surfaces learned context from .nudge/learned.
Expected behavior:
nudge-learnings.After debugging, the agent fixes a repo-specific issue that future agents are likely to hit again.
Expected behavior:
nudge-learnings..nudge/learned with the
symptom, root cause, fix, and verification.User asks: "Why did Nudge rewrite my command?"
Expected behavior:
references/hook-responses.md.User says: "This Nudge rule keeps blocking the wrong thing."
Expected behavior:
references/rule-debugging.md.nudge test, nudge check, or the smallest
relevant hook payload.User says: "Add Nudge to CI."
Expected behavior:
references/ci.md.nudge check gate without depending on live agent hooks.User says: "I cloned this repo and it has .nudge.yaml, but Nudge isn't doing
anything."
Expected behavior:
references/setup.md.nudge is installed and which agent hooks are needed.references/ci.md: nudge check in CI, pre-commit, and scripted gates.references/hook-responses.md: provider surfaces and response types.references/setup.md: local binary install, hook setup, skill install, and
verification.references/rule-writing.md: rule locations, schema, and examples.references/rule-debugging.md: diagnosing noisy, silent, or surprising rules.references/validation.md: choosing validate, test, and check.