Agent Skills
› AjayIrkal23/agentic-mercy-10x
› gsd-secure-phase
gsd-secure-phase
GitHub用于对已完成阶段进行安全威胁缓解措施的逆向验证。根据是否存在 SECURITY.md 或 PLAN.md,执行审计并输出更新后的安全文档,确保阶段交付物符合安全标准。
触发场景
需要验证已完成阶段的安全措施是否到位
项目阶段结束后的安全合规性审计
安装
npx skills add AjayIrkal23/agentic-mercy-10x --skill gsd-secure-phase -g -y
SKILL.md
Frontmatter
{
"name": "gsd-secure-phase",
"description": "Retroactively verify threat mitigations for a completed phase",
"allowed-tools": [
"Read",
"Write",
"Edit",
"Bash",
"Glob",
"Grep",
"Agent",
"AskUserQuestion"
],
"argument-hint": "[phase number]"
}
Output: updated SECURITY.md.
<execution_context> @$HOME/.claude/get-shit-done/workflows/secure-phase.md </execution_context>
版本历史
- 581d130 当前 2026-07-19 09:10


