بنقرة واحدة
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 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.
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.