用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/vladmandic/sdnext --skill todo命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | todo |
| description | Search the entire codebase for TODO markers and create a markdown document with proposed next steps for each. |
| argument-hint | Optionally focus on specific folders or TODO categories, otherwise scan the full repo |
Run this workflow in order: (1) search the repository for TODO markers, (2) deduplicate results, (3) categorize TODOs, (4) propose actionable next steps, and (5) produce a markdown report.
Search the full repository for TODO markers, including at minimum:
Prefer whole-repo search unless the user explicitly narrows scope.
Look for common TODO variants such as:
TODOTODO:# TODO// TODO/* TODO */Ignore files in common generated or vendor directories (for example node_modules, dist, build, .venv, venv) unless the user explicitly requests including them.
For each TODO found, collect:
api, pipeline, ui, model loading, lint, etc.)high, medium, low) based on likely user impact or breakage riskFor each meaningful TODO:
For each TODO, write a concrete next step, for example:
Do not just restate the TODO. Convert it into an actionable recommendation.
Create a markdown report that groups TODOs in a readable way.
Preferred structure:
If a TODO is ambiguous, say so and give the most likely next step instead of inventing certainty.
When this skill is used, return:
A successful pass means:
Run a phased processing-workflow audit from UI submit bindings to backend execution: map workflow paths first, then validate parameter, type, and initialization correctness.
Port or add a model to SD.Next using a phased integration flow: select the least-new-code path that follows SD.Next conventions, then implement loader and routing updates, then validate.
Maintain and validate SD.Next model reference catalogs in data/reference*.json, including schema consistency, deduplication, link checks, and thumbnail alignment.
基于 SOC 职业分类