Docsmith Fix Loop — Security skill for Claude Code
Fix a confirmed docsmith skill/template/script finding, prove the fix with an eval + audit, and — only if it passes — open a PR that links/closes the issue.
How to install Docsmith Fix Loop
Installs to ~/.claude/commands/labspangaea-pangaealabs-claude-plugins-marketplace-docsmith-fix-loop.md
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/labspangaea/pangaealabs-claude-plugins-marketplace/HEAD/.claude/commands/docsmith-fix-loop.md -o ~/.claude/commands/labspangaea-pangaealabs-claude-plugins-marketplace-docsmith-fix-loop.md Restart Claude Code, or start a new session, for it to be picked up.
What Docsmith Fix Loop does
Fix a **confirmed** docsmith skill/template/script finding, prove the fix with an eval + audit, and — only if it passes — open a PR that links/closes the issue.
This is a **maintainer** command for the `pangaealabs-claude-plugins-marketplace` repo. It is the *fix → ship* half of the docsmith self-healing loop; the *detect → file* half is `/docsmith-render-triage`, which produces the issue this command consumes. It is reusable for **any** confirmed docsmith finding — from a triage issue, a `chec
Alternatives in Security
- Deepsec — Deepsec is a security harness for finding vulnerabilities in your codebase powered by coding agents 7.8k ★
- SEO Audit Skill — English · 中文 可复用的单页面 SEO 审计 Agent Skill 235 ★
- Eval Audit — /eval-audit — Batch Skill Evaluation 216 ★
Full documentation available on GitHub
View Source RepositoryRelated Skills
Fix CI Gate Debt
Audit and fix all CI gate debt at the root until every PR-gating gate passes locally; a bounded audit-fix-re-a
Cve Freshness Loop
Turn a fresh CVE disclosure into a running probe in minutes — KEV/EPSS feed → variant pack or ad-hoc probe → o
Exploit Confirm
Prove a SUSPECTED finding with one targeted, SOC-stealth, operator-supervised confirmation probe (confirm_ too
POC
Generate an executable proof-of-concept exploit for a confirmed High/Critical finding — detect the toolchain,
Audit Assist
Flow B — AI-assisted iterative audit with a human in the loop. Same lifecycle as audit-cycle, but pauses at ch
Audit End Sprint
End-of-sprint code audit — run 9-dimension sweep (security, quality, tests, dead code, TODO/FIXME, perf, docs,
Related Agents
POC Builder
Build a minimal proof of concept for a confirmed security finding. Writes a failing test, a small script, or a
Patch Engineer
Drafts a minimal idiomatic unified diff that closes exactly the cited bound, then verifies it by re-running th
Reproduce Verifier
Grounds a PR review in the reported bug. Fetches each issue linked from the PR body (Fixes/Closes/Resolves #N)