用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/CorrectRoadH/OpenTickly --skill tracking-doc-worker命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | tracking-doc-worker |
| description | Audit and finalize inline source-document status blocks for the timer refactor mission. |
NOTE: Startup and cleanup are handled by worker-base. This skill defines the work procedure.
Use for features that primarily update or audit the inline status blocks in the closed set of implementation-driving source docs.
None.
mission.md, mission AGENTS.md, .factory/library/documentation-traceability.md, and the current features.json.AGENTS.md as canonical. Do not audit docs outside that list unless the orchestrator changes it first.AgentStatusCurrent code differencesTodoFully implementedFully implemented: yesTodo is none, the remaining fields must also describe a landed state.factory/services.yaml after the edits.Fully implemented value is truthful{
"salientSummary": "Updated the inline mission status blocks across the closed timer source-doc set and verified the canonical fields and consistency rules. The blocks now reflect which timer docs are fully landed versus which still describe open implementation gaps.",
"whatWasImplemented": "Added or refreshed one active mission status block in each directly used timer source document listed in mission `AGENTS.md`, using the canonical field schema and aligning every block with the verified implementation state from the completed features. Ran the repo traceability check to confirm field presence and block coverage.",
"whatWasLeftUndone": "",
"verification": {
"commandsRun": [
{
"command": "rg -n \"Mission status|Agent:|Status:|Current code differences:|Todo:|Fully implemented:\" docs/product/tracking.md docs/research/toggl-timer-*.md",
"exitCode": 0,
"observation": "Every listed source doc exposed one mission status block with the canonical field names."
}
],
"interactiveChecks": [
{
"action": "Manually reviewed each listed source doc against the final feature evidence."
AGENTS.md