Suggests one appropriate branch name and a PR description in the project template (title, Description, Test plan, Documentation update) for Calimero core. Use when creating a PR for core, or when the user asks for a branch name and PR description.
Detects and removes dead code introduced by AI agents. Analyzes codebase for unused functions, variables, imports, and types; verifies no references (including indirect, dynamic, or runtime); reports with file paths and line numbers; optionally generates safe patches. Use when cleaning up after AI-generated code, removing unused code, or when the user asks for dead code detection, unused code removal, or code quality cleanup.