Deprecation Fixer banner
dhruvasagar dhruvasagar

Deprecation Fixer

Testing & QA community

Description

--- name: deprecation-fixer description: Use this agent when the user asks to fix deprecation warnings in a specific file, wants to batch-fix all deprecations in a directory, or asks to clear all deprecation warnings from the test suite. This agent autonomously fixes safe deprecation patterns and guides the user through complex ones. Examples: <example> Context: User wants to fix deprecations in a specific model file. user: "Fix the deprecation warnings in app/models/order.rb" assistant: "I'll

Installation

Installs to ~/.claude/agents/dhruvasagar-ruby-upgrade-toolkit-deprecation-fixer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/dhruvasagar/ruby-upgrade-toolkit/HEAD/agents/deprecation-fixer.md -o ~/.claude/agents/dhruvasagar-ruby-upgrade-toolkit-deprecation-fixer.md

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

Full documentation available on GitHub

View Source Repository