بنقرة واحدة
mise-task-builder
Use when adding mise tasks in mise.toml
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Use when adding mise tasks in mise.toml
التثبيت باستخدام 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 | mise-task-builder |
| description | Use when adding mise tasks in mise.toml |
namespace:task — e.g., test:api, lint:web, db:migrate
[tasks."namespace:task"]
description = "What this task does"
run = "command here"
env = { PYTHONPATH = "apps/api:libs/db:libs/python-common" }
[tasks."my:task"]
run = """
echo "Step 1"
echo "Step 2"
"""
dev, build, test, lint, format, typecheck, db, gen, docker, quality-gate, ci, docs, repo, security