بنقرة واحدة
quality-gate-builder
Use when adding quality checks to the CI/local quality gate
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Use when adding quality checks to the CI/local quality gate
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Record browser-based feature demos as GIFs via Playwright and optionally document them in docs/features/index.md. Trigger with "Demo <feature>" or "Demo and Document <feature>".
Use when creating service modules in apps/api/skillhub/services/
Use when writing API tests in apps/api/tests/
Use when implementing division-based access control on any endpoint
Use when adding services to docker-compose.yml or creating Dockerfiles
Use when implementing error handling across the API, frontend, or MCP server
| name | quality-gate-builder |
| description | Use when adding quality checks to the CI/local quality gate |
mise run quality-gate # Full gate
mise run quality-gate:api # API only
mise run quality-gate:web # Web only
ruff check — Python lintruff format --check — Python formatmypy --strict — Python typespytest --cov-fail-under=80 — Python coveragetsc --noEmit — TypeScript typesvitest --coverage — TypeScript coverageAdd to the quality-gate task in mise.toml:
echo "=== New Check ==="
my-check-command || true
.gitlab-ci.yml runs the same checks in 5 stages: lint → test → typecheck → build → security.