بنقرة واحدة
Two-way WhatsApp communication — send progress updates and receive user replies via CC-Agent group
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Two-way WhatsApp communication — send progress updates and receive user replies via CC-Agent group
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Meta-Skill for auditing context-file hygiene. Two modes — Lite (~6.5K tokens, runs at session/task start) and Full (~150K tokens, runs on demand or weekly cron). Detects dual handoffs, version mismatches, broken cross-references, stale files, and contradictions. Master Plan §6.
Initialize Context Governance structure in a new project. Scaffolds all canonical files (CONTEXT-MANIFEST, PLAN, HANDOFF, MEMORY, CONVENTIONS, SCHEMAS-INDEX, GOTCHAS, OPEN-PROBLEMS) + CLAUDE.md governance section. Run once per project.
DEPRECATED — merged into /full-finish. Use /full-finish instead.
Universal post-task pipeline — multi-agent orchestrated audit, session handoff, docs, commit, build, release, deploy
Open a GitHub Pull Request for review by a responsible agent (e.g., CODEX), wait for its response (text comment or 👍 reaction), remind it after 6 minutes with an @mention, and merge on approval — or after a 4-minute grace if no response. Use when the user asks to "send via PR for review", "open a PR and wait for <agent>", or to ship a reviewed change through the responsible-agent gate.
Start WhatsApp-to-Claude-Code bridge — polls CC-Agent GROUP every 60s for @cc/קלוד messages, processes as Claude Code tasks, replies in group
| name | |
| description | Two-way WhatsApp communication — send progress updates and receive user replies via CC-Agent group |
Two-way WhatsApp communication with the user via the CC-Agent group.
Language: Hebrew, concise (1-3 sentences).
~/.claude/.wa-bridge.json (ccAgentGroup) — not hardcoded[CC] on ALL your outgoing messages~/.claude/skills/whatsapp/send.js and listen.jsnode ~/.claude/skills/whatsapp/send.js "[CC] MESSAGE"
ALWAYS use run_in_background: true for progress updates — saves a full context round-trip.
Do NOT send 3 separate messages for 3 updates. Combine them into ONE send with \n separators:
node ~/.claude/skills/whatsapp/send.js "[CC] שלב 1 הושלם\nשלב 2 הושלם\nשלב 3 בביצוע"
Rule: max 1 send call per major milestone. Accumulate updates mentally and batch them.
WhatsApp renders mixed Hebrew+English text using BiDi algorithm. Mixing directions on the same line produces UNREADABLE garbage. Follow these rules strictly:
**bold**, no ## headers. The send.js script strips these automatically, but avoid them in the source message too.(), {}, [], : adjacent to Hebrew words. Use a dedicated line for technical details."[CC] מצאתי שגיאה: agentProcessing is not defined בנוד ai_response"
"[CC] מצאתי שגיאה בתהליך\nשם השגיאה\nagentProcessing is not defined\nהשגיאה קורה בנוד של תגובת הבינה המלאכותית"
node ~/.claude/skills/whatsapp/send.js "[CC] שאלה: ..."timeout: 120000):node ~/.claude/skills/whatsapp/listen.js
Exit 0 = reply on stdout. Exit 2 = timeout → ask in Claude Code chat.
"[CC] התחלתי לעבוד על הנושא""[CC] שלב 1 הושלם\nשלב 2 הושלם\nשלב 3 בביצוע""[CC] שאלה: ...""[CC] הושלם\nסיכום קצר כאן"run_in_background: true for sends (saves full context round-trip)timeout: 120000node ~/.claude/skills/whatsapp/send.js "[CC] עדכוני התקדמות פעילים. כדי לענות שלח הודעה בקבוצה."