Martin Fowlerのリファクタリング方法論に基づいた体系的なコード改善スキル。コードスメルの検出から安全なリファクタリングの実施まで、テストを安全網として段階的に品質を向上させます。「2つの帽子」を意識し、機能追加と分離して実施。
.claude/skills/refactoring
Use when you have lint errors, formatting issues, or before committing code to ensure it passes CI.
This skill should be used when the user asks to "update documentation for my changes", "check docs for this PR", "what d...
Write docstrings for PyTorch functions and methods following PyTorch conventions. Use when writing or updating docstring...