name: mise-tasks
description: Design, review, or refactor mise task definitions, task arguments, file tasks, and monorepo task composition. Use when Codex needs to create or update [tasks] entries, convert shell scripts into structured mise tasks, or validate task argument and dependency patterns.
Mise Tasks
Use This Skill
Use this skill to design or review mise task structure.
Use it when you need to:
- create or refactor
[tasks] - write richer task
descriptionfields for discoverability - normalize task arguments and
usage - define file task headers that survive formatters
- keep monorepo dependencies explicit and readable
- design release DAGs or watch-mode entrypoints
Do not use this skill for tool selector policy or language runtime rules.
Start Here
- Read
../../references/tasks-core.md. - Read
../../references/task-arguments.mdand../../references/task-patterns.md. - Read
references/tasks-core.mdfor the execution checklist. - Read
references/anti-patterns.mdbefore changing legacy task argument flows. - If the repository is a monorepo, read
../../references/monorepo-workspace.mdand../../references/task-advanced.md. - If the repository has release automation, read
../../references/release-workflow-patterns.md.
Workflow
- Inspect
mise.toml, file tasks, and any project scripts. - Split tasks by responsibility instead of accumulating giant shell strings.
- Add or improve
descriptionso intent, inputs, and outputs are explicit. - Prefer modern argument handling and explicit dependency syntax.
- Coordinate with
mise-profileswhen task conventions vary by project type. - Route environment loading strategy back to
mise-envwhen secrets or local overrides are involved.
Example Requests
- "이 프로젝트의 mise task를 정리해줘."
- "file task comment가 안전한지 봐줘."
- "monorepo task dependency를 더 명시적으로 만들고 싶어."
- "release task DAG를
mise기준으로 재구성해줘."