跳到主要内容
知仓学习社ZHICANG

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.

不碰外部(只输出文字)无严重或高危命中hashgraph-online/awesome-codex-plugins

它会碰到什么

扫了多少1 个文本文件,2 KB
它会碰到什么不碰外部(只输出文字)
命中总数0 处
命中统计严重 0 · 高 0 · 中 0 · 低 0

这一栏是扫描器报的事实,不是结论。命中多不等于有毒(安全工具、规则库、示例脚本本来就会包含危险写法),命中少也不等于干净。它和你手上的凭据、文件、网络有什么关系,需要你自己看。

技能内容

Create Task

Reply in Russian. The server assembles the canonical body (Проблема / Что сделать / Критерии

приёмки / Контекст), so clients never implement board markup or send credentials.

  1. Config. Read task_board from .review.yml; otherwise call get_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.

  1. Draft. Build problem, steps, criteria, and context. Ground problem with

search_codebase(...) and actual path:line evidence. Use technical Russian: no emoji,

decorative separators, or marketing tone.

  1. 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.

  1. Confirm. Show the title, selected target label, selected options, and complete body. Write

only after explicit confirmation; never write to the board silently.

  1. 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.

  1. 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 拉。许可未声明的技能只给原始仓库链接,不打包。