一键导入
work-on-milestone
Use this skill when asked to work on a milestone. You are not required to complete the milestone when this skill is invoked.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use this skill when asked to work on a milestone. You are not required to complete the milestone when this skill is invoked.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | work-on-milestone |
| description | Use this skill when asked to work on a milestone. You are not required to complete the milestone when this skill is invoked. |
git show HEADmise testtestcases/ to understand expected behaviorsrc/tclc.h (TclHostOps) to understand available primitivesFor each failing test:
src/):
builtin_*.c file if adding a commandinternal.hinterp.c builtins tableTclHostOps primitives onlyinterp/):
callbacks.goInterp struct in tclc.go if neededinterp/CLAUDE.mdmise testops->list.from() to copy before iteratingGet*() methods in Go for type conversion, never access Object fields directlysrc/builtin_<cmd>.c - implementationsrc/internal.h - declarationsrc/interp.c - registrationinterp/callbacks.go - host callbacks (if new ops needed)interp/tclc.go - state/structs (if needed)Defines or updates usage help for built-in commands. Use when adding help documentation to commands that don't have it, or fixing inaccurate help text.
Use this skill to make a the behavior of our builtins match that of TCL.
Use this skill when asked to review the package documentation of the Go implementation of Feather.
Implements new TCL builtin commands or subcommands in feather. Use when adding new TCL commands like lrepeat, or new subcommands to existing commands like namespace.
Create a git commit at the end of a work increment. Use when you have completed a meaningful unit of work and need to hand off to a colleague.
Use this skill when asked to remember information about coding standards, quality, or any other kind of future rule.