AgentSkillsCN

improvement-board-sync

根据计划/任务清单与进度日志,构建并更新仓库改进看板。在计划状态发生变化、记录实施进展之后,或在分享当前实施覆盖率之前使用。

SKILL.md
--- frontmatter
name: improvement-board-sync
description: Build and refresh the repository improvement board from plan/tasks checklists and progress logs. Use when plan statuses changed, after recording implementation progress, or before sharing current implementation coverage.

Improvement Board Sync

Generate the latest board snapshot from plan/tasks/*/TASKS.md and plan/progress-log.md.

Workflow

  1. Run scripts/update_board.py.
  2. Review plan/improvement-board.md for per-responsibility status and recent activity.
  3. Commit board updates together with the feature change when applicable.

Command

bash
python3 .codex/skills/improvement-board-sync/scripts/update_board.py

Output

  • Rewrites plan/improvement-board.md.
  • Includes totals, completion rate by responsibility, task-level checklist, and latest activity log rows.

Rules

  • Treat plan/improvement-board.md as generated output.
  • Update board after each implementation batch.