name: vba-patterns description: > Provides reusable VBA utility patterns for common tasks including last row/column detection, efficient range loops with arrays, file operations, Dictionary/Collection usage, and performance optimization. Use when getting last rows, looping through data efficiently, handling files, or optimizing VBA performance. VBA共通パターンとユーティリティ集。最終行取得、範囲の効率的ループ、ファイル操作、コレクション/ディクショナリ、パフォーマンス最適化のパターン。VBA開発全般で頻出のタスクに使用。
VBA共通パターン
よく使うVBAタスク向けの再利用可能パターンとユーティリティ。
詳細な手順: INSTRUCTIONS.md
リソース
- INSTRUCTIONS.md — 最終行取得・配列ループ・ファイル操作・Dictionary・パフォーマンス最適化の全パターン
- evaluations/evals.json — テストケース(作成推奨)
関連スキル
- vba-core: VBAコアベストプラクティス
- vba-excel: Excel固有パターン
- tdd-workflow: テスト駆動開発