Debugging et maintenancesource GitHub
Cleanup health check
/health-cleanupExécuter la compétence `cleanup-health-inline` pour l'orchestration en ligne.
// contenu du skill
---
description: Dead code detection and cleanup workflow (inline orchestration)
---
Cleanup Health Check
Execute the `cleanup-health-inline` skill for inline orchestration.
You ARE the orchestrator. Do not spawn a separate orchestrator agent.
Quick Start
- Read `.claude/skills/cleanup-health-inline/SKILL.md`
- Follow the workflow phases directly
- Use Task tool only for workers (dead-code-hunter, dead-code-remover)
- Run quality gates inline via Bash
Workflow Summary
Pre-flight → Detect → [Remove by Priority] → Verify → Report
Workers: dead-code-hunter, dead-code-remover
Quality gates: `pnpm type-check && pnpm build`
Max iterations: 3
---
Now read and execute the skill: `.claude/skills/cleanup-health-inline/SKILL.md`
// source originale publique
maslennikov-ig/claude-code-orchestrator-kit/.claude/commands/health-cleanup.md
Licence : Other. Consultez le dépôt avant toute réutilisation.
Projet indépendant, non affilié à Anthropic. Ce skill reste la propriété de son auteur original.