用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/SocketDev/action --skill patching-findings命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Propagate a wheelhouse template change across fleet repos: worktrees, push/PR fallback, cleanup.
Run this repo's GitHub Actions locally with Agent-CI before pushing CI-sensitive changes.
Audit package exports for dead, internal-only, or weakly-consumed subpaths before pruning.
基于 SOC 职业分类
正在显示 SKILL.md
| name | patching-findings |
| description | Fix verified security findings with minimal patches and independent review before validation. |
| argument-hint | <findings-path> [--repo PATH] [--top N] [--id fNNN] [--dry-run] [--fresh] |
| user-invocable | true |
| allowed-tools | Workflow, Task, Read, Glob, Grep, Edit, Write, AskUserQuestion, Bash(git status:*), Bash(git diff:*), Bash(git add:*), Bash(git commit:*), Bash(git log:*), Bash(rg:*), Bash(grep:*), Bash(ls:*), Bash(wc:*), Bash(node .claude/skills/fleet/_shared/scripts/checkpoint.mts:*), Bash(node scripts/fleet/patching-findings/cli.mts:*) |
| model | claude-opus-4-8 |
| context | fork |
| metadata | {"internal":true} |
The final leg of the fleet security loop: scanning-vulns → triaging-findings → patching-findings. It turns verified, ranked findings into one surgical commit per finding, only after an independent blind reviewer accepts the candidate patch.
Unlike the upstream skill this port came from, accepted fixes are applied and committed. The reviewer must not receive untrusted scanner prose or the author's rationale; its independent review is the gate that makes that safe.
Invoke /fleet:patching-findings <findings-path> [--repo PATH] [--top N] [--id fNNN] [--dry-run] [--fresh].
TRIAGE.json: it is verified, deduplicated, ranked, and owner-tagged.
VULN-FINDINGS.json is accepted only with the warning that it is unverified.--repo must be a clean worktree on a fresh, non-default branch. Stop on
main/master, a shared branch, or changes not authored by this run.--top, --id, and --dry-run restrict scope; --fresh discards the local
./.patch-state/ resume state.{file, line, category, diff}. Apply only an explicit REVIEW: ACCEPT result.git add -A, git add ., or --no-verify../.patch-state/; do not hand-write state.