How this skill is triggered — by the user, by Claude, or both
Slash command
/zeropath:fixThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Thin entrypoint. Fixing one finding properly spans three concerns:
Thin entrypoint. Fixing one finding properly spans three concerns: understanding it, editing the code, and verifying the fix landed. Each concern has a dedicated subagent.
Don't probe config, creds, or CLI in chat - auto-bootstrap handles all of that. Just orchestrate:
Resolve the finding. Accept an explicit id or a free-form
intent. Call issues.list with searchQuery (scoped to the
bound repo from ~/.zeropath-agent-plugin/repo-binding.json if
present) to confirm exactly one match before proceeding. If the
user names a different repo explicitly, drop the binding filter.
Spawn zeropath-explainer for the finding. Its "What this
is / Why it matters" output briefs the user on what you're about
to change.
Locate the code locally. Read the file at the finding's reported path. If the path doesn't exist in the working tree (e.g. the finding is from a different branch), stop - do not invent.
Propose the fix as a unified diff. Cite the rule ID. Ask in plain chat (not a button picker). Apply only on explicit affirmative. For cross-file refactors, enumerate every file before the first edit.
Spawn zeropath-scanner on the edited files to verify. If
the original finding's partialFingerprints no longer appear in
the new SARIF, the fix landed. Report it. If it persists,
surface what's still flagged - don't iterate blindly past
scan.maxIterations.
Optional close. After a verified fix, ask in plain chat whether to:
agent.createPatch
agent.triggerPrFromPatch with the bound repositoryId.
Surface the PR URL./zeropath:triage.
Never open a PR or mutate state without explicit consent./zeropath:triage territory.Provides CDSS development patterns for drug interaction checking, dose validation, clinical scoring (NEWS2, qSOFA), and alert classification integrated into EMR workflows.
npx claudepluginhub zeropathai/zeropath-agent-plugin --plugin zeropath