ワンクリックで
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