Skip to main content

task-to-code

Apply code changes from an existing task handoff under `tmp/tasks/<task-name>/coding-task-X.md`. Use when Codex receives a task name and coding-task index and must implement that prepared coding task strictly, without inventing missing scope or design details.

Ir para a instalação

Informações da origem

Repositório
blockscout/blockscout-rs
Última atividade na origem
13 de abril de 2026 às 20:05
Idioma detectado do SKILL.md
inglês
Estrelas
231
Forks
206

Opções de instalação

Por padrão, está selecionado o prompt que primeiro revisa a origem. Você pode mudar para um comando direto ou baixar uma cópia local.

Revise os arquivos de origem

Leia o SKILL.md e os arquivos complementares exibidos pelo SkillsMP antes de decidir se vai instalar.

Explorador de arquivos
2 arquivos

Exibindo SKILL.md

SKILL.md
Instruções da origem · Visualização somente leitura
name
task-to-code
description
Apply code changes from an existing task handoff under `tmp/tasks/<task-name>/coding-task-X.md`. Use when Codex receives a task name and coding-task index and must implement that prepared coding task strictly, without inventing missing scope or design details.
# Task To Code Use this skill when the implementation direction is already written down and the next step is to make the code changes. ## Workflow Follow the canonical workflow in `../../../.memory-bank/workflows/task-to-code.md`. ## Required Guardrails - Read `../../../tmp/tasks/<task-name>/coding-task-X.md` first. - Read `../../../tmp/tasks/<task-name>/implementation-plan-X.md` when it exists and the coding task depends on it. - Treat the coding task as the source of truth for scope, ordering, verification, and acceptance criteria. - Re-check the current code before editing, but do not invent missing requirements, extra refactors, or side quests. - If the coding task is unclear, contradictory, or incomplete, ask the human instead of guessing. - If current code drift makes the coding task unsafe or obsolete, stop and surface the mismatch clearly. - Run the verification steps required by the coding task when feasible, and report any verification gaps explicitly. ## Minimal Starting Reads Start with: - `../../../tmp/tasks/<task-name>/coding-task-X.md` - `../../../tmp/tasks/<task-name>/implementation-plan-X.md` if present - `../../../tmp/tasks/<task-name>/task.md` if present - `../../../.memory-bank/project-context.md` - `../../../.memory-bank/architecture.md` - `../../../.memory-bank/gotchas.md` Then read the specific rules, tests, configs, schemas, and source files needed to implement the task exactly as written.
Ver no GitHub