一键导入
dld-common
Shared utility scripts for DLD skills. Not intended for direct invocation — used internally by other DLD skills.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Shared utility scripts for DLD skills. Not intended for direct invocation — used internally by other DLD skills.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Implement one or more proposed decisions. Makes code changes, adds `@decision` annotations, and updates decision status.
Implement one or more proposed decisions. Makes code changes, adds `@decision` annotations, and updates decision status.
Resolve decision ID collisions between a local branch and the base branch (and open PRs) before rebasing. Renames colliding local decisions with git mv, rewrites cross-references and annotations, then squashes branch commits into a single rebase-clean reindex commit.
Resolve decision ID collisions between a local branch and the base branch (and open PRs) before rebasing. Renames colliding local decisions with git mv, rewrites cross-references and annotations, then squashes branch commits into a single rebase-clean reindex commit.
Autonomous audit — detects drift, fixes issues, and opens a PR. Designed for scheduled/CI execution without human interaction.
Autonomous audit — detects drift, fixes issues, and opens a PR. Designed for scheduled/CI execution without human interaction.
| name | dld-common |
| description | Shared utility scripts for DLD skills. Not intended for direct invocation — used internally by other DLD skills. |
| compatibility | Requires bash. Scripts use BASH_SOURCE for path resolution. |
This skill contains shared scripts used by other DLD skills. Do not invoke directly.
scripts/common.sh — shared helper functions (config parsing, decisions directory resolution)scripts/next-id.sh — outputs the next available decision ID (e.g., DL-004)scripts/regenerate-index.sh — regenerates decisions/INDEX.md from all decision recordsscripts/update-status.sh — updates a decision record's status field