بنقرة واحدة
commit
Create a git commit following this project's commit message conventions
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Create a git commit following this project's commit message conventions
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Create a changeset entry describing changes to workspace packages
Scaffold a new UI component with the correct folder structure, styles, tests, and docblocks
Scaffold a new class with the correct file structure, naming, tests, and docblocks
Scaffold a new runtime type guard with the correct naming and docblocks
Scaffold a new utility function with the correct naming, tests, and docblocks
Write tests following this project's testing conventions, file patterns, and placement rules
| name | commit |
| description | Create a git commit following this project's commit message conventions |
| disable-model-invocation | true |
Create a git commit following these conventions.
feat:, fix:, docs:, chore:, refactor:, etc.Co-Authored-By or any other AI attribution lines.Add workspace setup for examples
Examples are treated as workspace packages so they can consume
the library via pnpm link, simulating a real install.
Remove legacy auth middleware
Legal flagged the session token storage as non-compliant.
Speed up test suite by parallelizing integration tests