بنقرة واحدة
report
Bug reports. Use when the user reports a bug, asks for a reproduction-first investigation, or invokes /report.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Bug reports. Use when the user reports a bug, asks for a reproduction-first investigation, or invokes /report.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Skill writing principles. Use when creating, editing, or reviewing any SKILL.md.
Skill rule extraction and creation. Use when the user says /learn.
Kysely database queries. Use when writing, reviewing, or debugging Kysely selects, mutations, joins, transactions, filters, or aggregates.
Frontend components and Tailwind. Use when creating, reviewing, refactoring, splitting, or organizing React components, shared components, component folders, or Tailwind classes.
TanStack Query in React. Use when implementing or reviewing queries, mutations, invalidation, or query hooks.
Lint and optimize existing skills. Use when the user says /skill-linter.
| name | report |
| description | Bug reports. Use when the user reports a bug, asks for a reproduction-first investigation, or invokes /report. |
| disable-model-invocation | true |
The user is reporting a bug. Read the code involved, understand the problem, and write a RED test that reproduces it. The test must fail for the right reason — it captures the bug, not a typo in the test.
Stop after the test fails. Show the failure and ask permission to fix.