commit
النجوم٠
التفرعات٠
آخر تحديث١٤ مارس ٢٠٢٦ في ٢١:٤٨
Stage changes and create a conventional commit
التثبيت
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
SKILL.md
readonlyالقائمة
Stage changes and create a conventional commit
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Scaffold a REST API endpoint with hexagonal layers and integration tests
Scaffold a React component with Vitest tests (TDD-first)
Scaffold a new Shell extension with hexagonal layers and TDD
Add a sub-feature within an existing Shell extension
Scaffold a SQL migration with RLS policy, rollback plan, and test seed data
Scaffold a Tauri IPC command with full round-trip (Rust handler, TS types, React hook, tests)
| name | commit |
| description | Stage changes and create a conventional commit |
| user_invocable | true |
Stage changes and create a conventional commit with pre-commit verification.
git status and git diff to understand what changedpnpm check and pnpm test (frontend) and/or
cargo test (Rust) depending on what changedgit add -A or git add .
.env, credentials, or node_modulesfeat: new featurefix: bug fixrefactor: code restructuringtest: test additions/changesdocs: documentationchore: build, CI, dependenciesfeat(personas): add create persona formgit commit -m "$(cat <<'EOF'
feat(personas): add create persona form
Introduces the persona creation form with name, role, and description
fields. Validates required fields before submission.
EOF
)"
Co-Authored-By trailer only if the user or environment explicitly requires it