create-task
Create a task on a configured board with canonical server-side structure. Use when the user asks to file or create a task on the board.
它会碰到什么
这一栏是扫描器报的事实,不是结论。命中多不等于有毒(安全工具、规则库、示例脚本本来就会包含危险写法),命中少也不等于干净。它和你手上的凭据、文件、网络有什么关系,需要你自己看。
技能内容
Create Task
Reply in Russian. The server assembles the canonical body (Проблема / Что сделать / Критерии
приёмки / Контекст), so clients never implement board markup or send credentials.
- Config. Read
task_boardfrom.review.yml; otherwise callget_board_config(). Read
only type, project, create_target, done_target, and options. No board is a board-less
no-op: explain it in Russian and stop.
- Draft. Build
problem,steps,criteria, andcontext. Groundproblemwith
search_codebase(...) and actual path:line evidence. Use technical Russian: no emoji,
decorative separators, or marketing tone.
- Discover. Call `get_board_targets(board_type=<type>, project=<project>,
provider_options=<task_board.options or {}>). Its response has targets and options`:
each option declares required_for and choices. Use create_target only when it is among
create-purpose targets. If a required create option is absent, discover it or ask the user;
never guess. Empty discovery may create without a target only when no required option is missing.
- Confirm. Show the title, selected target label, selected options, and complete body. Write
only after explicit confirmation; never write to the board silently.
- Write. Call
create_task(title=…, problem=…, steps=[…], criteria=[…], context=…,
board_type=<type>, project=<project>, target=<create_target or null>,
provider_options=<task_board.options or {}>)
On status == "error", report the reason in Russian and stop.
- Re-index. Call `sync_board(board=<project or null>, board_type=<type>,
provider_options=<task_board.options or {}>)`. Report the task key, URL, warnings, and result.
All reads stay fail-open. The confirmed create_task call is the only write.
想直接用这个技能?
本站把开放许可(MIT / Apache 等)的技能按仓库打包整理到网盘,点一下转存到你自己的网盘,不用一个个从 GitHub 拉。许可未声明的技能只给原始仓库链接,不打包。
它属于哪个仓库
plugins/mimfort/rag_for_git/plugin/skills/create-task/SKILL.md