بنقرة واحدة
forget
Remove trigger phrases for a file or glob pattern from .claude/triggers.json
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Remove trigger phrases for a file or glob pattern from .claude/triggers.json
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Discover files with trigger_phrase and/or refresh frontmatter, let the user choose which to schedule for periodic re-injection via CronCreate. Prevents behavioral drift by keeping core rules and goals fresh in context.
Write trigger phrases from .claude/triggers.json into file frontmatter as model-scoped trigger_phrase fields. Bridges trigger generation (scan) with scheduled injection (zenflow:schedule).
Build a GitHub issue into a PR. User-launched with an issue number — reads the issue, confirms with user, creates branch, implements against acceptance criteria, runs verification, and opens a PR. Every decision surfaces via AskUserQuestion.
Collaborative working session — you and the user are a team exploring, researching, and planning together. When implementation work is needed, create well-structured GitHub issues. The user launches Builder agents to implement and Reviewer agents to verify.
Shed accumulated context mid-session. Writes a knowledge handoff document capturing session state, decisions, observations, and behavioral calibration, then guides the user through /clear and resumption.
Runtime verification using Playwright MCP + proof artifacts. Use when acceptance criteria mention UI behavior, when claiming runtime verification, or when independently verifying a PR's claims. Produces artifact-backed proof — screenshots, DOM snapshots — not prose claims.
| name | forget |
| description | Remove trigger phrases for a file or glob pattern from .claude/triggers.json |
| allowed-tools | Read, Edit |
Read .claude/triggers.json. If it doesn't exist or is empty, report "No triggers to forget."
Match the user's argument against stored file paths:
src/auth/* removes all auth triggers)Remove matching entries from the triggers object.
Write the updated file back.
Report what was removed:
Removed 3 triggers:
- src/auth/middleware.ts (jwt route authentication guard)
- src/auth/session.ts (session token management)
- src/auth/roles.ts (role based access control)
If nothing matched, report "No triggers matched that pattern."