communication-guidelines
Use when starting work - guidelines for asking questions and commit policies
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Use when starting work - guidelines for asking questions and commit policies
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Use when refactoring or implementing features - validation, component design, API research
Use always - non-negotiable rules for TypeScript safety, socket events, and React patterns
Use when working with Electron - IPC security, renderer isolation, Node API access
Use when writing tests - test structure, verification steps, coverage goals
| name | communication-guidelines |
| description | Use when starting work - guidelines for asking questions and commit policies |
Use this skill at the start of work to determine when to ask questions and follow commit policies.
Ask questions for:
Proceed directly for:
git commit --amend unless user requests itBefore asking a question, check:
Examples:
❌ Don't ask: "Should I use single or double quotes?" (Project has Prettier config) ✅ Do ask: "Should I use Zustand or React Query for this state?" (Architectural decision)
❌ Don't ask: "Should I run the tests?" (Standard verification step) ✅ Do ask: "Should I mock Socket.io or use real connections for this test?" (Testing strategy)