Dependabot Remediation
Unified backend/frontend Dependabot remediation: alert deduplication, wave planning, execution guardrails, and post-merge closure verification.
Overview
Unified backend/frontend Dependabot remediation: alert deduplication, wave planning, execution guardrails, and post-merge closure verification.
Bundles 1 skill with 2 Claude Code wrappers. Codex users install the same skill directories directly from GitHub.
Skills
Each skill is a SKILL.md file with YAML frontmatter and Markdown instructions.
Plan and execute backend and frontend Dependabot remediation with wave-based sequencing, resolver validation, and post-merge closure checks.
Slash Commands
Claude Code wrapper files live under plugins/dependabot-remediation/commands/ and
surface as namespaced commands. Codex invokes the underlying skill by name
(for example, name: dependabot-remediation).
/dependabot-remediation:backend/dependabot-remediation:frontend Installation
Install the plugin for Claude Code, or install one or more skill paths for Codex.
Claude Code
claude plugin marketplace add DiversioTeam/agent-skills-marketplace
claude plugin install dependabot-remediation@diversiotech Codex
CODEX_HOME="${CODEX_HOME:-$HOME/.codex}"
python3 "$CODEX_HOME/skills/.system/skill-installer/scripts/install-skill-from-github.py" \
--repo DiversioTeam/agent-skills-marketplace \
--path plugins/dependabot-remediation/skills/dependabot-remediation
Claude Code: invoke as /dependabot-remediation:backend.
Codex: invoke as name: dependabot-remediation.