hiro-task-manager-cli
Use this skill when working with Hiro Task Manager through the `hirotm` CLI to manage tasks, task lists and task boards.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use this skill when working with Hiro Task Manager through the `hirotm` CLI to manage tasks, task lists and task boards.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | hiro-task-manager-cli |
| description | Use this skill when working with Hiro Task Manager through the `hirotm` CLI to manage tasks, task lists and task boards. |
Use this skill when the user wants to work with Hiro Task Manager through the hirotm CLI to manage tasks, task lists and task boards.
The following commands are destructive and must NEVER be invoked without an explicit, unambiguous user request in the current turn:
tasks purge, lists purge, boards purge — permanent deletion, not recoverable.Soft-deletes (tasks delete, lists delete, boards delete) are allowed only after:
show, describe, or list) and confirmed it is the right one.Always prefer trash inspection and restore over re-creating an entity that was deleted by mistake.
For any destructive command that supports it, run with --dry-run first, then rerun with --yes only after the user confirms.
hirotm cli command for all operations.--help to get help on any command or sub command boards --help, boards describe --help.hirotm --help and subcommand help when you need examples or docs links.--count-only when you only need cardinality first.--client-name on mutating commands so changes are attributable.--dry-run first for delete, purge, and board structure changes, then rerun with --yes only when ready.--no-color when plain output is easier to inspect for one run.Identify yourself in all commands with --client-name <your-name>. Your name should reflect the Agent Name, ex: Cursor Agent, Github Copilot Agent, Claude Code Agent, Open Code Agent.
If you are not sure, use a generic name "AI Agent"
boards list to list all boards.boards describe <id-or-slug> to describe all or some board details.tasks list --board <board-id-or-slug> to list and filter tasks in a board.tasks show <task-id> or lists show <list-id> to print one row by global id when you already know the id.tasks list with filters, tasks show, or query search to find it.If you are not allowed to access an entity or perform an operation due to CLI Access Control, explain the situation and suggest the user to give you the necessary permissions. Never attempt to bypass the CLI Access Control.
code over parsing the error text.hint, use it as the next recovery step.hint guidance than local argument-validation failures.server statusserver start --backgroundserver stopquery search.cliPolicy requirements and read/write permissions.Safety notes
hirotm CLI.References