health-deps
The health-deps command executes an inline dependency audit and update workflow where Claude directly orchestrates the process without spawning separate agents. It performs a multi-phase sequence including pre-flight checks, dependency auditing, prioritized updates via worker tasks, verification through build quality gates, and final reporting, with a maximum of three iterations to ensure project dependencies remain current and functional.
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/maslennikov-ig/claude-code-orchestrator-kit/HEAD/.claude/commands/health-deps.md -o ~/.claude/commands/health-deps.mdhealth-deps.md
# Dependency Health Check Execute the `deps-health-inline` skill for inline orchestration. **You ARE the orchestrator.** Do not spawn a separate orchestrator agent. ## Quick Start 1. Read `.claude/skills/deps-health-inline/SKILL.md` 2. Follow the workflow phases directly 3. Use Task tool only for workers (dependency-auditor, dependency-updater) 4. Run quality gates inline via Bash ## Workflow Summary ``` Pre-flight → Audit → [Update by Priority] → Verify → Report ``` **Workers**: dependency-auditor, dependency-updater **Quality gates**: `pnpm type-check && pnpm build` **Max iterations**: 3 --- Now read and execute the skill: `.claude/skills/deps-health-inline/SKILL.md`
Initialize Beads issue tracking in your project with interactive configuration setup.
Inline orchestration workflow for automated bug detection and fixing with Beads integration. Provides step-by-step phases for bug-hunter detection, history enrichment for priority bugs, priority-based fixing with bug-fixer, and verification cycles.
Dead code detection and cleanup workflow (inline orchestration)
Code duplication detection and consolidation workflow (inline orchestration)
Security vulnerability detection and remediation workflow (inline orchestration)
Connect any project to Gastown multi-agent orchestration
Process error logs from admin panel - fetch new errors, analyze, create tasks, fix, and mark resolved
Automated release management with version bumping and dual changelog generation