Agent Skills
› davepoon/buildwithclaude
› gsd:audit-fix
gsd:audit-fix
GitHub自动化审计修复流程,自动发现、分类并修复可处理问题,经测试验证后原子提交。支持指定最大修复数、严重级别及干运行模式,默认执行uat审计。
Trigger Scenarios
需要自动修复代码或配置缺陷
执行端到端审计与修复任务
查看问题分类而不实际修复
Install
npx skills add davepoon/buildwithclaude --skill gsd:audit-fix -g -y
SKILL.md
Frontmatter
{
"name": "gsd:audit-fix",
"type": "prompt",
"description": "Autonomous audit-to-fix pipeline — find issues, classify, fix, test, commit",
"allowed-tools": [
"Read",
"Write",
"Edit",
"Bash",
"Grep",
"Glob",
"Agent",
"AskUserQuestion"
],
"argument-hint": "--source <audit-uat> [--severity <medium|high|all>] [--max N] [--dry-run]"
}
Flags:
--max N— maximum findings to fix (default: 5)--severity high|medium|all— minimum severity to process (default: medium)--dry-run— classify findings without fixing (shows classification table)--source <audit>— which audit to run (default: audit-uat)
<execution_context> @${CLAUDE_PLUGIN_ROOT}/workflows/audit-fix.md </execution_context>
Version History
- 502fc01 Current 2026-07-05 15:12


