マーティン・ファウラーの『Refactoring』に基づくコード改善技術を提供するスキル。外部動作を変えずに内部構造を改善する体系的手法を通じて、保守性・可読性を向上させる。Anchors:• Refactoring (Martin Fowler) / 適用: 全般 / 目的: 体系的なリファクタリング手法• Clean Code (Robert C. Martin) / 適用: 命名・構造 /
docs/99-claude/skills/refactoring-techniques
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...