بنقرة واحدة
ci-qa-gates
Enforces quality gates (Lint, Typecheck, Test) before task completion.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Enforces quality gates (Lint, Typecheck, Test) before task completion.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Deep knowledge of Strapi CMS, including official docs and internal engineering patterns.
Expert knowledge on AI Engineering, LangChain, LangGraph, and Vibe Coding patterns.
Tools for maintaining and indexing the Agent Brain (.agent/knowledge).
Uses the codeconcat tool to generate context files from the codebase.
API for the Agent to interact with the Daicer Backend via CLI.
Domain expert on Dungeons & Dragons 5e Rules (SRD).
| name | ci-qa-gates |
| description | Enforces quality gates (Lint, Typecheck, Test) before task completion. |
Use this skill when the user asks to "verify", "finish", "check quality", or before creating a walkthrough.md. This ensures that no broken code is committed or presented as complete.
yarn lint to check for ESLint errors.yarn typecheck to ensure Type Safety.yarn test (or specific tests related to changes).yarn format to ensure Prettier compliance.yarn lint
yarn typecheck
yarn test
yarn format
Refer to .agent/rules/04-quality-protocol.md for the strict definitions of these gates.