ワンクリックで
create-ssdlc-mitigation-issue
Create a mitigation tracking GitHub issue and update the threat model table tracking link.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Create a mitigation tracking GitHub issue and update the threat model table tracking link.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | create-ssdlc-mitigation-issue |
| description | Create a mitigation tracking GitHub issue and update the threat model table tracking link. |
gh auth status is logged in.Choose a Control value from:
docs/threat-modeling/threat-model-risk-assessment.md → “Mitigation Candidates (To Be Confirmed/Implemented)”.
The script maintains a standard list of repos where mitigations may require changes (code, pipelines, or settings):
reductstorereduct-rsreduct-cppreduct-jsreduct-goreduct-pyreduct-cliweb-consolereductstore-proreduct-grafanareduct-bridgeRun the helper script (omit --repos to use the standard list):
python3 .kilo/skills/create-ssdlc-mitigation-issue/scripts/create_ssdlc_mitigation_issue.py \
--control "Enforce branch protections + required reviews"
If the control name contains backticks (e.g., Least-privilege `GITHUB_TOKEN` permissions), use single quotes:
python3 .kilo/skills/create-ssdlc-mitigation-issue/scripts/create_ssdlc_mitigation_issue.py \
--control 'Least-privilege `GITHUB_TOKEN` permissions'
To override the repo list for a mitigation that only applies to specific repos:
python3 .kilo/skills/create-ssdlc-mitigation-issue/scripts/create_ssdlc_mitigation_issue.py \
--control "Enforce branch protections + required reviews" \
--repos reductstore reduct-rs
The script will:
docs/guides/* and the threat modelTODO to an issue link.git diff
git add docs/threat-modeling/threat-model-risk-assessment.md
git commit -m "docs: track mitigation <short control name>"
TODO), re-run with --force.--dry-run to preview the issue body and table edit without creating anything.