rustidi

Anti Bug Prevention — DevOps skill for Claude Code

DevOps community

Production deploy safety pipeline.

How to install Anti Bug Prevention

Installs to ~/.claude/skills/rustidi-ml-portfolio-anti-bug-prevention/SKILL.md

Terminal
mkdir -p ~/.claude/skills/rustidi-ml-portfolio-anti-bug-prevention && curl -fsSL https://raw.githubusercontent.com/rustidi/ml-portfolio/HEAD/skills/anti-bug-prevention.md -o ~/.claude/skills/rustidi-ml-portfolio-anti-bug-prevention/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Anti Bug Prevention does


name: anti-bug-prevention description: Production deploy safety pipeline. Six patterns for catching production failures before they ship — re-review your own fixes, an anti-bug catalogue at design phase, atomic days vs safe rollback points, surprise zones with ENV fallbacks, idempotent SQL migrations by default, and excluding test files from the production tsconfig. Applies to any multi-day sprint, any migration, any change with tests. triggers: ["deploy safety", "migration", "before deploy"

Alternatives in DevOps

  • Ship Release — Systematic release workflow for RTK: build verification, version bump, changelog update, git tag, and push to 11.9k ★
  • Kubernetes Skill — Kubernetes Skill for Claude Code and Codex 385 ★
  • Engage.C2 — Execute Phase 6 - Command and Control Infrastructure Setup 348 ★

Full documentation available on GitHub

View Source Repository