Agent Skills
› AjayIrkal23/agentic-mercy-10x
› gsd-audit-fix
gsd-audit-fix
GitHub自动化审计修复工作流。自动执行审计,将问题分类为可自动修复或需手动处理,并对可修复项进行代码修改、测试验证及原子提交。支持设置最大修复数量、严重程度过滤、干运行模式及指定审计源。
Trigger Scenarios
用户要求自动修复代码中的审计问题
需要批量清理低优先级或特定严重程度的技术债务
Install
npx skills add AjayIrkal23/agentic-mercy-10x --skill gsd-audit-fix -g -y
SKILL.md
Frontmatter
{
"name": "gsd-audit-fix",
"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> @$HOME/.claude/get-shit-done/workflows/audit-fix.md </execution_context>
Version History
- 581d130 Current 2026-07-19 09:08


