AgentSkillsCN

ito-apply-change-proposal

在实施、执行、应用、构建、编码或开发某项功能、变更、需求、增强、修复或修改时使用。当您依据规格、方案或计划执行各项任务时,也可选用此技能。

SKILL.md
--- frontmatter
name: ito-apply-change-proposal
description: Use when implementing, executing, applying, building, coding, or developing a feature, change, requirement, enhancement, fix, or modification. Use when running tasks from a spec, proposal, or plan.

Run the CLI-generated apply instructions for a specific change.

Testing Policy (TDD + coverage)

  • Default workflow: RED/GREEN/REFACTOR (write a failing test, implement the minimum to pass, then refactor).
  • Coverage target: 80% (guidance; projects may override).
  • Override keys (cascading config): defaults.testing.tdd.workflow, defaults.testing.coverage.target_percent
  • Follow the "Testing Policy" section printed by ito agent instruction apply; it should reflect project configuration.

Steps

  1. Determine the target change ID.

    • If the user provides one, use it.
    • Otherwise run ito list --ready to see changes ready for implementation.
    • Ask the user which change to apply if multiple are ready.
  2. Generate instructions (source of truth):

    bash
    ito agent instruction apply --change "<change-id>"
    
  3. Follow the printed instructions exactly.

  4. Use ito tasks ready <change-id> to see actionable tasks at any point.