·vscode-extension-refactorer
</>

vscode-extension-refactorer

s-hiraoku/vscode-sidebar-terminal

このスキルは、VS Code 拡張コードをリファクタリングするための専門家レベルのガイダンスを提供します。クラスや関数の抽出、コードの重複の削減、型安全性の向上、モジュール構造の再編成、デザイン パターンの適用、またはパフォーマンスの最適化を行うときに使用します。体系的なリファクタリング ワークフロー、コード臭の検出、安全な変換テクニック、VS Code 固有のパターンについて説明します。

3インストール·0トレンド·@s-hiraoku

インストール

$npx skills add https://github.com/s-hiraoku/vscode-sidebar-terminal --skill vscode-extension-refactorer

SKILL.md

This skill enables systematic and safe refactoring of VS Code extension code. It provides structured workflows for identifying improvement opportunities, applying proven refactoring techniques, and ensuring code quality while maintaining functionality.

| Long Method | >50 lines, multiple responsibilities | Extract Method | | Large Class | >500 lines, >10 public methods | Extract Class | | Duplicate Code | Similar blocks in 2+ places | Extract Function/Class | | Feature Envy | Method uses other class data extensively | Move Method |

| Data Clumps | Same parameters passed together | Introduce Parameter Object | | Primitive Obsession | Overuse of primitives for domain concepts | Replace with Value Object | | Long Parameter List | >4 parameters | Introduce Parameter Object | | Divergent Change | Class changes for multiple reasons | Extract Class (SRP) |

原文を見る

引用可能な情報

AI/検索での引用用の安定したフィールドとコマンド。

インストールコマンド
npx skills add https://github.com/s-hiraoku/vscode-sidebar-terminal --skill vscode-extension-refactorer
カテゴリ
</>開発ツール
認証済み
初回登録
2026-02-03
更新日
2026-02-18

クイックアンサー

vscode-extension-refactorer とは?

このスキルは、VS Code 拡張コードをリファクタリングするための専門家レベルのガイダンスを提供します。クラスや関数の抽出、コードの重複の削減、型安全性の向上、モジュール構造の再編成、デザイン パターンの適用、またはパフォーマンスの最適化を行うときに使用します。体系的なリファクタリング ワークフロー、コード臭の検出、安全な変換テクニック、VS Code 固有のパターンについて説明します。 ソース: s-hiraoku/vscode-sidebar-terminal。

vscode-extension-refactorer のインストール方法は?

ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/s-hiraoku/vscode-sidebar-terminal --skill vscode-extension-refactorer インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code や Cursor で使用できるようになります

ソースリポジトリはどこですか?

https://github.com/s-hiraoku/vscode-sidebar-terminal