一键导入
update-tasks
Sync active task files — checks for completion sentinels and updates plan status without re-running any tasks
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Sync active task files — checks for completion sentinels and updates plan status without re-running any tasks
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when the user wants to merge dev into main for a production release — covers rebasing dev from main if behind, automatic semantic versioning from conventional commits, merge commit, release tagging, and syncing dev back onto main.
Use when the user wants to ship current working changes through a feature branch PR into the DEV branch — covers pulling latest, staging, committing, pushing, PR creation, merge, branch cleanup, and syncing DEV locally.
Audit all feature specs in docs/features/ against the current template, CAP-ID standards, open questions, logical gaps, and plan coverage — then request user authorization before making any changes
Universal coding patterns, constraints, TDD workflow, atomic todos
Prevent semantic code duplication with capability index and check-before-write
Mandatory code reviews via /code-review before commits and deploys
| name | update-tasks |
| description | Sync active task files — checks for completion sentinels and updates plan status without re-running any tasks |
| installed-from | llm_skills |
Invoke the project-manager skill and execute the /update-tasks command exactly as specified there.
docs/tasks/active/## Completion sentinelStatus: and Summary: fields, update the plan task status, archive the task file, log notesThis command is idempotent — safe to run multiple times.