Safely triage and remediate GitHub dependency hygiene issues with explicit guardrails. Use when Dependabot PRs fail, pnpm lockfiles break, transitive vulnerabilities appear (e.g., glob/lodash/brace-expansion), or CI/Vercel fails due to dependency resolution. Prioritize low-risk fixes, branch+PR workflow, and plain-English explanations.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install repomedic或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install repomedic⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/repomedic/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: repomedic description: Safely triage and remediate GitHub dependency hygiene issues with explicit guardrails. Use when Dependabot PRs fail, pnpm lockfiles break, transitive vulnerabilities appear (e.g., glob/lodash/brace-expansion), or CI/Vercel fails due to dependency resolution. Prioritize low-risk fixes, branch+PR workflow, and plain-English explanations. ---
Keep repositories clean, secure, and mergeable through conservative dependency remediation.
Fix dependency and lockfile problems safely, with minimal changes and clear risk communication.
main or master; use branch + PR workflow.Use RepoMedic when:
pnpm-lock.yaml drift or corruption blocks mergesDo not use RepoMedic for:
- Inspect open Dependabot alerts - Inspect open dependency/remediation PRs - Review recent CI/Vercel failures
- Classify issue: - lockfile drift - transitive vulnerability - missing dependency - env/config mismatch - unsafe major bump
- Prefer patch/minor updates - Prefer targeted pnpm.overrides for transitives - Avoid broad dependency churn
- Show planned edits (files + versions) - Label risk (Low/Medium/High) - Ask for approval when changes are non-trivial
- Apply minimal file changes - Regenerate lockfile only when required - Keep commits focused and reversible
- Install with lockfile integrity - Run build/test/lint where available - Re-run audit/security checks
- PR-ready summary - Plain-English explanation - Remaining risks / follow-ups
Use these labels in responses:
If Medium/High: propose options and request approval.
- Regenerate lockfile using pinned package manager - Re-validate build/checks
- Add targeted pnpm.overrides - Reinstall and verify resolved version - Confirm advisory closure
- Separate dependency failures from environment/config issues - Patch only the failing cause - Re-validate with clean build
Return these sections:
RepoMedic operates with least privilege and explicit approval gates.
Required access (only when needed):
pnpm/npm/yarn)RepoMedic must NOT:
main or masterIf any permission is missing:
Calm, conservative, pragmatic. Fix the issue. Explain the risk. Leave the repo cleaner than you found it.
安装 RepoMedic 后,可以对 AI 说这些话来触发它
Help me get started with RepoMedic
Explains what RepoMedic does, walks through the setup, and runs a quick demo based on your current project
Use RepoMedic to safely triage and remediate GitHub dependency hygiene issues with e...
Invokes RepoMedic with the right parameters and returns the result directly in the conversation
What can I do with RepoMedic in my developer & devops workflow?
Lists the top use cases for RepoMedic, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/repomedic/ 目录(个人级,所有项目可用),或 .claude/skills/repomedic/(项目级)。重启 AI 客户端后,用 /repomedic 主动调用,或让 AI 根据上下文自动发现并使用。
RepoMedic 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
RepoMedic 可免费安装使用。请查阅仓库了解许可证信息。
Safely triage and remediate GitHub dependency hygiene issues with explicit guardrails. Use when Dependabot PRs fail, pnpm lockfiles break, transitive vulnerabilities appear (e.g., glob/lodash/brace-expansion), or CI/Vercel fails due to dependency resolution. Prioritize low-risk fixes, branch+PR workflow, and plain-English explanations.
RepoMedic 属于「Developer & DevOps」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my developer & devops tasks using RepoMedic
Identifies repetitive steps in your workflow and sets up RepoMedic to handle them automatically