원클릭으로
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